code wiki / ncf

topic: ncf

11 modules sharing the ncf name family (derived from the tree's prefix discipline).

The 'ncf' topic family in the Nishi sovereign ecosystem focuses on synthesized control flow mechanisms, enabling structured computation through modular, self-contained binaries. The ncf_loop_organ and ncf_organ provide bounded loops and branches, respectively, while nx_ncf_cube_gate handles quadratic-index loops. These modules interconnect via nx_ncf_route_gate to close autonomy loops, supporting complex algorithmic patterns through hierarchical synthesis and state management.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
ncf_loop_organ.nxSYNTHESIZED CONTROL FLOW (a bounded loop) + GOD-BUILT by nx_ncf_loop_gate. license_tier: ORIGINAL182
ncf_organ.nxSYNTHESIZED CONTROL FLOW (a branch) + GOD-BUILT by nx_ncf_synth_gate. license_tier: ORIGINAL152
nx_ncf_cube_gate.nxX-AUT-NCF-001 RUNG 4: SYNTHESIZE A QUADRATIC-INDEX LOOP (acc += c2*i*i + c1*i + c0),601
nx_ncf_loop_gate.nx24414
nx_ncf_quad_gate.nxX-AUT-NCF-001 RUNG 3: SYNTHESIZE AN AFFINE-INDEX LOOP (acc += c1*i + c0), the611
nx_ncf_recur_gate.nxX-AUT-NCF-001 RUNG 6 (GENERALIZATION, not another special case): synthesize an701
nx_ncf_route_gate.nxTHE WIRING RUNG: close the L3 autonomy loop. When nx_pattern_classify marks a spec761
nx_ncf_scaffold_register.nxregisters the DECLARED-SCAFFOLD pe8 field-kinds 6562
nx_ncf_state_gate.nxX-AUT-NCF-001 RUNG 5: SYNTHESIZE A TWO-STATE LINEAR RECURRENCE -- the QUALITATIVE621
nx_ncf_synth.nxthe SHARED control-flow SYNTHESIS CORE (no main; imported by the rungs + the WIRING).49937
nx_ncf_synth_gate.nx22713