//! Building blocks for the computational part. pub mod dict; pub mod scope; pub mod value;