some notes

canary
Bronwen 2022-03-13 23:20:34 -04:00
parent 6f78719809
commit bda7afbb71
1 changed files with 12 additions and 0 deletions

12
todo.md 100644
View File

@ -0,0 +1,12 @@
# Todo List
[ ] colorize the assembly output
[ ] add number support
[ ] add comment support
[ ] add fixed length array support
[ ] organize AST elements into classes
[ ] better logging of the AST
[ ] optionally artifically slow down compilation (for fun)
[ ] implement some basic maths operations
[ ] implement multi-argument invocations
[ ] implement return values