Update TODO-list

This commit is contained in:
Sofia 2025-07-14 17:57:34 +03:00
parent 83475b144c
commit 1173e17fe6
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Currently missing relevant features (TODOs) are:
- ~~Arrays~~ (DONE) - ~~Arrays~~ (DONE)
- Structs (and custom types as such) - Structs (and custom types as such)
- Extern functions - Extern functions
- Strings - ~~Strings~~ (DONE)
- Loops - Loops
### Why "Reid" ### Why "Reid"

View File

@ -36,7 +36,7 @@
//! - ~~Arrays~~ (DONE) //! - ~~Arrays~~ (DONE)
//! - Structs (and custom types as such) //! - Structs (and custom types as such)
//! - Extern functions //! - Extern functions
//! - Strings //! - ~~Strings~~ (DONE)
//! - Loops //! - Loops
//! ``` //! ```