binaryPragma method

Parser binaryPragma()

Implementation

Parser binaryPragma() =>
    ref0(binaryToken).seq(ref0(arrayItem)).map(buildBinary);