On Mon, Oct 27, 2008 at 10:24:56PM -0700, Chris Dolan wrote:
> The attached patch allows one to use either single or double curlies  
> (or triple, etc, actually).  I added disambiguation for the "{*}"  
> token which is now a special case of "{...}".  Perhaps that latter  
> bit was over-engineering, but I don't grok the optable yet well  
> enough to understand how it disambiguates on its own.

Disambiguating the {*} isn't necessary, as the optable already
does longest token matching, and thus will recognize {*} before
the single curly.

Other comments on the other threads.

Pm

Reply via email to