mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
4 lines
226 B
Markdown
4 lines
226 B
Markdown
|
## 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.
|