code wiki / _hdl_build / nx_sclass_climb.nx

nx_sclass_climb.nx

buildroot/runtime/_hdl_build/nx_sclass_climb.nx

5939 B81 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic sclass
docsdependenciesstructsconstsfunctions

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

nx_pm_review_log.nx nx_syscalls.nx nx_sclass_climb.nx

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

main sc_puts sys_write sys_mmap pm_open sys_openat_append sys_openat_append ↻ pm_w sys_write ↻ pm_cstr_len sc_class_name pm_flag pm_w ↻ sys_close sys_write ↻ sys_exit

structs

none

consts

none

functions

11func 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 }
called by 1: main calls 1: sys_write
14func sc_class_name(c: i64) -> *u8
called by 1: main
23func main() -> i64