| commit | 1c7a5c85381dc56cb88c7fc768309b6ee0e8e58a | [log] [tgz] |
|---|---|---|
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Fri Aug 13 02:19:07 2021 +0000 |
| committer | GitHub <noreply@github.com> | Fri Aug 13 02:19:07 2021 +0000 |
| tree | a170049bec93a446434d2f7eeffb9be3f0d138a8 | |
| parent | 074b25554b1ec63504ded59c722f0e457eeeee38 [diff] | |
| parent | 1fec3b1017c7a7115b2a10f280e8c0abe557c942 [diff] |
Merge #37 37: Add both variants of half open range patterns to the grammar r=lf- a=lf- 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. Relevant PR (that does not require this one be merged immediately/a release made): https://github.com/rust-analyzer/rust-analyzer/pull/9780 Co-authored-by: Jade <software@lfcode.ca>
A DSL for specifying concrete syntax trees. See this introductory post.
See ./rust.ungram for an example.