Content deleted Content added
Format code |
→Pseudo-code: Rename header |
||
Line 30:
The algorithm is not a pure operator-precedence parser like the Dijkstra shunting yard algorithm. It assumes that the ''primary'' nonterminal is parsed in a separate subroutine, like in a recursive descent parser.
===
The
parse_expression()
|