Mike Voronov
c85b2e2fbf
feat(execution-engine): change behaviour of fold over streams ( #340 )
...
feat(execution-engine): change behaviour of fold over streams
Change behaviour of fold over streams to make it more similar to pi-calculus channels/names (for more info see #333 ).
Closes #333 .
BREAKING CHANGE:
The new stream behaviour is not compatible with old one, such as
```
(fold $stream iterator
(seq
(call ...)
(next iterator)))
```
will never end after this change (for more info again see #333 ).
2022-09-28 22:03:54 +03:00
Mike Voronov
20bb230a3a
Introduce never
instruction ( #335 )
2022-09-19 14:36:46 +03:00
Mike Voronov
a4011ef038
Introduce length functor ( #314 )
2022-09-08 16:58:04 +03:00
Mike Voronov
5072fba9d6
Introduce canon
instruction ( #292 )
2022-08-26 00:43:43 +03:00
Mike Voronov
24f0d66bed
Rename subtree to subgraph ( #265 )
...
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 #225 , it's
no more a subtree, but a subgraph.
2022-05-17 15:53:33 +03:00
Mike Voronov
7e0c87d72a
Introduce %ttl% ( #253 )
2022-04-21 11:44:18 +03:00
Mike Voronov
490791b177
introduce %timestamp% ( #250 )
2022-04-20 23:05:37 +03:00
Mike Voronov
69a42cf111
Introduce new for non iterable scalars ( #248 )
2022-04-20 11:43:46 +03:00
Mike Voronov
06d275ea16
Improve non iterable scalar scoping ( #243 )
2022-04-15 22:25:03 +03:00
Mike Voronov
9ae79f44ff
bump version to 0.21 ( #226 )
2022-02-26 00:54:11 +03:00
Mike Voronov
6df4e470d3
Bump AquaVM to 0.20.0 ( #208 )
2021-12-29 21:24:03 +03:00
Mike Voronov
8dbae91bda
Introduce fail instruction ( #196 )
2021-12-16 21:34:27 +03:00
Mike Voronov
1d8182d497
Support scalars in lambda ( #192 )
2021-12-15 12:46:09 +03:00
Mike Voronov
5cd45385b4
Introduce restriction operator for streams ( #172 )
2021-11-24 17:57:14 +03:00
Mike Voronov
1c55d34981
Use custom logic for lambda instead of json path ( #154 )
2021-10-18 23:23:30 +03:00
Mike Voronov
f291c77d26
Update crate info; housekeeping ( #153 )
2021-10-05 20:08:10 +03:00
Mike Voronov
4a4fc0889b
Make interpreter async ( #130 )
...
Co-authored-by: folex <0xdxdy@gmail.com>
Co-authored-by: Pavel Murygin <pavel.murygin@gmail.com>
2021-10-04 10:58:00 +03:00
Mike Voronov
3c86d36566
Introduce CRDT data ( #74 )
2021-08-24 16:14:15 +03:00
Mike Voronov
680d6236b1
Improve invalid executed state error ( #121 )
...
* improve invalid executed state error
* add changelog
2021-07-06 13:54:12 +03:00
Mike Voronov
998ee0294b
Improve error message for %last_error% ( #119 )
2021-06-10 17:08:20 +03:00
Mike Voronov
dc1582d02e
Non wait on json path applied to scalars ( #118 )
2021-06-10 13:00:11 +03:00
Mike Voronov
2ac0304d3e
Rename Aqua to AIR, move AVM from FCE ( #99 )
2021-05-10 14:25:34 +03:00
vms
e5244db6a1
Rename stepper to interpreter ( #67 )
2021-02-17 23:36:36 +03:00
vms
5a2e9a51e4
release 0.1.3 ( #25 )
2020-11-11 14:43:26 +03:00
vms
fbca76444b
New data format ( #12 )
2020-10-30 20:29:05 +03:00