code wiki / _hdl_build / nx_research_basis_test.nx
nx_research_basis_test.nx
buildroot/runtime/_hdl_build/nx_research_basis_test.nx
about
nx_research_basis_test.nx -- proves the Researcher's knowledge base: every
entry is a real failure->fix pattern with a soundness-restoring alternative AND
a citation, looked up correctly; the fallback (no entry) returns none. This is
the modern-research grounding the self-repair cycle draws on. exit 0 iff the
basis is well-formed (5 cited entries; none for out-of-range).
dependencies 1 imports · 0 importers
imports: nx_research_basis.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
| 9 | func rbt_puts(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 1: main |
| 11 | func main() -> i64 |