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
ac050abc8a
Fix ap trace handler behaviour ( #224 )
2022-02-25 10:24:28 +03:00
Mike Voronov
d300c8b2fc
Improve subtrace len compute algo ( #186 )
2021-12-03 14:29:03 +03:00
Mike Voronov
fbbe28c5b2
Cleanup fold iterable while exception ( #185 )
2021-12-02 14:44:10 +03:00
Mike Voronov
5cd45385b4
Introduce restriction operator for streams ( #172 )
2021-11-24 17:57:14 +03:00
Mike Voronov
9f47eb9b83
Refactor AIR parser ( #168 )
2021-11-12 14:12:50 +03:00
Mike Voronov
f291c77d26
Update crate info; housekeeping ( #153 )
2021-10-05 20:08:10 +03:00
Mike Voronov
e99c352a95
Decouple log targets to a separate crate ( #152 )
2021-10-05 16:55:04 +03:00