parse
Parses the actions for containing input, invoking the DecoderAction.convert for that associated range of characters.
Return
The result of DecoderAction.convert, or null
if no match was found.
Parameters
input
the character to parse actions with
isConstantTime
If true
, will not jump out of loops early in the event a match is found.