diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..58048de --- /dev/null +++ b/todo.txt @@ -0,0 +1,3 @@ +1. Implement variable assignment e.g. x = 5 +2. ALlow these variables to be used in future expressions +3. Implement additional error-checking