temporaries method

Parser temporaries()

Implementation

Parser temporaries() => ref1(
  token,
  '|',
).seq(ref0(variable).star()).seq(ref1(token, '|')).optionalWith([]);