diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..65c22a2 --- /dev/null +++ b/todo.md @@ -0,0 +1,12 @@ +# 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 \ No newline at end of file