Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
//! Post-processing passes applied to lifted high-level statements.
//!//! These passes are intentionally lightweight: they rewrite some common
//! Neo-compiler patterns (notably loops) into more idiomatic pseudo-code.
modcompound_assign;modelse_if;modfor_loops;modindexing;modinline;modjoin_close_chain;modlabels;modoverflow_collapse;modsimplify;modswitches;modutil;modwhile_loops;