code wiki / _hdl_build / nx_game_research_census.nx

nx_game_research_census.nx

buildroot/runtime/_hdl_build/nx_game_research_census.nx

6269 B72 linesdepth 6pulls 6 transitivereach 0 importersview sourcekind tooltopic game
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_game_synth.nx nx_game_research_census.nx

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

main w sys_write sys_mmap cell gs_corroborate_game gs_corroborate_in nx_openat sys_mmap ↻ nx_dirent_read nx_dirent_iter gs_ends_raw gs_name_pfx gs_join gs_file_has sys_openat_rd sys_read sys_close gs_has_word gs_alnum sys_close ↻ gs_file_exists sys_openat_rd ↻ sys_close ↻ w ↻ gstr wn w ↻ sys_mmap ↻ sys_write ↻ wn ↻ sys_exit

structs

none

consts

13const K_MAGIC_2097152: i64 = 2097152

functions

15func 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 3: wncellmain calls 1: sys_write
16func 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 }
called by 2: cellmain calls 3: wsys_mmapsys_write
17func gstr(g: i64) -> *u8
called by 1: cell
25func cell(axis: *u8, label: *u8, key: *u8, organ: *u8, exceed: *u8, dir: *u8, buf: *u8, cap: i64, st: *i64, isneg: i64) -> i64
40func main() -> i64