Parsing/Shunting-yard algorithm: Difference between revisions

Content added Content deleted
No edit summary
Line 40: Line 40:
<br><br>
<br><br>


=={{header|8th}}--
=={{header|8th}}==
<lang forth>\ Convert infix expression to postfix, using 'shunting-yard' algorithm
<lang forth>\ Convert infix expression to postfix, using 'shunting-yard' algorithm
\ https://en.wikipedia.org/wiki/Shunting-yard_algorithm
\ https://en.wikipedia.org/wiki/Shunting-yard_algorithm