rust_multistackvm 0.38.0

Stack-based virtual machine on top of rust_multistack crate
Documentation
1
2
3
4
5
6
7
8
#[cfg(test)]
mod tests {
    #![allow(unused_imports)]
    use super::*;
    use rust_dynamic::value::Value;
    use rust_multistack::stack::Stack;

}