From bc5b5ac4116b8be8cff6d4ab6765dc6a9f7feae0 Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 25 Dec 2025 19:45:54 +0300 Subject: Add current progress to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3