air-script 0.4.0

AirScript language compiler
Documentation
1
2
3
4
5
6
7
#[rustfmt::skip]
#[allow(clippy::all)]
mod list_folding;
#[rustfmt::skip]
#[allow(clippy::all)]
mod list_folding_with_mir;
mod test_air;