Initial commit.

This commit is contained in:
Mark Thom
2016-10-28 19:53:08 -06:00
parent a8b1d8bd4d
commit 8d1441e20f
11 changed files with 2494 additions and 1 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "rusty-wam"
version = "0.1.0"
authors = ["Mark Thom"]
build = "build.rs"
[dependencies]
[dependencies.lalrpop-util]
version = "0.12.0"
[build-dependencies.lalrpop]
version = "0.12.0"