code wiki / _hdl_build / nx_editor_validate_gate.nx

nx_editor_validate_gate.nx

buildroot/runtime/_hdl_build/nx_editor_validate_gate.nx

3164 B58 linesdepth 5pulls 7 transitivereach 0 importersview sourcekind gate/prooftopic editor
docsdependenciesstructsconstsfunctions

about

nx_editor_validate_gate.nx -- the editor GUARANTEES valid + accessible layouts (a capability mature editors lack). Detects violations, enforces validity, fixes sub-target buttons; the exceed is on CAPABILITY (better-at-job), not sovereignty. 100% sovereign. expect_exit: 0

dependencies 4 imports · 0 importers

nx_syscalls.nx nx_sitegate_emit_lib.nx nx_editor_validate.nx nx_exceed_standard.nx nx_editor_validate_gate.nx

imports: nx_syscalls.nxnx_sitegate_emit_lib.nxnx_editor_validate.nxnx_exceed_standard.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap gw sys_write put ev_violations ev_on_canvas ev_nonzero ev_target_ok gn sys_mmap ↻ sys_write ↻ t_row gw ↻ ev_enforce es_is_sclass_exceed es_is_exceed_dim ev_target_ok ↻

structs

none

consts

none

functions

10func put(c: *i64, i: i64, k: i64, x: i64, y: i64, w: i64, h: i64) -> i64 { c[i*5+0]=k; c[i*5+1]=x; c[i*5+2]=y; c[i*5+3]=w; c[i*5+4]=h; return 0 }
called by 1: main
12func main() -> i64