Content deleted Content added
Rewrote parenthesise.c to emphasize the essence of the algorithm. |
Salix alba (talk | contribs) link shunting yard algorithm |
||
Line 1:
An '''operator precedence parser''' is a computer program that interprets an [[operator-precedence grammar]]. For example, most [[calculator]]s use operator precedence parsers to convert from [[infix notation]] with [[order of operations]] (the usual format humans use for mathematical expressions) into a different format they use internally to compute the result.
[[Edsger Dijkstra|Dijkstra]]'s
== Relationship to other parsers ==
|