# Functions
IsTypePrefix returns whether the given input string is a prefix that supports a type reference declared right after it.
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.