code wiki / _hdl_build / nx_doc_member.nx
nx_doc_member.nx
buildroot/runtime/_hdl_build/nx_doc_member.nx
about
nx_doc_member.nx -- THE NISHI LIBRARIAN joins the team: registers the `docintel` DOMAIN into THE NISHI
BUILDER (alongside ad/web/game/finance) with a member card + the extract/catalog surfaces. Idempotent +
FAIL-CLOSED on nb_template_safe (no <script, no src=). The librarian reads/extracts/catalogs/manages
documents into structured data -- this banks it as a builder-emittable capability-member. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.nxnx_nishi_builder.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 m_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func m_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 15 | func m_reg(path: *u8, kind: *u8, id: *u8, label: *u8, tpl: *u8) -> i64 |
| 22 | func main() -> i64 |