disco/todo.md

16 lines
515 B
Markdown

# Todo List
[x] colorize the assembly output
[ ] rewrite disco tokenizer to the new generalTokenizer
[ ] add an EOF token to earley, and yknow, add it to the tokenizer.
[ ] 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 functions
[ ] implement some basic maths operations
[ ] implement multi-argument invocations
[ ] implement return values