nx_fuzzy_match_test.nx
buildroot/runtime/nx_fuzzy_match_test.nx
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
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
structs
| none |
consts
| none |
functions
| 9 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 11 | func main() -> i64 |