pub fn run_and_write<S: HasComponent<Component>>(
vm: &mut VM<S>,
io_writer: Box<dyn Write>,
) -> Result<(), Box<Error>>
Expand description
Run the Texlang interpreter for the provided VM and write the tokens as strings to the provided writer.