binaryMethod method

Parser binaryMethod()

Implementation

Parser binaryMethod() =>
    ref0(binaryToken).seq(ref0(variable)).map(buildBinary);