From a7bd4f6c6e9c309a38a008ed637361d39fc2494e Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 26 Nov 2023 22:34:23 -0500 Subject: [PATCH] Updated TODO --- todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 58048de..bac6e90 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,3 @@ -1. Implement variable assignment e.g. x = 5 -2. ALlow these variables to be used in future expressions +----DONE---- 1. Implement variable assignment e.g. x = 5 +----DONE---- 2. Allow these variables to be used in future expressions 3. Implement additional error-checking