The Interpreter

ANTLRWorks uses the integrated interpreter of ANTLR to parse input text using immediately without the need to generate, compile and run the grammar.

The various elements are:

Limitation

The interpreter does not execute actions. Use the debugger if you want to debug a grammar and see the action executed.