Merge #31

31: extended_key_value_attributes r=jonas-schievink a=Veykril

see https://github.com/rust-lang/rust/issues/78835, allows arbitrary expressions instead of just literals

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
tree: bd0d15dc3e6d8dd9da5a9880484bfea77910daee
  1. .github/
  2. src/
  3. ungrammar2json/
  4. .gitignore
  5. bors.toml
  6. Cargo.toml
  7. README.md
  8. rust.ungram
  9. ungrammar.ungram
README.md

ungrammar

A DSL for specifying concrete syntax trees. See this introductory post.

See ./rust.ungram for an example.