# Functions
Parse performs parsing of the given input string and returns the root AST node.
ParseExpression parses the given string as an expression.
# Constants
No description provided by the author
# Variables
BinaryOperators defines the binary operators in precedence order.