What is a good tool for creating railroad diagrams? [closed]
I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs. Brian Campbell It looks like they wrote their own script for generating these, as a little embedded DSL in TCL. You might be able to re-purpose their script. edit : Yep, it's pretty easy to use, though it looks like it'll take a little tweaking to make the output prettier (for some reason, convert is failing to antialias this on my system; the postscript output looks nice). hello { line HELLO {or WORLD {line MY FRIEND {opt ANDREY}} } } edit 2 : Here's