| commit | 4b6c84dcf84ff187e399a0b4583083371bf0d1f9 | [log] [tgz] |
|---|---|---|
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Mon Jan 31 16:17:54 2022 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jan 31 16:17:54 2022 +0000 |
| tree | a40a350771297d590272a46a892029b0816a2dde | |
| parent | 42810d770e4cddec2a5fff658489fa72f3b28a7c [diff] | |
| parent | 7479c18dc9ca8c2f5fda60f4b19dc8595a611427 [diff] |
Merge #45 45: Support if- and while-let chains r=matklad a=ChayimFriedman2 RFC 2497 https://github.com/rust-lang/rfcs/blob/master/text/2497-if-let-chains.md. I'm not sure if this should be a major or minor version bump: it breaks users of rust.ungram but not general users of the crate. Co-authored-by: Chayim Refael Friedman <chayimfr@gmail.com>
A DSL for specifying concrete syntax trees.
See the blog post for an introduction.
See ./rust.ungram for an example.