Added TODO file

This commit is contained in:
2023-11-26 11:14:16 -05:00
parent 1bbc7174c7
commit 4e259fb433

3
todo.txt Normal file
View File

@@ -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