pub fn run(source: &str) -> Result<(), String>
Run a Ling source string through the interpreter. Lexes → parses → executes the start binding.
start