code wiki / _hdl_build / _genealogy_chart.nx

_genealogy_chart.nx

buildroot/runtime/_hdl_build/_genealogy_chart.nx

3593 B55 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic genealogy
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx _genealogy_chart.nx

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

main sys_openat_wr sys_exit gw sys_write grung gw ↻ gwn sys_mmap sys_write ↻ sys_close

structs

none

consts

none

functions

9func 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 }
called by 2: grungmain calls 1: sys_write
10func gwn(fd: i64, v: i64) -> i64
called by 1: grung calls 2: sys_mmapsys_write
21func grung(fd: i64, idx: i64, label: *u8, broken: i64, last: i64) -> i64
called by 1: main calls 2: gwgwn
33func main() -> i64