Re-exports§
pub use ast::Root;
Modules§
- ast
- Provides a type system for the AST, in some sense
Macros§
Structs§
- Parse
- The result of a parse
- Parse
Syntax Kind Error - Error returned when parsing a string into a
SyntaxKindfails. - Text
Range - A range in text, represented as a pair of
TextSize. - Text
Size - A measure of text length. Also, equivalently, an index into text.
Enums§
- NixLanguage
- Node
OrToken - Parse
Error - An error that occurred during parsing
- Syntax
Kind - Token
AtOffset - There might be zero, one or two leaves at a given offset.
- Walk
Event WalkEventdescribes tree walking process.
Functions§
- tokenize
- Tokenize the given input