[antlr-interest] call Skip in rules

Liviu U liviu.u at gmail.com
Sat Jul 7 08:39:39 PDT 2007


Hi

This syntax is invalid for rules:

noblock
    :    ( ~( LCURRLY|RCURRLY ) )+ { Skip(); };

C# target.
If i put an empty rewrite rule, i get an error, missing setMatch template.

How to make it be ignored?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20070707/07077811/attachment.html 


More information about the antlr-interest mailing list