Files
aquavm/crates/air-lib/lambda/ast
2022-09-08 16:58:04 +03:00
..
2022-09-08 16:58:04 +03:00
2022-09-08 16:58:04 +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.