1
0
mirror of https://github.com/fluencelabs/lalrpop synced 2025-03-30 23:11:04 +00:00
Niko Matsakis ae821645e9 change format of token declarations to extern token with an enum
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
2015-07-10 17:28:29 -04:00

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"