12 lines
366 B
Markdown
12 lines
366 B
Markdown
|
|
# 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
|