Start a Rust implementation, which is broken with gitignore.

This commit is contained in:
2025-08-09 13:47:08 -07:00
parent 5a5902af6b
commit a663d8f1fb
10 changed files with 2087 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "bang"
version = "0.1.0"
edition = "2024"
[dependencies]
codespan = "0.12.0"
codespan-reporting = "0.12.0"
lalrpop-util = "0.20.2"
logos = "0.15.1"
proptest = "1.7.0"
proptest-derive = "0.6.0"
thiserror = "2.0.12"
[build-dependencies]
lalrpop = "0.20.2"