6 lines
84 B
Rust
6 lines
84 B
Rust
//! Interpreter for Ayin.
|
|
|
|
pub mod interpret;
|
|
pub mod types;
|
|
|
|
pub use interpret::*;
|