ABNF To ANTLR

Translate any ABNF grammar to an ANTLR grammar. The resulting ANTLR grammar should be syntactically correct; however, some ABNF grammars are inherently ambiguous and ANTLR will complain about them until the ambiguity is resolved by the user. The translator uses parser and lexer components generated by the excellent ANTLR toolset. Source code and binaries are available at GitHub.

ABNF Grammar:


    



Version 1.7.1