code wiki / _hdl_build / nx_eco_roadmap.nx
nx_eco_roadmap.nx
buildroot/runtime/_hdl_build/nx_eco_roadmap.nx
about
nx_eco_roadmap.nx -- the LIVING ROADMAP generator (operator: "a living roadmap pushed to nishifamily.com in
the nishi wiki so i can track progress toward s-class-exceed overall and per workstream... measured against
standards/compliance, legally and engineerily (IEEE etc)"). DATA-DRIVEN: each workstream carries a MATURITY
grade (the AUDITOR's ladder ABSENT<TOY<FUNCTIONAL<PRODUCTION<S-CLASS<EXCEED) + its GOVERNING STANDARDS (the
COMPLIANCE organ's registry, legal + engineering) + a conformance % + the next rung. Re-encode the grades
(the Auditor/Compliance re-measure) and re-run -> the roadmap is LIVING. Emits /tmp/nishi_roadmap.html for
the sovereign page push. license_tier: ORIGINAL Renders, does not grade -- grading stays with Auditor+Compliance.
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| 30 | const NW: i64 = 10 |
functions
| 10 | func rw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return n } |
| 11 | func rn(fd: i64, v: i64) -> i64 { let b: *u8=sys_mmap(28); var m: i64=v; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1}; while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1}; var i: i64=0; while i<k{b[i]=t[k-1-i];i=i+1}; sys_write(fd,b,k); return 0 } |
| 14 | func grade_label(g: i64) -> *u8 called by 1: main |
| 22 | func grade_color(g: i64) -> *u8 called by 1: main |
| 32 | func main() -> i64 |