code wiki / _hdl_build / _claude_novel_lane.nx
_claude_novel_lane.nx
buildroot/runtime/_hdl_build/_claude_novel_lane.nx
about
_claude_novel_lane.nx -- the CLAUDE LANE of novel-v1, authored BLIND from
knowledge/status/novel_suite_samples.txt (16 pairs/spec) ONLY. This module re-derives the hidden
oracles from their seeds (generator copied EXACTLY from the bench) and grid-verifies Claude's 12
guessed expressions. Claude wrote the guesses; the machine issues the score. Protocol per the
EXCEED race: team queried the oracle adaptively (12/12); Claude saw 16 static pairs per spec.
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
| none |
functions
| 7 | 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 } |
| 8 | 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 } |
| 9 | 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 } |
| 10 | func _fn(fd: i64, v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(fd,"-" 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(fd,bb,k); return 0 } |
| 11 | func sb_arity(c: i64) -> i64 { if c == 12 { return 1 } return 2 } called by 1: sb_eval |
| 12 | func sb_apply(c: i64, a: i64, b: i64) -> i64 called by 1: sb_eval |
| 27 | func sb_eval(terms: *i64, ix: i64, a: i64, b: i64) -> i64 |
| 37 | func ng_rand(sbox: *i64) -> i64 called by 1: ng_gen |
| 41 | func ng_gen(seed: i64, hterms: *i64, hb: *i64, cset: *i64, pa16: *i64, pb16: *i64) -> i64 |
| 111 | func cl_abs(x: i64) -> i64 { if x < 0 { return 0 - x } return x } called by 1: cl_guess |
| 112 | func cl_guess(oid: i64, a: i64, b: i64) -> i64 |
| 128 | func main() -> i64 |