Some basic parsing, with interned strings.

This commit is contained in:
2020-08-02 17:58:51 -07:00
parent 81f98cc2c9
commit 2881c5104a
9 changed files with 315 additions and 22 deletions

View File

@@ -13,8 +13,9 @@ name = "ngrc"
path = "src/bin.rs"
[dependencies]
logos = "0.11.4"
lalrpop-util = "0.19.0"
lazy_static = "1.4.0"
logos = "0.11.4"
[build-dependencies]
lalrpop = "0.19.0"