kamo 0.7.0

A library to assist in the creation of an interpreter or compiler and its associated runtime.
Documentation
1
2
3
4
5
mod any;
pub use any::*;

mod error;
pub use error::BranchError;