diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-31 21:01:29 -0400 | 
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-31 21:01:29 -0400 | 
| commit | 664865e415bce4ade37add28e136db2f56e11e7b (patch) | |
| tree | 1abd47fc7be7ec58ad554d3daf20058b65995fd0 | |
| parent | 83ddc2f1a6a2f05efba92eb9fb453032a2fb987d (diff) | |
[DOCS] We are now at a minimum viable parser
+ Begin work on the interpreter
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 |