summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-10-31 21:01:29 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-10-31 21:01:29 -0400
commit664865e415bce4ade37add28e136db2f56e11e7b (patch)
tree1abd47fc7be7ec58ad554d3daf20058b65995fd0 /README.md
parent83ddc2f1a6a2f05efba92eb9fb453032a2fb987d (diff)
[DOCS] We are now at a minimum viable parser
+ Begin work on the interpreter
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6870ef2..efb196e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Binaries will be dumped in the "build" folder.
## Status:
- Parser: broke
- Interpreter: not started
+ Parser: sorta works (sometimes)
+ Interpreter: broken
With some of the code I've written, I'm kinda supprised that this even compiles. \ No newline at end of file