code wiki / _hdl_build / nx_probe_hexesc.nx

nx_probe_hexesc.nx

buildroot/runtime/_hdl_build/nx_probe_hexesc.nx

896 B26 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probetopic probe
docsdependenciesstructsconstsfunctions

about

nx_probe_hexesc -- MEASURE whether a high-byte \xNN escape inside a string literal is a lexer contract. Prints len= and the first two byte values of "\xC3\xA9". Expected if supported: len=2 b0=195 b1=169. Written 2026-09-02 for the lang board (LN25); a claim about the lexer is published only after this runs.

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_probe_hexesc.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main sys_write pd sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_write ↻

structs

none

consts

none

functions

5func pd(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
14func main() -> i64
calls 2: sys_writepd