mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
* seq_result` -> `seq_ok`; add `seq_err` `seq_ok` and `seq_err` are consistent with `ok` and `err`, but produce results sequentially. * Accept `;;` and longer comments in the sexp parser Currently they are just dropped, and resulting AIR has different character positions in the error messages. * Add "map" assertion Lookup result in a map by service's first argument.