-
Notifications
You must be signed in to change notification settings - Fork 583
Syntax Diagrams #398
Copy link
Copy link
Closed
Labels
A-grammarArea: Syntax and parsingArea: Syntax and parsingEnhancementImprovement in a non-prose section of the bookImprovement in a non-prose section of the book
Metadata
Metadata
Assignees
Labels
A-grammarArea: Syntax and parsingArea: Syntax and parsingEnhancementImprovement in a non-prose section of the bookImprovement in a non-prose section of the book
Type
Fields
Give feedbackNo fields configured for issues without a type.
A project was made to create syntax diagrams out of
macro_rules!. This has reminded me how useful they were for me learning JavaScript (specifically "The Good Parts") and I feel like we should have them alongside the BNF descriptions of the grammar in the reference.I do not have a plan to actually realize this.