Lines Matching full:parse_primary
782 let rec parse_primary = parser830 let rhs = parse_primary stream in854 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs stream