code wiki / _hdl_build / nx_viz_exceed.nx
nx_viz_exceed.nx
buildroot/runtime/_hdl_build/nx_viz_exceed.nx
about
nx_viz_exceed.nx -- the MEASURED census for the Nishi Visualization Suite vs d3 (the named incumbent), the
no-overclaim discipline applied to viz (like nx_wiki_exceed vs MediaWiki). Reads viz_capability_target.tsv
(axes = d3's modules, sourced from d3js.org/api), counts HAVE/PARTIAL/MISSING per axis -- ORGAN-COMPUTED,
never self-scored -- and prints the HONEST verdict: capability coverage (BEHIND d3 = the worklist), plus the
honest EXCEED axes where Nishi wins by construction (sovereignty / self-contained / privacy). The count
function vc_count is shared with the gate so the census is reproducibly correct.
usage: nx_viz_exceed [target.tsv] (default knowledge/registry/viz_capability_target.tsv)
license_tier: ORIGINAL
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_itoa_lib.nx
imported by: nx_viz_exceed_gate.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func vc_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 17 | func vc_wn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func vc_eqn(s: *u8, lit: *u8, slen: i64, litlen: i64) -> i64 called by 1: vc_count |
| 25 | func vc_count(buf: *u8, n: i64, counts: *i64) -> i64 |
| 63 | func main(argc: i64, argv: *i64) -> i64 |