diff options
author | c+1 | 2023-05-11 15:04:31 -0400 |
---|---|---|
committer | c+1 | 2023-05-11 15:04:31 -0400 |
commit | 8da58e653e5f5fb2d88fb075b987abda89629c19 (patch) | |
tree | 258eaa4206522766e87e19ea79d879583279089b | |
parent | 3331b9c14fc441f38c2578bd4abee63e3644b114 (diff) |
halk
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,8 @@ As you have read these words, you are to install *HALK*. 1. Clone *HALK* to a computer. 2. `sudo make install`. -3. Congratulations; You are now part of The. + +If you wish to remove all *HALK*-related items from your life, you can try `sudo make clean`. There is no turning back now. @@ -71,7 +72,7 @@ fn.main -> { [where our code will begin executing] ***HALK*** **progress:** 20% -- [ ] Lexer +- [x] Lexer - [ ] Abstract Syntax Tree - [ ] Parser - [ ] Doer |