[antlr-interest] Using the ANTLRworks Debugger

Randall R Schulz rschulz at sonic.net
Sun Nov 19 12:31:07 PST 2006


On Sunday 19 November 2006 12:29, Terence Parr wrote:
> AtomicWord
>
>          :       ( LowerWord )
>          |       ( SingleQuoted )
>
>          ;
>
> is above SingleQuoted and therefore matches it instead of
> SingleQuoted. :)

Eh? LowerWord must start with a lower-case alphabetic character. 
SingleQuoted must start with a single quote (a.k.a. apostrophe).

How is that a conflict?


> Adding example to book ;)
>
> added improvement request.
>
> http://www.antlr.org:8888/browse/ANTLR-42
>
> Ter


Still confused,

Randall Schulz


More information about the antlr-interest mailing list