//! Mini Language
//!
//! This crate provides an interface to use
//! Mini Language as rust library.
//!
//! For the documentation of the language itself, see
//! [README.md](https://github.com/watcol/mini-lang/blob/main/README.md).
pub use ;
pub use ;
pub use ;
pub use ;
/// Execute the code by given evaluator and printer.