some notes
parent
6f78719809
commit
bda7afbb71
|
|
@ -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
|
||||
Loading…
Reference in New Issue