From 7793c49f1c29cc79a63df51774b0fbd2d4c1cfac Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 26 Nov 2023 22:34:15 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070865f..32f2b40 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ The reason I chose to do this, is that my parsing algorithm considers everything - Simple error checking ## To-do -- Simple algebraic parsing (assign values to variables, etc.) +- ~~Simple algebraic parsing (assign values to variables, etc.)~~ - More robust error-checking