You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--souffle-binary CLI option to specify path to the Souffle executable
--souffle-verbose CLI option to include comments to the generated Souffle files: PR #120
Benchmarks for executing detectors: yarn benchmark ./test/good/sample-jetton.tact
Public API to handle Tact stdlib paths
Detector templates and the --new-detector CLI option: PR #105
A script to generate detectors documentation: ./scripts/generateDetectorDocs.ts
The --detectors CLI option can be used to quickly run Misti with the specified detectors, e.g., yarn misti --detectors ReadOnlyVariables,./examples/implicit-init/implicitInit.ts:ImplicitInit
TactASTUtil: API functions to check mutability of the statement
Asynchronous detectors and Souffle execution: PR #118