[antlr-interest] Dumb Question

Terence Parr parrt at cs.usfca.edu
Thu Oct 6 14:00:54 PDT 2005


On Oct 6, 2005, at 1:32 PM, Matthew Tedder wrote:

> I hate to burden you with this kind of question but I
> cannot remember, cannot find my notes, and cannot seem
> to find anything through google this morning on how to
> simply run antlr on my morph.g file (other than the
> apache ant method)..
>
> http://134.121.235.77/quickdoc/morph.g
>
> My memory is to just type: "antlr.Tool morph.g" but
> that command doesn't seem to exist.  I wrote this some
> months ago and forgot.

You need

java antlr.Tool morph.g

:)

Ter



More information about the antlr-interest mailing list