Update readme

This commit is contained in:
Sofia 2025-07-17 12:37:57 +03:00
parent c07e488f48
commit cb2604dc22

View File

@ -34,11 +34,12 @@ fn fibonacci(n: u16) -> u16 {
Currently missing relevant features (TODOs) are:
- ~~Arrays~~ (DONE)
- Structs (and custom types as such)
- ~~Structs~~ (DONE)
- ~~Extern functions~~ (DONE)
- ~~Strings~~ (DONE)
- Loops
- Debug Information
- Borrows+Pointers
### Why "Reid"