symbol method

Parser symbol()

Implementation

Parser symbol() =>
    ref0(unary).or(ref0(binary)).or(ref0(multiword)).or(ref0(_string));