Skip to main content

run

Function run 

Source
pub fn run(program: &[Stmt], program_args: &[String]) -> Result<(), LuxError>
Expand description

Run a parsed program. program_args is the program’s command line — the script (or binary) at index 0, then anything the user passed after it.