pub fn run(program: &[Stmt], program_args: &[String]) -> Result<(), LuxError>
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.
program_args