Home | History | Annotate | Download | only in tutorial

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 | [&lt; lhs=parse_primary; stream &gt;] -&gt; parse_bin_rhs 0 lhs stream
848 let rec parse_primary = parser
896 let rhs = parse_primary stream in
920 | [&lt; lhs=parse_primary; stream &gt;] -&gt; parse_bin_rhs 0 lhs stream