# Functions
Children returns all children of a node.
Lex returns a slice of tokens recognised in input.
MakeStaticError returns a StaticError with a message and a LocationRange.
MakeStaticErrorMsg returns a StaticError with a message.
NewLiteralFieldSet creates and returns a reference to an empty set.
Parse parses a slice of tokens into a parse tree.
# Structs
StaticError represents an error during parsing/lexing or static analysis.
# Type aliases
A LiteralField is a field of an object or object comprehension.
LiteralFieldSet is the primary type that represents a set.
Tokens is a slice of token structs.