Update readme

This commit is contained in:
Sofia 2025-07-21 14:56:57 +03:00
parent 48674912fa
commit 14b6e6b2f9

View File

@ -37,12 +37,13 @@ Currently missing big features (TODOs) are:
- ~~Structs~~ (DONE) - ~~Structs~~ (DONE)
- ~~Extern functions~~ (DONE) - ~~Extern functions~~ (DONE)
- ~~Strings~~ (DONE) - ~~Strings~~ (DONE)
- Loops
- Debug Information (PARTIALLY DONE)
- ~~Borrows~~ (DONE) - ~~Borrows~~ (DONE)
- ~~Pointers~~ - ~~Pointers~~
- Loops
- Debug Information (PARTIALLY DONE)
- Floats - Floats
- Subtraction - Unary operators
- Ability to specify types in literals and variable definitions
Big features that I want later but are not necessary: Big features that I want later but are not necessary:
- Associated functions - Associated functions