Skip to main content

load_program

Function load_program 

Source
pub fn load_program(entry: &Path) -> Result<Program, LoadError>
Expand description

Load a multi-file Lex program, expanding local imports relative to the entry path. Stdlib imports (std.*) pass through unchanged.