Skip to main content

Module pipeline

Module pipeline 

Source

Structs§

AnalysisError
A lightweight owned analysis error from escape/ownership checking.
AnalysisResult
Result of running the full analysis pipeline on a document.

Enums§

OwnedStmt
Lightweight summary of a statement for symbol indexing. This avoids lifetime issues with arena-allocated AST nodes.

Functions§

analyze
Run the full analysis pipeline: lex → MWE → discover → parse → index.