Below a wishlist of stuff that would be nice to add to the compiler - [x] deal with 0x hexadecimal numbers with a decimal point! - [x] Be able to deal with 0x(hexadecimal)p(2^x) type numbers. - [x] Variable-length arrays (VLAs) - [x] a GAS format .s compiler - [x] C99 compatibility - [x] compiler support for <complex.h> type functions (like 1.0fi for defining _Complex_I and __typeof__ for tgmath.h) - [ ] C11 compatibility - [ ] C23 compatibility
Below a wishlist of stuff that would be nice to add to the compiler