| commit | 039a27440743b068f811c6f0bc06dbdd0d1de503 | [log] [tgz] |
|---|---|---|
| author | Chayim Refael Friedman <chayimfr@gmail.com> | Thu Feb 24 02:34:24 2022 +0000 |
| committer | GitHub <noreply@github.com> | Fri Feb 25 01:05:27 2022 +0000 |
| tree | f55a200c5d6af6f399610c93959495c3b6018dc2 | |
| parent | c391a3397b1ce54ae8e3c0c1f6bbf363fe3930b4 [diff] |
Support destructuring assignments (RFC 2909) The supported patterns are already valid as expressions, except the rest pattern (`..`) and the wildcard pattern (`_`).
A DSL for specifying concrete syntax trees.
See the blog post for an introduction.
See ./rust.ungram for an example.