DFA based parser for parsing a STEP comment.
Construct the DFA
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 comment.
The input buffer to match against.
The cursor to test the match against.
The end point to look at in the buffer.
The end of the match.
DFA based parser for parsing a STEP comment.