Fields
- Break The parser is ending a block, instruct to stop and keep the line being processed.
-
Break
Discard The parser is ending a block, instruct to stop and discard the line being processed. - Continue The parser accepts a line and instruct to continue.
-
Continue
Discard The parser accepts a line, instruct to continue but discard the line (not stored on the block) - None A line is not accepted by this parser.
- Skip The parser is skipped.