code wiki / _hdl_build / nx_game_research_census.nx
nx_game_research_census.nx
buildroot/runtime/_hdl_build/nx_game_research_census.nx
about
nx_game_research_census.nx -- GR-S-R5: the RESEARCH->BUILD->MEASURE scorecard, 100% SOVEREIGN, NO tsv/csv/json,
PRINT-ONLY (the stdout IS the deliverable -- no interchange files written, nothing to paraphrase). The technique
map is carried IN-ORGAN (data-as-code, like nx_pub_census -- no external registry file). For each technique it
computes the grade from THREE FACTS, never self-scored:
(1) RESEARCH = corroboration count over the fetched .raw corpus (gs_corroborate_game; the .raw are real
sovereign-fetched sources, not interchange formats).
(2) BUILD = does an implementing Nishi organ REALLY open on disk? (gs_file_exists).
(3) MEASURE = does a measured EXCEED-gate open on disk?
GRADE: EXCEEDS > PRESENT > RESEARCHED(>=2 src, unbuilt) > NOTED(1 src) > ABSENT. LIAR-KILL: a row whose organ
path does NOT open can never grade PRESENT/EXCEEDS (the NEG-CTL fabricated-organ row proves it). license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_game_synth.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
| 13 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 15 | func w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func wn(v: i64) -> i64 { var m: i64=v; if m<0{w("-" as *u8);m=0-m} let t:*u8=sys_mmap(24); 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; let o:*u8=sys_mmap(24); while i<k{o[i]=t[k-1-i];i=i+1} sys_write(1,o,k); return 0 } |
| 17 | func gstr(g: i64) -> *u8 called by 1: cell |
| 25 | func cell(axis: *u8, label: *u8, key: *u8, organ: *u8, exceed: *u8, dir: *u8, buf: *u8, cap: i64, st: *i64, isneg: i64) -> i64 |
| 40 | func main() -> i64 |