Update readme

This commit is contained in:
Sofia 2025-07-24 20:25:25 +03:00
parent f6425fc37e
commit a3d923da12

View File

@ -44,15 +44,15 @@ Currently missing big features (TODOs) are:
- ~~Type casting~~ (DONE) - ~~Type casting~~ (DONE)
- ~~Built-in Int/Float division and modulo~~ (DONE) - ~~Built-in Int/Float division and modulo~~ (DONE)
- ~~Loops~~ (DONE) - ~~Loops~~ (DONE)
- ~~Intrinsic functions~~ (DONE)
- Debug Information (PARTIALLY DONE) - Debug Information (PARTIALLY DONE)
- Ability to specify types in literals and variable definitions - Ability to specify types in literals and variable definitions
- Intrinsic functions - Not-Unary
- Not-Unary and NEQ-binary
Big features that I want later but are not necessary: Big features that I want later but are not necessary:
- Associated functions - Associated functions
- User-defined binary operations - ~~User-defined binary operations~~ (DONE)
- Asymmetric binary operations (e.g. string + u32) - ~~Asymmetric binary operations (e.g. string + u32)~~ (DONE)
- Error handling - Error handling
- Lexing & parsing of whitespace and comments as well - Lexing & parsing of whitespace and comments as well
- LSP implementation - LSP implementation