code wiki / (root) / nx_smoke_repro2.nx

nx_smoke_repro2.nx

buildroot/runtime/nx_smoke_repro2.nx

1125 B51 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind smoketopic smoke
docsdependenciesstructsconstsfunctions

about

smoke_repro2.nx -- closer to the lex_ident_or_kw shape. Adds a function call inside the loop body.

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_smoke_repro2.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 ↻ peek2 is_alpha2

structs

12struct S

consts

none

functions

17func peek2(L: *S) -> i64
called by 1: work
22func is_alpha2(c: i64) -> i64
called by 1: work
28func work(L: *S) -> i64
called by 1: main calls 3: sys_mmappeek2is_alpha2
44func main() -> i64
calls 2: sys_mmapwork