| commit | 50019bae42f8bb4357ea52b1c783b92af8717a06 | [log] [tgz] |
|---|---|---|
| author | Jade <software@lfcode.ca> | Tue Aug 03 21:35:16 2021 -0700 |
| committer | Jade <software@lfcode.ca> | Thu Aug 12 19:11:21 2021 -0700 |
| tree | 1f4c91587e7709ba7a5e5392680430ca2ffac82e | |
| parent | 074b25554b1ec63504ded59c722f0e457eeeee38 [diff] |
Add both variants of half open range patterns to the grammar This is prompted by https://github.com/rust-analyzer/rust-analyzer/issues/9779, but it is not actually a prerequisite of making that one happen as this commit doesn't change the generated code on the r-a side.
A DSL for specifying concrete syntax trees. See this introductory post.
See ./rust.ungram for an example.