summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-09 05:55:47 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-04-09 05:55:47 -0400
commit28371ad11afce98913b6427ea7dc82f64ac48b3c (patch)
treea243ad5d5e40a843eb832d36c304831db1b2f58e
parent74aa33808dbe2630eb5fac427874428d55011267 (diff)
parent90d6ab411c0dd1506ebd7754c8569d075aa1fed9 (diff)
Merge branch 'master' of github.com:CircleShift/tnsl-parse
-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