fix: remove legacy bnf

This commit is contained in:
2026-03-12 22:24:52 -07:00
parent 31a6c8b91b
commit 944326f114
8 changed files with 46 additions and 1997 deletions

View File

@@ -23,10 +23,6 @@ default-run = "rust-langrpg"
name = "rust-langrpg"
path = "src/main.rs"
[[bin]]
name = "demo"
path = "src/bin/demo.rs"
# ─────────────────────────────────────────────────────────────────────────────
# Library (rlib — used by the binaries and tests)
# ─────────────────────────────────────────────────────────────────────────────
@@ -41,7 +37,6 @@ crate-type = ["rlib"]
# ─────────────────────────────────────────────────────────────────────────────
[dependencies]
bnf = "0.6"
clap = { version = "4", features = ["derive"] }
either = "1"
inkwell = { version = "0.8", features = ["llvm21-1"] }