summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 034e412..8203684 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,15 @@ Binaries will be dumped in the "build" folder.
## Status
Parser: sorta works sometimes (subtext: AST generater is at least a little broken, but works for at least some use cases)
- Interpreter: broken
+ Interpreter: working (sorta)
## TODO
-What works
+THERE ARE PROBABLY ***MANY*** BUGS IN THIS CODE AS I HAVE NOT CREATED ANY COMPREHENSIVE TESTING
+
+**USE AT YOUR OWN RISK**
+
+What (seems to) work
- Variable definition
- Array definition
- Struct definition