pub fn start_file(path: &str) -> Result<Stack, Error>
Creates a runtime, lexes and executes some SPL code from a file, returning the stack that was used for the operations, which should be empty in most cases.