diff options
author | s-over-4 | 2023-07-09 23:47:46 -0400 |
---|---|---|
committer | s-over-4 | 2023-07-09 23:47:46 -0400 |
commit | c1879090e4394c9245da1249f4ea6e7ff0b04601 (patch) | |
tree | af25b3ec4a37c28afd8117463c63d01ffb45b188 | |
parent | 3495c3390361a9952de7ace2838b23b04bde7514 (diff) |
updated readme (there was a cool moth outside my window when I wrote this)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ $ halk examples/simple.halk ``` while in this directory, or change the argument to any valid file path. Simply running *HALK* with no arguments allows one -to lex arbitrary text from the command line. An example session is displayed below: +to lex(?) arbitrary text from the command line. An example session is displayed below: ```shell $ halk @@ -59,7 +59,7 @@ Example programs can be found [here](examples/). ***HALK*** **progress:** 20% - [x] Lexer -- [ ] Abstract Syntax Tree +- [x] Abstract Syntax Tree - [ ] Parser - [ ] Doer - [ ] ?? profit ?? |