[antlr-interest] v3 equivalent of char skip suffix.

Johannes Luber jaluber at gmx.de
Wed Jul 18 09:42:00 PDT 2007


Alex Shneyderman wrote:
> what would be the v3 equivalent of for the following v2 rule:
> 
> BR  :  '<'! "br" '>'! ;
> 

BR  :  '<'! 'br' '>'! ;

should be correct.

Best regards,
Johannes Luber


More information about the antlr-interest mailing list