code wiki / _hdl_build / nx_ladder_tick.nx

nx_ladder_tick.nx

buildroot/runtime/_hdl_build/nx_ladder_tick.nx

1880 B38 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_ladder_tick.nx -- ONE AUTONOMOUS TICK of the S-class-exceed ladder loop (team-owned, NO Claude): 1. run the WIRED horizontal gates (bench races vs the C lane on the runner-built corpus) 2. (their BENCH lines append to /tmp/nishi_ladder.log) 3. regenerate the wiki ladder page (/tmp/ladder.html) from the log The polite daemon (nx_polite_daemon) calls THIS each beat -> gates run, grades refresh, page regenerates -- the whole vertical+horizontal program self-running. Exec spine = existing sovereign ELFs only. Exit = count of failed steps (0 = clean tick). license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_ladder_tick.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main lt_w sys_write lt_run1 sys_mmap sys_fork sys_execve sys_exit sys_wait4 sys_mmap ↻ sys_write ↻ sys_exit ↻

structs

none

consts

none

functions

10func lt_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
12func lt_run1(path: *u8, a1: *u8) -> i64
27func main() -> i64