1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-03-15 04:30:48 +00:00

7 Commits

Author SHA1 Message Date
Mike Voronov
4bdc881c7a
chore: change license to AGPL-3 () 2024-06-26 12:34:36 +03:00
Mike Voronov
0a8827bb3c
chore: use resolver 2 and 2021 edition () 2023-12-18 18:48:46 +03:00
fluencebot
3ac1d03868
chore: release master ()
* chore: release master

* chore: Bump air-interpreter version to 0.37.1
2023-03-15 19:29:59 +07:00
Ivan Boldyrev
79ac153f1d
feat(tools): merge some tools into the air CLI tool ()
* feat(tools): merge some tools into the `air` CLI tool

`air-beautify` and `air-trace` are merged into a single `air` tool.  Its
crate name is `fluence-air-cli` as otherwise it confilicts with `air`
interpreter crate.  The tool has subcommands `beautify`, `run`
and `stats`.

* Add one-letter aliases to `air` CLI subcommands

+ `air beautify` => `air b`
+ `air run` => `air r`
+ `air stats` => `air s`

---------

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
2023-03-15 16:59:30 +07:00
Mike Voronov
24f0d66bed
Rename subtree to subgraph ()
Intially, a fold instruction was designed based on idea that its iterable can't expand,
so AIR was considered as a subtree. But after introducing recursive streams in , it's
no more a subtree, but a subgraph.
2022-05-17 15:53:33 +03:00
Mike Voronov
f291c77d26
Update crate info; housekeeping () 2021-10-05 20:08:10 +03:00
Mike Voronov
e99c352a95
Decouple log targets to a separate crate () 2021-10-05 16:55:04 +03:00