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