pub fn finish_deserialization<S>(
    deserialized: Box<DeserializedVM<'_, S>>,
    built_in_commands: HashMap<&str, BuiltIn<S>>
) -> VM<S>
Expand description

Finish the deserialization of a VM.

This function accepts a DeserializedVM and a collection of built-in commands and returns a regular Texlang VM.