disco/todo.md

13 lines
423 B
Markdown
Raw Normal View History

2022-03-13 23:20:34 -04:00
# Todo List
[ ] colorize the assembly output
2022-03-14 03:30:10 -04:00
- write a tokenizer & grammar for asm. then colorize it.
2022-03-13 23:20:34 -04:00
[ ] 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