nx_smoke_repro4.nx
buildroot/runtime/nx_smoke_repro4.nx
about
smoke_repro4.nx -- match Tok's 12-field layout + lex_ident_or_kw shape.
dependencies 1 imports · 0 importers
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
structs
| 11 | struct LX |
| 21 | struct TK |
consts
| none |
functions
| 30 | func peek4(L: *LX) -> i64 called by 1: work |
| 35 | func is_alpha4(c: i64) -> i64 called by 1: work |
| 41 | func advance4(L: *LX) -> i64 called by 1: work |
| 46 | func work(L: *LX) -> i64 |
| 70 | func main() -> i64 |