transition to the operator precedence parser.

This commit is contained in:
Mark Thom
2017-09-06 00:36:14 -06:00
parent 8ee27af9fd
commit 92de7acd22
15 changed files with 335 additions and 3117 deletions

View File

@@ -1,18 +1,13 @@
[package]
name = "rusty-wam"
version = "0.6.7"
version = "0.7.0"
authors = ["Mark Thom"]
build = "build.rs"
[dependencies]
lazy_static = "0.2"
num = "0.1"
regex = "0.2.1"
ordered-float = "0.5.0"
[dependencies.termion]
version = "1.4.0"
[dependencies.lalrpop-util]
version = "0.13.1"
[build-dependencies.lalrpop]
version = "0.13.1"
version = "1.4.0"