From 4e259fb4332d51dc8364fe7ff79e22a9936fa4ca Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 26 Nov 2023 11:14:16 -0500 Subject: [PATCH] Added TODO file --- todo.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 todo.txt 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