code wiki / _hdl_build / nx_sitegen_exceed_gate.nx
nx_sitegen_exceed_gate.nx
buildroot/runtime/_hdl_build/nx_sitegen_exceed_gate.nx
about
nx_sitegen_exceed_gate.nx -- MEASURED head-to-head EXCEED for the auto-builder vs Wix/Webflow/WordPress,
run through the no-overclaim referee (nx_cms_exceed). NO WAVE: our side is RUN for real over a real corpus;
the verdict is COMPUTED by xcd_verdict (cannot be hand-set); the referee rejects any overclaim; and the
gate self-tests that it CANNOT false-green. The incumbent oracle is the DOCUMENTED behavior of the
incumbents (we cannot run real Wix here -- sovereignty, no cloud), labeled as such and anchored to real,
citable facts, NOT fabricated numbers:
AXIS A publish-time UX gate: WYSIWYG builders (Wix/WP/Webflow) impose NO publish-time UX/accessibility
gate -- the "anything-goes canvas" (documented; cf. WebAIM Million: most CMS-built pages ship
detectable WCAG failures). OURS refuses a non-compliant blueprint by construction.
AXIS B no-vendor-lock: Wix does not let you export/rebuild your site off-platform (documented "you
cannot export your Wix site"); Webflow exports a FROZEN static snapshot with no editable data
model. OURS: the blueprint IS the site -> edit a field + rebuild off-platform, deterministically.
HONESTY: AXIS C is an axis where we are BEHIND (Wix's mature drag-drop visual editor) -- the gate COMPUTES
BEHIND and refuses to log it as a win, proving the harness reports losses too. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_sitegen.nxnx_cms_exceed.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
| 19 | func xe_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 20 | func xe_num(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m}; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1}; while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1}; var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1}; sys_write(1,bb,k); return 0 } |
| 21 | func xe_cat(dst: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var k: i64=0; while s[k]!=(0 as u8){dst[o]=s[k];o=o+1;k=k+1} return o } called by 1: main |
| 22 | func xe_catnum(dst: *u8, off: i64, v: i64) -> i64 { var o: i64=off; let t: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m}; var k: i64=0; if m==0{t[0]=48 as u8;k=1}; while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1}; var i: i64=0; while i<k{dst[o]=t[k-1-i];o=o+1;i=i+1} return o } |
| 24 | func xe_row(id: i64, ok: i64, what: *u8) -> i64 |
| 31 | func xe_slurp(path: *u8, buf: *u8, cap: i64) -> i64 |
| 46 | func xe_contains(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 66 | func xe_bytes_eq(a: *u8, an: i64, b: *u8, bn: i64) -> i64 called by 1: main |
| 74 | func xe_our_pub(header_cta: i64, hero_cta: i64, search: i64, trust_n: i64, steps_n: i64) -> i64 |
| 88 | func xe_build(path: *u8, title: *u8, kind: *i64, a: *i64, b: *i64, c: *i64, d: *i64, list: *i64, lcount: *i64, nblk: i64, buf: *u8, cap: i64) -> i64 |
| 94 | func main() -> i64 |