Function texlang_stdlib::script::run

source ยท
pub fn run<S: HasComponent<Component>>(
    vm: &mut VM<S>,
) -> Result<(), Box<TracedError>>
Expand description

Run the Texlang interpreter for the provided VM and return the result as list of tokens.