pub fn load_program(entry: &Path) -> Result<Program, LoadError>
Load a multi-file Lex program, expanding local imports relative to the entry path. Stdlib imports (std.*) pass through unchanged.
std.*