[antlr-interest] Going from grammar to parser to parsing without compiler

Terence Parr parrt at cs.usfca.edu
Mon Aug 13 16:29:08 PDT 2007


On Aug 13, 2007, at 4:26 PM, Joel Shellman wrote:

> Is there any built in mechanism in ANTLR to go from my grammar as a
> string, and running data through that grammar without having to
> generate and compile Java files (or any language) in between?

Yep, see the Interp or is it Interpreter thing.

Ter



More information about the antlr-interest mailing list