code wiki / (root) / nx_smoke_repro4.nx

nx_smoke_repro4.nx

buildroot/runtime/nx_smoke_repro4.nx

1788 B82 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind smoketopic smoke
docsdependenciesstructsconstsfunctions

about

smoke_repro4.nx -- match Tok's 12-field layout + lex_ident_or_kw shape.

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_smoke_repro4.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_mmap work sys_mmap ↻ peek4 is_alpha4 advance4

structs

11struct LX
21struct TK

consts

none

functions

30func peek4(L: *LX) -> i64
called by 1: work
35func is_alpha4(c: i64) -> i64
called by 1: work
41func advance4(L: *LX) -> i64
called by 1: work
46func work(L: *LX) -> i64
called by 1: main calls 4: sys_mmappeek4is_alpha4advance4
70func main() -> i64
calls 2: sys_mmapwork