Anybody know of a tool, that generates EBNF from ANTLR? ANTLR is already close to EBNF, but for documentation purpose I would like to have a clean EBNF description (without the Code in between).
antlrworksを使用すると、構文図を取得するのはすでに便利です。
java -cp antlrworks-1.1.4.jar org.antlr.works.Console -f yql.g -o output/ -sd eps
ただし、プレーンテキストの説明、望ましいテキスト、tex、html、xmlなどが必要です。