Check off lexer in readme

This commit is contained in:
Sasha Koshka 2022-08-11 18:37:00 -05:00
parent 31a2d84483
commit 5a55c9ac87
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ These are some design goals that I have followed/am following:
## Checklist
- [X] File reader
- [ ] File -> tokens
- [X] File -> tokens
- [ ] Tokens -> syntax tree
- [ ] Syntax tree -> semantic tree
- [ ] Semantic tree -> C -> object file