code wiki / _hdl_build / nx_sclass_climb.nx
nx_sclass_climb.nx
buildroot/runtime/_hdl_build/nx_sclass_climb.nx
about
nx_sclass_climb.nx -- the STANDING "always climb to S-class, hardware-layer up" loop (operator: "make
sure our team is always working from the hardware layer up to ensure S-class... the compiler that took
forty minutes is F class... the auditor and engineer and referee and the whole team always moving up
forward or there was no point and we should have just used C"). The AUDITOR grades each foundation layer
on MEASURED evidence (ABSENT<TOY<FUNCTIONAL<PRODUCTION<S<EXCEED); any layer < S auto-files a climb
assignment (via the issue-intake pipeline) for the team under tutelage; the ENGINEER gates the fix and
the REFEREE re-grades. Never "done" until EXCEED. Composes nx_pm_review_log. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_pm_review_log.nxnx_syscalls.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 sc_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 14 | func sc_class_name(c: i64) -> *u8 called by 1: main |
| 23 | func main() -> i64 |