Operator-precedence parser: Difference between revisions

Content deleted Content added
Line 54:
''rhs'' := ''parse_expression_1'' (''rhs'', lookahead's precedence)
''lhs'' := the result of applying ''op'' with operands ''lhs'' and ''rhs''
return ''lhs</em>''
 
 
=== Example execution of the algorithm ===