airlang 0.23.0

Air is a minimalist and universal programming language.
Documentation
pub use self::pub_::*;

// https://github.com/rust-lang/rustfmt/issues/4070
#[macro_export]
macro_rules! _____ {
    () => {};
}

// use cfg2, cfg, semantics, syntax, type, trait
mod pub_;

// use cfg, semantics, syntax, type, trait
pub mod cfg2;

// use semantics, syntax, type, trait
pub mod cfg;

// use type, trait
pub mod semantics;

// use type, trait
pub mod syntax;

pub mod type_;

pub mod trait_;

#[expect(dead_code)]
pub(crate) mod utils;

#[cfg(test)]
pub(crate) mod test;