code wiki / _hdl_build / _genealogy_chart.nx
_genealogy_chart.nx
buildroot/runtime/_hdl_build/_genealogy_chart.nx
about
_genealogy_chart.nx -- FIRST VIEW of the Nishi Visualization Suite (VIZ-SIL-R1 proof).
Renders the BOOTSTRAP GENEALOGY (god -> adam -> descent) as a native, VALID, sovereign
SVG genealogy chart -- no mermaid.js, no d3.js, no canvas. Emits via DIRECT sys_write
(sidesteps nx_render_svg's print-buffer reordering bug, filed VIZ-RENDER-FIX). Writes the
.svg file itself (no stdout/build-line pollution). The #1 broken link (nx_cc_equiv_gate
uses GNU as+ld) is flagged RED. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_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 gw(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 10 | func gwn(fd: i64, v: i64) -> i64 |
| 21 | func grung(fd: i64, idx: i64, label: *u8, broken: i64, last: i64) -> i64 |
| 33 | func main() -> i64 |