Update README.md

This commit is contained in:
2025-05-12 20:06:48 +10:00
parent b7febe7f1c
commit 5c7e86b3b0

View File

@@ -113,10 +113,12 @@ println "The loop has ended";
More features will be added in future. More features will be added in future.
## Planned features ## In Progress Features
* Lists: It's a list of stuff. `str` will become a list of characters (meaning a `chr` type will be made). * Lists: It's a list of stuff. `str` will become a list of characters (meaning a `chr` type will be made).
* `while` statements: Come on, we gotta have a Turing complete language!
## Planned features
* File input/output: I feel this is going to be complex. * File input/output: I feel this is going to be complex.
## Far-off features ## Far-off features