Skip to content

Commit

Permalink
migrate EBNF codegen to DSL v2
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Jan 9, 2024
1 parent 0727cf8 commit bc2a121
Show file tree
Hide file tree
Showing 19 changed files with 2,624 additions and 30 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ cargo-emit = { version = "0.2.1" }
cargo-xwin = { version = "0.14.2" }
clap = { version = "4.1.13", features = ["derive", "wrap_help"] }
clap_complete = { version = "4.3.2" }
derive-new = { version = "0.6.0" }
ignore = { version = "0.4.20" }
indexmap = { version = "1.9.2", features = ["serde"] }
indicatif = { version = "0.17.3" }
Expand Down
2 changes: 2 additions & 0 deletions crates/codegen/ebnf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ publish = false

[dependencies]
codegen_schema = { workspace = true }
codegen_language_definition = { workspace = true }
derive-new = { workspace = true }
indexmap = { workspace = true }
Inflector = { workspace = true }
semver = { workspace = true }
Loading

0 comments on commit bc2a121

Please sign in to comment.