aquavm/crates/air-lib/air-parser
Ivan Boldyrev 3c23ab735c
Refactor call triplets (#269)
Older grammar allowed some variabilty in triple format.  Now, the only
format allowed is:

  `peer_id (service_id function_name)`

As less errors can happen during parsing of the triplet, the code was
simplified further .

Closes #267.
2022-05-19 19:59:08 +07:00
..
benches Use custom logic for lambda instead of json path (#154) 2021-10-18 23:23:30 +03:00
src Refactor call triplets (#269) 2022-05-19 19:59:08 +07:00
build.rs Decouple log targets to a separate crate (#152) 2021-10-05 16:55:04 +03:00
Cargo.toml Fix Display of Value::LastError with lambda 2022-05-17 12:57:27 +07:00