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 tool used to generate these diagrams?


|
2
|
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 tool used to generate these diagrams?
|
||
|
|
|
|
||
|
|
|
|
There was a similar question a few days ago: What is a good tool for creating railroad diagrams? That question was about how railroad diagrams in the SQLite syntax diagrams were generated. The accepted answer found that the diagrams were generated using a DSL written in Tcl. Another answer offered a suggestion to use a diagram generator which works off of EBNL grammar. |
||
|
|
|
See this, for example. Not quite what you need but still. |
||
|
|