code wiki / _hdl_build / nx_examiner_report.nx
nx_examiner_report.nx
buildroot/runtime/_hdl_build/nx_examiner_report.nx
about
nx_examiner_report.nx -- the EXAMINER self-grades the team (the grading cluster's last NO-EVIDENCE
role). ANTICHEAT BY CONSTRUCTION: the Examiner does NOT invent grades -- it aggregates ONLY the
hard evidence OTHER roles already produced in durable logs (the Auditor's maturity levels, the
Critic's countersign, the bench's mechanically-issued verdicts, the proof ledger). Any source that
is ABSENT is reported "ungraded -- no evidence", never a number. Output: a durable EXAMINER report
to knowledge/status/examiner_report.log + an honest team verdict. Sovereign-buildable (syscalls).
license_tier: ORIGINAL
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
| 9 | const K_MAGIC_2097168: i64 = 2097168 |
| 10 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 11 | func _p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func _pn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(1,"-" as *u8,1)}; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48;k=1}; while m>0{t[k]=48+(m%10);m=m/10;k=k+1}; var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1}; sys_write(1,bb,k); return 0 } |
| 13 | func _fp(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } |
| 14 | func _fn(fd: i64, v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m}; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48;k=1}; while m>0{t[k]=48+(m%10);m=m/10;k=k+1}; var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1}; sys_write(fd,bb,k); return 0 } |
| 15 | func ex_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 16 | func ex_read(path: *u8, buf: *u8, cap: i64) -> i64 |
| 25 | func ex_has(buf: *u8, n: i64, pat: *u8) -> i64 |
| 31 | func ex_count(buf: *u8, n: i64, pat: *u8) -> i64 calls 1: ex_slen |
| 39 | func ex_line(lfd: i64, dim: *u8, source: *u8, found: i64, grade: *u8) -> i64 |
| 48 | func main() -> i64 |