Lines Matching full:parse_primary
663 let rec parse_primary = parser711 let rhs = parse_primary stream in735 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs stream