Update README

This commit is contained in:
Sofia 2025-07-21 12:21:09 +03:00
parent 1ba1ae3213
commit c9b363d9e8

View File

@ -32,7 +32,7 @@ fn fibonacci(n: u16) -> u16 {
} }
``` ```
Currently missing relevant features (TODOs) are: Currently missing big features (TODOs) are:
- ~~Arrays~~ (DONE) - ~~Arrays~~ (DONE)
- ~~Structs~~ (DONE) - ~~Structs~~ (DONE)
- ~~Extern functions~~ (DONE) - ~~Extern functions~~ (DONE)
@ -41,6 +41,12 @@ Currently missing relevant features (TODOs) are:
- Debug Information (PARTIALLY DONE) - Debug Information (PARTIALLY DONE)
- ~~Borrows~~ (DONE) - ~~Borrows~~ (DONE)
- Pointers - Pointers
- Floats
Big features that I want later but are not necessary:
- Associated functions
- User-defined binary operations
- Asymmetric binary operations (e.g. string + u32)
Smaller features: Smaller features:
- Easier way to initialize arrays with a single value - Easier way to initialize arrays with a single value