[][src]Module lib_maniascript::parser

Structs

AST
TextRange

A range in the text, represented as a pair of TextUnits.

Enums

NewParseError
SyntaxKind

Traits

TypedNode

A TypedNode is simply a wrapper around an untyped node to provide a type system in some sense.

Functions

parse

A convenience function for first tokenizing and then parsing given input