step
For a given state and an incoming character (codepoint), return the next state
Return
the next state or .MISSING if the transition doesn't exist
Parameters
state
incoming state, should either be 0 or some state that is returned previously by this function
c
codepoint