14 lines
423 B
Markdown
14 lines
423 B
Markdown
# Todo List
|
|
|
|
[x] colorize the assembly output
|
|
[ ] rewrite disco tokenizer to the new generalTokenizer
|
|
[ ] 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
|