Re-exports§
Modules§
- ast
- Provides a type system for the AST, in some sense
- parser
- The parser: turns a series of tokens into an AST
- tokenizer
- The tokenizer: turns a string into tokens, such as numbers, strings, and keywords
Macros§
Structs§
- Parse
- The result of a parse
- 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 - Syntax
Kind - Token
AtOffset - There might be zero, one or two leaves at a given offset.
- Walk
Event WalkEvent
describes tree walking process.