I'm a long time JavaCC user and I'm very happy with it - but my product
manager wants me to generate railroad diagrams of our SQL grammar for
our documentation.
I couldn't find a tool to do that, so I've started an open source project
called Clapham. I just released the first version, and I thought that the JavaCC
community would be interested.
Clapham doesn't read JavaCC source files (yet)
but it's easy to take the BNF generated by jjdoc and generate diagrams from
that. Please give it a try, and let me know what you think. I'm
also looking for contributors.
More details:
Julian