aquavm/crates/air-lib/lambda/ast
2021-12-15 12:46:09 +03:00
..
src Support scalars in lambda (#192) 2021-12-15 12:46:09 +03:00
Cargo.toml Refactor AIR parser (#168) 2021-11-12 14:12:50 +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.