Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3340922

Browse files
authoredApr 15, 2025··
Merge pull request #1787 from ehuss/railroad-grammar
Add a new grammar renderer
2 parents 9d57724 + dab73ea commit 3340922

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3306
-1805
lines changed
 

‎book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ smart-punctuation = true
1212

1313
[output.html.search.chapter]
1414
"test-summary.md" = { enable = false }
15+
"grammar.md" = { enable = false }
1516

1617
[output.html.redirect]
1718
"/expressions/enum-variant-expr.html" = "struct-expr.html"

‎docs/authoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,7 @@ r[foo.bar.edition2021]
214214
> [!EDITION-2021]
215215
> Describe what changed in 2021.
216216
```
217+
218+
## Grammar
219+
220+
See [Grammar](grammar.md) for details on how to write grammar rules.

0 commit comments

Comments
 (0)
Please sign in to comment.