I see grammar graphs on the websites for SQLite and JSON. What program can be used to generate these pretty pictures?
Asked
Active
Viewed 270 times
4
-
"Railroad Diagrams", http://en.wikipedia.org/wiki/Syntax_diagram – levinalex Aug 10 '09 at 19:04
-
1duplicate: http://stackoverflow.com/questions/796824/tool-for-generating-railroad-diagram-used-on-json-org – levinalex Aug 10 '09 at 19:05
2 Answers
1
this answer found that SQLite uses a custom script for the graphs on its website. The graphs on json.org are drawn in visio.
0
I don't know if they have some program that automates it, but you can make those kinds of graphs with GraphViz. I have done so in the past.

Christopher
- 8,815
- 2
- 32
- 41