diff options
Diffstat (limited to 'bxgen.c')
-rwxr-xr-x | bxgen.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,9 +31,9 @@ #/ - Use 0 for UNDEFINED. Make the zero value useful #/ - Factor out checks #/ - Allow to format the message in CHECK and FAIL macros +#/ - String table for names and arrays #/ - Library #/ - Terminal color option -#/ - String table for names and arrays #/ - Proper prefixes for identifiers #/ - Effective entity allocation #/ - Improve error handling @@ -52,6 +52,7 @@ #/ - Optimization layers #/ - JIT #/ - Debug info +#/ - Inlined assembly #/ - C compiler and self-compilation #/ - Meta codegen >:3 #/ - Linker |