Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
//! Expression IR nodes for decompiled code.
modexpr;modliteral;modoperators;pubuseexpr::Expr;pubuseliteral::Literal;pubuseoperators::{BinOp, UnaryOp};