Operator-precedence parser: Difference between revisions

Content deleted Content added
Line 47:
than ''op''<nowiki>'</nowiki>s, or a right-associative operator
whose precedence is equal to ''op'''s
''rhs'' := ''parse_expression_1'' (''rhs'', lookahead'smin_precendence precedence+ 1)
''lookahead'' := peek next token
''lhs'' := the result of applying ''op'' with operands ''lhs'' and ''rhs''