use v6; grammar G { token not_a { <-[ a ]> } token not_b { <-[ b ]> } }