summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-10-04 18:26:10 +0200
committerEugen Wissner <belka@caraus.de>2024-10-04 18:26:10 +0200
commit35742aa52587400950cf25170c2247f98f498d4d (patch)
tree78d0fd208e2e08d30c18ada33c52bc76a91267d6 /TODO
parentfdf56ce9d0de459dc5bd65537847ded7b02ad5c2 (diff)
downloadelna-35742aa52587400950cf25170c2247f98f498d4d.tar.gz
Add printc and exit builtin functions
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index 6327ff2..ef7c324 100644
--- a/TODO
+++ b/TODO
@@ -15,16 +15,15 @@
- Format error messages.
- Return non-zero error code on errors.
-# Built-in
-
-- Implement printc (with int argument).
-- Implement exit() as standalone function.
-
# Register allocation
- Temporary variables always use the same register, t0. Allocate registers for
temporaries.
+# Prarsing and abstract syntax tree
+
+- Parse signed hexadecimal numbers.
+
# Other
- Type analysis.