Parsing/RPN to infix conversion: Difference between revisions

m
added whitespace.
m (→‎{{header|REXX}}: aligned statements.)
m (added whitespace.)
Line 9:
* Show how the major datastructure of your algorithm changes with each new token parsed.
* Test with the following input RPN strings then print and display the output here.
:::::{| class="wikitable"
! RPN input !! sample output
|- || align="center"
Line 18:
 
* Operator precedence and operator associativity is given in this table:
:::::::{| class="wikitable"
 
! operator !! [[wp:Order_of_operations|precedence]] !! [[wp:Operator_associativity|associativity]] !! operation