sequence method

Parser sequence()

Implementation

Parser sequence() =>
    ref0(temporaries).seq(ref0(periodToken).star()).seq(ref0(statements));