[antlr-interest] added new -depend option

Emond Papegaaij e.papegaaij at student.utwente.nl
Mon Feb 12 01:32:22 PST 2007


On Sunday 11 February 2007 23:19:51 Terence Parr wrote:
<cut great -depend feature>
> * Added -depend command-line option that, instead of processing files,
>    it shows you what files the input grammar(s) depend on and what files
>    they generate. For combined grammar T.g:
>
>    $ java org.antlr.Tool -depend T.g
>
>    You get:
>
>    TParser.java : T.g
>    T.tokens : T.g
>    T__.g : T.g

What about TLexer.java?

Best regards,
Emond



More information about the antlr-interest mailing list