From bda7afbb7120671a8e92cc6ee605f3727f7a820c Mon Sep 17 00:00:00 2001 From: Bronwen Date: Sun, 13 Mar 2022 23:20:34 -0400 Subject: [PATCH] some notes --- todo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 todo.md 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