ANTLR Tool Command-Line Options
If you invoke the ANTLR tool without command-line arguments, youâll get a help message.
â | â$ ââantlr4â |
â | ANTLR Parser Generator Version 4.0 |
â | -o ___ specify output directory where all output is generated |
â | -lib ___ specify location of grammars, tokens files |
â | -atn generate rule augmented transition network diagrams |
â | -encoding ___ specify grammar file encoding; e.g., euc-jp |
â | -message-format ___ specify output style for messages in antlr, gnu, vs2005 |
â | -listener generate parse tree listener (default) |
â | -no-listener don't generate parse tree listener |
â | -visitor generate parse tree visitor |
â | -no-visitor don't generate parse tree visitor (default) |
â | -package ___ specify ... |
Get The Definitive ANTLR 4 Reference, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.