Skip to main content

run

Function run 

Source
pub fn run(source: &str) -> Result<(), String>
Expand description

Run a Ling source string through the interpreter. Lexes → parses → executes the start binding.