From 5a55c9ac87a3a5a777c7f5122dcb92c247ccfba7 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 11 Aug 2022 18:37:00 -0500 Subject: [PATCH] Check off lexer in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 334a911..70874d0 100644 --- a/README.md +++ b/README.md @@ -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