aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors-over-42023-07-09 23:47:46 -0400
committers-over-42023-07-09 23:47:46 -0400
commitc1879090e4394c9245da1249f4ea6e7ff0b04601 (patch)
treeaf25b3ec4a37c28afd8117463c63d01ffb45b188
parent3495c3390361a9952de7ace2838b23b04bde7514 (diff)
updated readme (there was a cool moth outside my window when I wrote this)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9f7224..cb46cfe 100644
--- a/README.md
+++ b/README.md
@@ -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 ??