Home | History | Annotate | Download | only in tutorial

Lines Matching full:operators

67 the variable name, binary operators capture their opcode (e.g. '+'), and
71 Note that there is no discussion about precedence of binary operators,
133 the tutorial <OCamlLangImpl6.html#user-defined-unary-operators>`_. In order to parse an
247 This parsing technique uses the precedence of binary operators to guide
262 (* Install standard binary operators.
271 operators (this can obviously be extended by you, our brave and intrepid
274 ``Hashtbl.t`` makes it easy to add new operators and makes it clear that
275 the algorithm doesn't depend on the specific operators involved, but it
282 down an expression with potentially ambiguous binary operators into
285 expressions separated by binary operators. As such, it will first parse
333 stream runs out of binary operators. If this check succeeds, we know
418 As such, we know that any sequence of pairs whose operators are all
881 (* Install standard binary operators.