Lines Matching full:parse_primary
203 parse_primary = parser
242 calling <tt>Parser.parse_primary</tt> (we will soon see that
243 <tt>Parser.parse_primary</tt> can call <tt>Parser.parse_primary</tt>). This is
373 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs stream
848 let rec parse_primary = parser
896 let rhs = parse_primary stream in
920 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs stream