Options in Parser.Code.Rules group control some aspects of code generated for handling lexer productions. These options are:
Parser.Code.RuleCodeAutoBreak
When this option is on, each user-provided code for parser production is automatically terminated with break instruction. When off user must provide such instructions himself.
Parser.Code.RuleCodeDisableWarnings
When set to true compiler warnings related to unreachable break instructions are silenced.