Skip to content

Commit 101c424

Browse files
committed
Add a summary chapter that shows all of the grammar productions on one page
1 parent 1d14b75 commit 101c424

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
- [The Rust runtime](runtime.md)
133133

134134
- [Appendices](appendices.md)
135+
- [Grammar summary](grammar.md)
135136
- [Macro Follow-Set Ambiguity Formal Specification](macro-ambiguity.md)
136137
- [Influences](influences.md)
137138
- [Test summary](test-summary.md)

src/grammar.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)