nx_canon_solver_gate.nx
buildroot/runtime/nx_canon_solver_gate.nx
about
nx_canon_solver_gate.nx -- GATE for the canon→constraint bridge (B1a, /world/procgen plan). Fixtures are
synthetic mini-canons ASSEMBLED AT RUNTIME with exactly-known typed placements, so the three outcomes are
asserted EXACTLY: CLEAN (deltas 0), ADJUSTED (the lint fires on precisely the planted defect and moves it
the right DIRECTION), INCONSISTENT (refused, worst named). gv-based. The REAL canon runs as a parse census
behind gv_need (its part indices are not yet identity-verified -- stated, not assumed).
license_tier: ORIGINAL expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_part_solver_lib.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func gc_wfile(path: *u8, s: *u8) -> i64 |
| 20 | func gc_run(canon: *u8, rules: *u8) -> i64 |
| 61 | func gc_rd(b: *u8, pos: *i64, end: i64) -> i64 |
| 83 | func gc_cats(d: *u8, o: i64, s: *u8) -> i64 { var i: i64 = 0; var p: i64 = o; while s[i] != (0 as u8) { d[p] = s[i]; p = p + 1; i = i + 1 } return p } called by 1: gc_run |
| 84 | func gc_catn(d: *u8, o: i64, v: i64) -> i64 |
| 97 | func main() -> i64 |