mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-30 23:11:04 +00:00
section, paving the way for more advanced concepts; also, refactor Types interface to make it possible to have different types depending on the kind of terminal
13 lines
222 B
TOML
13 lines
222 B
TOML
[package]
|
|
name = "lalrpop-test"
|
|
version = "0.1.0"
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies.lalrpop-util]
|
|
path = "../lalrpop-util"
|
|
|
|
[build-dependencies.lalrpop]
|
|
path = "../lalrpop"
|
|
|