Commentary in the lexer and parser.

This commit is contained in:
2023-05-07 21:41:09 -07:00
parent 6cd2b2148d
commit d0c7e02928
4 changed files with 142 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ cranelift-module = "0.94.0"
cranelift-native = "0.94.0"
cranelift-object = "0.94.0"
internment = { version = "0.7.0", default-features = false, features = ["arc"] }
lalrpop-util = "^0.19.7"
lalrpop-util = "^0.20.0"
lazy_static = "^1.4.0"
logos = "^0.12.0"
pretty = { version = "^0.11.2", features = ["termcolor"] }
@@ -30,4 +30,4 @@ tempfile = "^3.5.0"
thiserror = "^1.0.30"
[build-dependencies]
lalrpop = "^0.19.7"
lalrpop = "^0.20.0"