4

I see grammar graphs on the websites for SQLite and JSON. What program can be used to generate these pretty pictures?

Dominique Fortin
  • 2,212
  • 15
  • 20
erjiang
  • 44,417
  • 10
  • 64
  • 100

2 Answers2

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.

Community
  • 1
  • 1
levinalex
  • 5,889
  • 2
  • 34
  • 48
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