diff --git a/README.md b/README.md index c3eb8c1..4e0b1d6 100644 --- a/README.md +++ b/README.md @@ -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"