Function chalk::load_program

source ·
pub(crate) fn load_program(
    args: &Args,
    filename: &str
) -> Result<LoadedProgram, Box<dyn Error>>
Expand description

Load the file into a string, and parse it.