aquavm/crates/air-lib/execution-info-collector
Ivan Boldyrev 4a2e8be178
refactor(parser): use AirPos type for AIR script position (#341)
Use a dedicated wrapper type for better type safety and self-documented code.
2022-09-29 00:16:37 +03:00
..
src refactor(parser): use AirPos type for AIR script position (#341) 2022-09-29 00:16:37 +03:00
Cargo.toml refactor(parser): use AirPos type for AIR script position (#341) 2022-09-29 00:16:37 +03:00
README.md decouple instruction tracker to a separate crate (#160) 2021-10-15 14:26:46 +03:00

AIR execution info collector

It's important to capture some info about AIR scripts execution and then analyze it. This crate provides implementation of instruction info collector that is intended to collect various info about executed instructions.