pub const TOKEN_EPSILON: isize = -2;
Expand description

Type of tokens that DFA can use to advance to next state without consuming actual input token. Should not be created by downstream implementations.