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 ...
8
votes
9answers
2k views

What is a good tool for creating railroad diagrams?

I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs.
1
vote
2answers
185 views

Parsing flow graph/parsing flowchart — What is this called and how can I make them?

I just got linked to the JSON website, and the images stunned me. A better way to intuitively show the flow of a parser I have never seen. Now I want to be able to make these diagrams for my own ...