Steve Klabnik | 1a99315 | 2015-02-15 01:50:08 | [diff] [blame] | 1 | % Grammar |
Ignacio Corderi | ffc5f1c | 2014-11-27 00:40:56 | [diff] [blame] | 2 | |
Erin Power | 96c8049 | 2019-09-29 14:04:14 | [diff] [blame] | 3 | The Rust grammar may now be found in the [reference]. Additionally, the [grammar |
4 | working group] is working on producing a testable grammar. | ||||
Ignacio Corderi | ffc5f1c | 2014-11-27 00:40:56 | [diff] [blame] | 5 | |
Erin Power | 96c8049 | 2019-09-29 14:04:14 | [diff] [blame] | 6 | [reference]: https://doc.rust-lang.org/reference/ |
7 | [grammar working group]: https://github.com/rust-lang/wg-grammar |