# Functions
Children returns all children of a node.
DirectChildren are children of AST node that are executed in the same context and environment as their parent.
IsValidIdentifier is true if the string could be a valid identifier.
Lex returns a slice of tokens recognised in input.
Parse parses a slice of tokens into a parse tree.
SnippetToRawAST converts a Jsonnet code snippet to an AST (without any transformations).
StringEscape does the opposite of StringUnescape.
StringUnescape compiles out the escape codes in the string.
# Type aliases
Tokens is a slice of token structs.