public AstContinue(Parser parser, Position startPos, Position endPos, AstLabelRef label = null) : base(parser, startPos, endPos, label) { }
public AstLoopControl(Parser parser, Position startPos, Position endPos, AstLabelRef label = null) : base( parser, startPos, endPos) { Label = label; }