[antlr-interest] Fwd: Empty complement set?

Anton Bychkov bychkov.anton at gmail.com
Wed Mar 31 05:24:46 PDT 2010


> Or like this:
>
> LParen : '(';
> RParen : ')';
> Other  : ~(LParen | RParen);
>

Thank you, that worked.


More information about the antlr-interest mailing list