Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Postfix ¶
Postfix defines a list of tokens
func ParseInfix ¶
ParseInfix parses a mathematical expression in infix notation to postfix notation (or RPN) using Shunting-yard algorithm. See https://en.wikipedia.org/wiki/Shunting-yard_algorithm#The_algorithm_in_detail for more details.
Click to show internal directories.
Click to hide internal directories.