Merge #36

36: Add GenericParamList to AssocTypeArg r=Veykril a=Veykril



Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
tree: 216d3e29b650ec444cb96c2dbc8e74b606fe03cb
  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.