ayin/src/interpret/mod.rs
2025-12-13 23:46:36 +02:00

6 lines
84 B
Rust

//! Interpreter for Ayin.
pub mod interpret;
pub mod types;
pub use interpret::*;