Content deleted Content added
more formatting fixes |
another mistake |
||
Line 54:
* <em>op</em> is + (precedence 1)
* <em>rhs</em> is 3
* the next token is *, with precedence 2. recursive invocation.<br><em>parse_expression_1</em> (<em>lhs</em> = 3, <em>min_precedence</em> = 2)
:* the next token is *, with precedence 2. the while loop is entered.
::* <em>op</em> is * (precedence 2)
|