Expand description
Re-exports§
pub use tokens::lex;
Modules§
Structs§
- Parse
Error - An error from building the abstract syntax tree
Functions§
- parse
- Build an abstract syntax tree from a list of tokens
Type Aliases§
- Span
- Span for tokens or AST nodes, a range of byte offsets from the start of the source