[][src]Function dark_vm::run

pub fn run(contents: &str) -> Result<String, String>

Runs the VM, and produces either an error, or the final state of the VM after the operations. The errors produced can be found in the utils::error::ErrorKind enum.