Simple shunting yard algorithm in odin. Shunting yard converts a postfix notation into RPN and calculates the result without using recursion.
This simple example uses a repl for input and only accepts single digits.
No description provided.
Simple shunting yard algorithm in odin. Shunting yard converts a postfix notation into RPN and calculates the result without using recursion.
This simple example uses a repl for input and only accepts single digits.