[antlr-interest] Using the ANTLRworks Debugger

Terence Parr parrt at cs.usfca.edu
Sun Nov 19 12:29:34 PST 2006


AtomicWord
         :       ( LowerWord )
         |       ( SingleQuoted )
         ;

is above SingleQuoted and therefore matches it instead of  
SingleQuoted. :)

Adding example to book ;)

added improvement request.

http://www.antlr.org:8888/browse/ANTLR-42

Ter

On Nov 19, 2006, at 12:14 PM, Randall R Schulz wrote:

> On Sunday 19 November 2006 12:10, Terence Parr wrote:
>> ...
>>
>> oh.  Better  send me the grammar, though I'm sure I'll find something
>> ;)
>
> <http://64.142.14.4/~rschulz/TSTP.g>
>
>
>> Ter



More information about the antlr-interest mailing list