pub fn run<S: HasComponent<Component>>( vm: &mut VM<S>, ) -> Result<Vec<Token>, Box<Error>>
Run the Texlang interpreter for the provided VM and return the result as list of tokens.