pub fn run_to_string<S: HasComponent<Component>>(
    vm: &mut VM<S>
) -> Result<String, Box<Error>>
Expand description

Run the Texlang interpreter for the provided VM and return the result as a string.