A simple project to generate documentation in markdown format from EBNF source files.
To build a distribution and test:
$ ant
Example usage:
$ java -jar ebnfdoc.jar -d docs test/ebnf.ebnf
Generates by default into ./docs directory ( change with -d cmd line option).
Enjoy!
