Skip to content

Commit

Permalink
Remove chumsky, better boilerplate handling, better error messages
Browse files Browse the repository at this point in the history
Allow productions to be introduced after first version (#331)
  • Loading branch information
AntonyBlakey committed Feb 24, 2023
1 parent 2784e43 commit 93061e8
Show file tree
Hide file tree
Showing 153 changed files with 45,221 additions and 16,915 deletions.
60 changes: 14 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [
"crates/codegen/ebnf",
"crates/codegen/parser",
"crates/codegen/parser_templates",
"crates/codegen/schema",
"crates/codegen/spec",
"crates/codegen/testing",
Expand All @@ -25,7 +26,6 @@ edition = "2021"
anyhow = { version = "1.0.66", features = ["backtrace", "std"] }
ariadne = { version = "0.1.5" }
bson = { version = "2.4.0" }
chumsky = { git = "https://github.com/NomicFoundation/chumsky.git", branch = "slang" }
clap = { version = "4.0.14", features = ["derive"] }
codegen_ebnf = { path = "crates/codegen/ebnf" }
codegen_parser = { path = "crates/codegen/parser" }
Expand All @@ -40,7 +40,6 @@ itertools = { version = "0.10.3" }
napi = { version = "2.10.1", features = ["compat-mode", "napi8", "serde-json"] }
napi-build = { version = "2.0.1" }
napi-derive = { version = "2.9.1" }
patricia_tree = { version = "0.4.0" }
proc-macro2 = { version = "1.0.38" }
quote = { version = "1.0.18" }
rayon = { version = "1.6.1" }
Expand Down
1 change: 0 additions & 1 deletion crates/codegen/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ codegen_schema = { workspace = true }
codegen_utils = { workspace = true }
Inflector = { workspace = true }
itertools = { workspace = true }
patricia_tree = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
semver = { workspace = true }
Expand Down
Loading

0 comments on commit 93061e8

Please sign in to comment.