aquavm/crates/air-lib
Ivan Boldyrev 6df2b9d084
Introduce TracePos type for trace positions (#273)
Many internal structures refer to trace positions; this is an important type of values. In the code, it is sometimes `u32`, sometimes `usize`. While such variables usually have "_pos" suffix, having a dedicated type does improve code with type guarantees.
2022-06-10 12:29:56 +07:00
..
air-parser Refactor call triplets (#269) 2022-05-19 19:59:08 +07:00
execution-info-collector Introduce restriction operator for streams (#172) 2021-11-24 17:57:14 +03:00
interpreter-data Introduce TracePos type for trace positions (#273) 2022-06-10 12:29:56 +07:00
interpreter-interface Introduce %ttl% (#253) 2022-04-21 11:44:18 +03:00
lambda Add API for returning interpreter memory size (#210) 2022-01-26 13:37:22 +03:00
log-targets Rename subtree to subgraph (#265) 2022-05-17 15:53:33 +03:00
polyplets Introduce fail instruction (#196) 2021-12-16 21:34:27 +03:00
test-utils Introduce TracePos type for trace positions (#273) 2022-06-10 12:29:56 +07:00
trace-handler Introduce TracePos type for trace positions (#273) 2022-06-10 12:29:56 +07:00