Crates.io | air-lambda-ast |
lib.rs | air-lambda-ast |
version | 0.1.0 |
source | src |
created_at | 2023-03-15 12:35:02.200853 |
updated_at | 2023-03-15 12:35:02.200853 |
description | Definition of the AIR lambda AST |
homepage | |
repository | https://github.com/fluencelabs/aquavm |
max_upload_size | |
id | 810663 |
size | 7,641 |
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.