use v6; grammar G { token not_a { <-[ a ]> } token not_b { <-[ b ]> } } [download]
In reply to Perl 6 - How to combine two negates charachter classes in a grammar by holli