summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 934765f..0f530a0 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,17 @@ Run this to build dis files and install module files:
```
mk clean; mk; mk install
```
+
+## Current progress
+
+* variable substitution: yes
+* command calling: yes
+* command output substitution: no
+* scripts: no
+* if/elif/else conditional execution: no
+* for loop: no
+* while loop: no
+* functions/procedures: no
+* keyboard interrupt handling: no
+* arrays: no
+* tab completion: no