From 3f6d26679d081dd65b2654ac61a5923af9979978 Mon Sep 17 00:00:00 2001 From: sofia Date: Sat, 2 Aug 2025 19:24:31 +0300 Subject: [PATCH] Update README.md, all TODOs done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e9217..fd290a1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Big features that I want later but are not necessary: - ~~Asymmetric binary operations (e.g. string + u32)~~ (DONE) - ~~Error handling~~ (Not Doing It) - ~~Lexing & parsing of whitespace and comments as well~~ (DONE) -- LSP implementation +- ~~LSP implementation~~ (CRUCIAL FEATURES DONE) Smaller features: - ~~Hex-numbers~~ (DONE)