ttvm 0.3.6

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
use super::*;

// Rust already have a stack-like data structure, so we can use it.
pub type Stack = Vec<Byte>;