Parse a step entity identifier - expecting this token to be A-Z, as they are parsed in upper case.
Construct the DFA parser state.
Static
Readonly
Get the value of a given state for a given value.
Useful for using this for mappings. Will cause an exception if out of bounds.
The byte value to lookup.
The state to get the value for.
Match a step enum
The input buffer
The position in the buffer to test for the match.
The end position in the buffer by which the match must terminate.
The length of the match or undefined.
Parse a step entity identifier - expecting this token to be A-Z, as they are parsed in upper case.