spl

Function start_file

Source
pub fn start_file(path: &str) -> Result<Stack, Error>
Expand description

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.