aquavm/crates/air-lib/lambda/ast
renovate[bot] b4195175db
Update all non-major Rust dependencies (#309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2022-09-07 12:10:07 +03:00
..
src Get rid of unsafe code in the interpreter (#303) 2022-09-06 00:03:30 +07:00
Cargo.toml Update all non-major Rust dependencies (#309) 2022-09-07 12:10:07 +03:00
README.md Use custom logic for lambda instead of json path (#154) 2021-10-18 23:23:30 +03:00

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.