From ce7468523173fad8ceabd87ddeab186735db4651 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 29 Jul 2024 14:45:53 +0200 Subject: [PATCH] Updated todo list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f03c58a..8598efb 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This is what generates expressions from tokens. ### Optimizations - [x] Exclude unused functions -- [ ] Expression folding +- [x] Constant folding - [ ] Function call inlining - [ ] Loop unrolls