We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d14b75 commit 101c424Copy full SHA for 101c424
src/SUMMARY.md
@@ -132,6 +132,7 @@
132
- [The Rust runtime](runtime.md)
133
134
- [Appendices](appendices.md)
135
+ - [Grammar summary](grammar.md)
136
- [Macro Follow-Set Ambiguity Formal Specification](macro-ambiguity.md)
137
- [Influences](influences.md)
138
- [Test summary](test-summary.md)
src/grammar.md
@@ -0,0 +1,5 @@
1
+# Grammar summary
2
+
3
+The following is a summary of the grammar production rules.
4
5
+{{ grammar-summary }}
0 commit comments