summaryrefslogtreecommitdiff
path: root/bxgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'bxgen.c')
-rwxr-xr-xbxgen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bxgen.c b/bxgen.c
index 34525e1..0479aab 100755
--- a/bxgen.c
+++ b/bxgen.c
@@ -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