Use lrpar for parsing, big 'ol syntax overhaul

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-17 16:15:06 -05:00
parent cf9ba376aa
commit 2c4b56e362
23 changed files with 1394 additions and 1494 deletions

View File

@@ -11,9 +11,15 @@ build = "build.rs"
[dependencies]
bitflags = "1"
byteorder = "1"
lalrpop-util = "0.17.2"
regex = "*"
lazy_static = "1"
snafu = "0.6.2"
cfgrammar = "0.6"
lrlex = "0.6"
lrpar = "0.6"
regex = "*"
[build-dependencies]
lalrpop = "0.17.2"
cfgrammar = "0.6"
lrlex = "0.6"
lrpar = "0.6"