Crate spl_frontend

Source

Modules§

ast
Contains structs and enums for all AST nodes
error
lexer
parser
table
tokens

Structs§

AnalyzedSource
Contains all information extracted from a given SPL source file.
TextChange
Change in source code. range is the text range in the original source code. text is the replacement text.

Traits§

ErrorContainer
Shiftable
ToRange
ToTextRange