parsing Instructions
Answer a tuple of integers encoding the ParsingOperations and operands required to parse a call to this parsing plan.
Matching parsing instructions for multiple messages can (usually) be executed in aggregate, avoiding the separate cost of attempting to parse each possible message at each place where a call may occur.
Return
A tuple of integers encoding this plan's parsing instructions.