nx_qwen_extract_gate.nx
buildroot/runtime/nx_qwen_extract_gate.nx
about
nx_qwen_extract_gate.nx -- unit test for nx_qwen_extract: build a synthetic qabench g[] (1 paragraph, 2
sentences, a question), boot Qwen, qwx_extract, print the answer. Proves the module compiles AND the qabench
g[] slot contract (4=question, 15/16/17/18=sentence bytes/off/len/para, 19=ns) works end-to-end BEFORE wiring
into the large/contended nx_qabench. Liar-kill: the answer must contain "Miller". license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_qwen_extract.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
| 8 | func qeg_ps(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func main(argc: i64, argv: *i64) -> i64 |