Currently NotePrimitiveMatcher is exploiting a dirty hack to get multiple tokens into the deck using a single matcher. This however causes any following tokens to fails since the lexer does not match and the lexer continues as if the token is unknown.
Currently NotePrimitiveMatcher is exploiting a dirty hack to get multiple tokens into the deck using a single matcher. This however causes any following tokens to fails since the lexer does not match and the lexer continues as if the token is unknown.