code wiki / _hdl_build / nx_css_vars_gate.nx
nx_css_vars_gate.nx
buildroot/runtime/_hdl_build/nx_css_vars_gate.nx
about
nx_css_vars_gate.nx -- KATs for CSS custom-property (var()) resolution (nx_css_vars). Proves Nishi Browser's
engine can now resolve the fleet-standard --nx-color-* tokens NATIVELY: basic sub, fallback, indirection,
embedded-in-shorthand, real office-shape two-level, and the CRITICAL no-op (a page without var() must come
out byte-identical so every existing reader/browser/nishios gate stays green). license_tier: ORIGINAL
expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_css_vars.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
| 8 | func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func g_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 11 | func g_has(out: *u8, olen: i64, needle: *u8) -> i64 |
| 24 | func g_ck(name: *u8, cond: i64, pass: *i64, fail: *i64) -> i64 |
| 29 | func g_run(css: *u8, out: *u8) -> i64 |
| 35 | func main() -> i64 |