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)
- ~~Structs~~ (DONE)
- ~~Extern functions~~ (DONE)
@ -41,6 +41,12 @@ Currently missing relevant features (TODOs) are:
- Debug Information (PARTIALLY DONE)
- ~~Borrows~~ (DONE)
- 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:
- Easier way to initialize arrays with a single value