Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
//! SSA form types for representing code in static single assignment form.
modblock;modexpr;modsite;modstmt;modstructure;#[cfg(test)]modtests;pubuseblock::SsaBlock;pubuseexpr::SsaExpr;pubusesite::UseSite;pubusestmt::SsaStmt;pubusestructure::{SsaForm, SsaStats};