onion-vm 0.1.2

Virtual machine runtime for the Onion programming language with async execution and garbage collection
Documentation
1
2
3
pub mod types;
pub mod lambda;
pub use arc_gc::gc::GC as GC;