Re-exports§
pub use codespan::Span;
Modules§
- _lexer
- Internal implementation detail, do not use.
- codespan
- error
- ir
- pr
- PR, or “Parser Representation” is an AST representation of parsed source code. It takes LR tokens and converts them into a more structured form which understands expressions, such as tuples & functions.
- printer
- Printer that converts AST to Lutra source code.
- rr
Structs§
- Check
Params - Discover
Params - Project
- Project, checked.
- Source
Tree - Sources used to resolve the project. All paths are relative to the project root.