Function sylt::run_file[][src]

pub fn run_file(
    args: &Args,
    functions: Vec<(String, RustFunction)>
) -> Result<(), Vec<Error>>
Expand description

Compiles, links and runs the given file. The supplied functions are callable external functions.