Generate BNF diagrams from an antlr grammar?

拈花ヽ惹草 提交于 2019-12-06 11:54:31

ANTLRWorks 1 works for generating diagrams, one at a time, for rule.

for v4, ANTLRWorks 2 also generates them though I'm not sure it can save them to disk.

Ter

If it is an ANTLR 3 grammar, you could

Grako has an ANTLR3-to-EBNF translator in its examples. You can customize it to the BNF style you require (or to ANTLR4).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!