I see grammar graphs on the websites for SQLite and JSON. What program can be used to generate these pretty pictures?
A:
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
2009-08-10 19:05:56
+1
A:
this answer found that SQLite uses a custom script for the graphs on its website. The graphs on json.org are drawn in visio.
levinalex
2009-08-10 19:09:16