2022-03-13 23:20:34 -04:00
|
|
|
# Todo List
|
|
|
|
|
|
2022-03-14 07:43:41 -04:00
|
|
|
[x] colorize the assembly output
|
|
|
|
|
[ ] rewrite disco tokenizer to the new generalTokenizer
|
2022-03-14 07:47:59 -04:00
|
|
|
[ ] add an EOF token to earley, and yknow, add it to the tokenizer.
|
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)
|
2022-03-14 07:47:59 -04:00
|
|
|
[ ] implement functions
|
2022-03-13 23:20:34 -04:00
|
|
|
[ ] implement some basic maths operations
|
|
|
|
|
[ ] implement multi-argument invocations
|
2022-03-14 07:43:41 -04:00
|
|
|
[ ] implement return values
|