air-script 0.4.0

AirScript language compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[rustfmt::skip]
#[allow(clippy::all)]
mod selectors;
#[rustfmt::skip]
#[allow(clippy::all)]
mod selectors_with_evaluators;
#[rustfmt::skip]
#[allow(clippy::all)]
mod selectors_with_evaluators_with_mir;
#[rustfmt::skip]
#[allow(clippy::all)]
mod selectors_with_mir;
mod test_air;