Tagged Questions
21
votes
6answers
3k views
Tool for generating railroad diagram used on json.org
I love the syntax or railroad diagrams on json.org which are a graphical representation of the BNF language. I haven't found any tools that can produce results as eloquently. Can anyone identify the ...
1
vote
1answer
182 views
Is there an extension to railroad diagrams to capture exceptions?
Railroad diagrams are a popular method to visualize context-free grammars and you can map Backus-Naur Form to these diagrams. But some variants of BNF, for instance W3C-BNF allow exceptions (as ...