Update readme

This commit is contained in:
Sofia 2025-08-04 00:21:10 +03:00
parent 8e41deb653
commit 136e9f9d1f

View File

@ -73,7 +73,12 @@ 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~~ (CRUCIAL FEATURES DONE)
- ~~LSP implementation~~ (DONE)
- ~~Syntax Highlighting~~ (DONE)
- ~~Semantic Highlighting~~ (DONE)
- ~~Go-To-Definition~~ (DONE)
- ~~Find-All-References~~ (DONE)
- ~~Refactoring~~ (DONE)
Smaller features:
- ~~Hex-numbers~~ (DONE)