mirsa-domains 0.2.0

Abstract interpretation domains for mirsa
1
2
3
4
5
6
7
8
9
10
11
pub mod abstract_value;
pub mod condition_path;
pub mod engine;
pub mod state;
pub mod transfer;

pub use abstract_value::Internval;
pub use engine::{
    analyze_internval, run_internval, state_before_location as query_internval_before_location,
};
pub use state::InternvalState;