From 91128c218eb0ebac3541a02e3e7c06bd0efc3857 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Thu, 24 Oct 2024 17:34:29 -0400 Subject: [PATCH] Updated TODO --- todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.txt b/todo.txt index b0f1279..d42b2b7 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,4 @@ 1. Error-checking - invalid regex, Out-of-bounds stuff. Do more testing. 2. More opreators - +, ?, character classes 3. '*' doesn't match trailing whitespace +4. Fix adding concatenation operators in shunting-yard function (very janky, compares against operators individually)