mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
619e8829a9
* Get rid of unsafe code unless really necessary * Add lint levels where appropriate Some crates (air-beautifier, air-testing-framework) have lot of rust_2018_idioms violations, that will be resolved later. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
AIR lambda AST
AIR supports lambda expressions that could be applied both to scalars and streams. This crate defines an AST of such expressions, it has a array-like structure, because such a structure is easier to handle.