aquavm/crates/air-lib/lambda/ast
renovate[bot] d3bda16e71
fix(deps): update all non-major rust dependencies (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-24 12:54:40 +03:00
..
src Introduce length functor (#314) 2022-09-08 16:58:04 +03:00
Cargo.toml fix(deps): update all non-major rust dependencies (#369) 2022-11-24 12:54:40 +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.