code wiki / (root) / nx_fuzzy_match_test.nx

nx_fuzzy_match_test.nx

buildroot/runtime/nx_fuzzy_match_test.nx

1700 B39 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic fuzzy
docsdependenciesstructsconstsfunctions

about

nx_fuzzy_match_test.nx -- KAT gate for nx_fuzzy_match. Proves the SAFE matcher (1) FIXES case/separator morphology and (2) HONESTLY REFUSES to fake suffix-stemming + synonyms (no-false-green both directions). expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_fuzzy_match.nx nx_fuzzy_match_test.nx

imports: nx_syscalls.nxnx_fuzzy_match.nx

imported by: nobody (leaf or entry point)

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

main fuzzy_has fz_at fz_norm fz_lc slen sys_write

structs

none

consts

none

functions

9func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: main
11func main() -> i64