diff options
Diffstat (limited to 'src/doc/grammar.md')
-rw-r--r-- | src/doc/grammar.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md new file mode 100644 index 000000000..4501d7407 --- /dev/null +++ b/src/doc/grammar.md @@ -0,0 +1,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 |