misc method

Parser misc()

Implementation

Parser misc() =>
    ref0(spaceText).or(ref0(comment)).or(ref0(processing)).star();