Merge #50

50: Include `Self` specifically in NameRef r=Veykril a=Veykril

`Self` is a keyword, so we'll treat it as such
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
tree: 7c169fd3f9b42d3407d71a0946104bc35c158c8f
  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 the blog post for an introduction.

See ./rust.ungram for an example.

Editor support