From 5c7e86b3b04102213f3d44a19e439a53d3cca6c1 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 12 May 2025 20:06:48 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9662ec..4a6c115 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,12 @@ println "The loop has ended"; 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). -* `while` statements: Come on, we gotta have a Turing complete language! + +## Planned features + * File input/output: I feel this is going to be complex. ## Far-off features