summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 92c676d..a9d8876 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,21 @@ Binaries will be dumped in the "build" folder.
Parser: sorta works sometimes (subtext: AST generater is at least a little broken, but works for at least some use cases)
Interpreter: broken
+## TODO
+
+What works
+- Variable definition
+- Array definition
+- Struct definition
+- Control flow blocks (`if` and `loop` specifically)
+
+What does'nt work
+- `else`
+- Function Calls
+- Getting struct members
+- Array indexing
+- Appending to arrays
+
## Usage
Once you have built the parser, it can be invoked in the build folder with `./parse`. The cli options are as follows: