transition to the operator precedence parser.
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -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"
|
||||
Reference in New Issue
Block a user