summaryrefslogtreecommitdiff
path: root/bxgen.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-17 07:01:33 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-17 07:01:33 +0200
commit6bd88d420483eed1e959193c711f0d5cd1144c80 (patch)
tree3ff38477a83c8d2c74e0df0c42a2d9abbbd5a2e8 /bxgen.c
parent72a1baeff7a9884a643a020a8dbfcd0bdabb8576 (diff)
downloadbxgen-6bd88d420483eed1e959193c711f0d5cd1144c80.zip
Update TODO
Diffstat (limited to 'bxgen.c')
-rwxr-xr-xbxgen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bxgen.c b/bxgen.c
index 594216c..4ddbd81 100755
--- a/bxgen.c
+++ b/bxgen.c
@@ -30,9 +30,7 @@
#/ - x86_64 object file
#/ - Linking libraries
#/ - String table for names and arrays
-#/ - Proper error handling
#/ - Proper prefixes for identifiers
-#/ - Correct serialization for endianness
#/ - Effective entity allocation
#/ - Implicit procedure prototypes
#/ - Implicit exit after ret from entry point
@@ -46,7 +44,7 @@
#/ - i386, RISC-V, ARM, WebAssembly
#/ - Soft floating-point arithmeric
#/ - Built-in standard library
-#/ - Built-in battaries:
+#/ - Built-in batteries:
#/ - File I/O
#/ - Input devices
#/ - Networking
@@ -61,6 +59,8 @@
#/
#/ - ELF header
#/ - IO static dispatch
+#/ - Correct serialization for endianness
+#/ - Proper error handling
#/
#/ ----------------------------------------------------------------
#/