code wiki / _hdl_build / nx_night_extract_test.nx
nx_night_extract_test.nx
buildroot/runtime/_hdl_build/nx_night_extract_test.nx
about
nx_night_extract_test.nx -- SOVEREIGN render+extract half of the
night-reading research rung (W-NIGHT-1). Reads the three raw HTTP
responses fetched by nx_night_fetch_test, strips HTTP headers, renders
HTML->text with the team's nx_html_to_text, saves the rendered text, and
runs the team's deterministic ce_extract (number+unit fact claims) over
each. Lives in _hdl_build/ so the import path reaches both nx_claim_extract
(here) and nx_html_to_text (../).
Division: FETCH + RENDER + EXTRACT all sovereign Nishi; the qualitative
"which number means what" reading is the model seat (cited in the rung).
expect_exit: 0
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_claim_extract.nxnx_html_to_text.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
| 19 | func ne_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 20 | func ne_putn(v: i64) -> i64 |
| 29 | func render_one(raw_path: *u8, txt_path: *u8) -> i64 |
| 62 | func main() -> i64 |