code wiki / (root) / smoke_repro4.nx

smoke_repro4.nx

buildroot/runtime/smoke_repro4.nx

1610 B76 linesdepth 3pulls 3 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

syscalls.nx smoke_repro4.nx

imports: syscalls.nx

imported by: nobody (leaf or entry point)

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

main work peek4 is_alpha4 advance4

structs

5struct LX {
15struct TK {

consts

none

functions

24func peek4(L: *LX) -> i64 {
called by 1: work
29func is_alpha4(c: i64) -> i64 {
called by 1: work
35func advance4(L: *LX) -> i64 {
called by 1: work
40func work(L: *LX) -> i64 {
called by 1: main calls 3: peek4is_alpha4advance4
64func main() -> i64 {
calls 1: work