blob: 4501d74073e900846f0bcf13196bfca39f6e9484 (
plain)
1
2
3
4
5
6
7
|
% Grammar
The Rust grammar may now be found in the [reference]. Additionally, the [grammar
working group] is working on producing a testable grammar.
[reference]: https://doc.rust-lang.org/reference/
[grammar working group]: https://github.com/rust-lang/wg-grammar
|