code wiki / _hdl_build / nx_cms_blocks_team.nx
nx_cms_blocks_team.nx
buildroot/runtime/_hdl_build/nx_cms_blocks_team.nx
about
nx_cms_blocks_team.nx -- the TEAM authoring the BLOCK RENDERER core for the CMS arc (C11, no
Claude logic). The table IS the block vocabulary (Gutenberg-class, as DATA): kind 1=p (rich,
pre-sanitized -> raw), 2=h2, 3=h3 (escaped), 4=quote (rich -> raw), 5=img (two-slot src|alt,
BOTH attribute-escaped). Per-kind markup lives nowhere but this table; adding a block kind =
adding a row. Engineer verifies the emitted byte-exact KATs (incl. escape + unknown-kind refusal).
dependencies 2 imports · 0 importers
imports: nx_pattern_emit12.nxnx_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
| 9 | func cbt_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func main() -> i64 |