added repl, eof token, and a parser with a AST producer

This commit is contained in:
2026-07-08 23:44:39 -05:00
parent a0a7b85e11
commit 7ee19e4ab7
7 changed files with 288 additions and 5 deletions
+1
View File
@@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
phf = { version = "0.14.0", features = ["macros"] }
clap = { version = "4.2.7", features = ["derive"] }