On Tue, 18 Jan 2005, Paul J. Lucas wrote:
> Yes, and typically it's the '.' in the very same rule as in:
>
> "//"
> ( options { greedy = false; }
> : '\n' { newline(); }
> | '.'
> )
> ;
I forgot the '*' as in:
)*
- Paul