Function execute_source_code

Source
pub fn execute_source_code<S, T: Into<String>>(
    vm: &mut VM<S>,
    source: T,
    options: &ResolvedOptions<'_, S>,
) -> Result<Vec<Token>, Box<Error>>
Expand description

Execute source code in a VM with the provided options.