Skip to main content

check

Function check 

Source
pub fn check(source: &str, main_path: &str, root: &Path) -> CheckOutcome
Expand description

Check one .opy project: preprocess (includes/defines) → parse (CST) → resolve (Opy HIR). main_path is the display path recorded in the file registry; root is the include base. No Workshop backend is required.