aquavm/crates/air-lib/lambda/ast
renovate[bot] 84af9c6185
chore(deps): update rust crate serde_json to 1.0.92 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:44:20 +03:00
..
src Make unstable clippy happy with clippy --fix (#402) 2022-12-12 22:37:05 +07:00
Cargo.toml chore(deps): update rust crate serde_json to 1.0.92 (#448) 2023-02-06 16:44:20 +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.