smoke_repro4.nx
buildroot/runtime/smoke_repro4.nx
about
smoke_repro4.nx -- match Tok's 12-field layout + lex_ident_or_kw shape.
dependencies 1 imports · 0 importers
imports: syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| 5 | struct LX { |
| 15 | struct TK { |
consts
| none |
functions
| 24 | func peek4(L: *LX) -> i64 {
called by 1: work |
| 29 | func is_alpha4(c: i64) -> i64 {
called by 1: work |
| 35 | func advance4(L: *LX) -> i64 {
called by 1: work |
| 40 | func work(L: *LX) -> i64 { |
| 64 | func main() -> i64 {
calls 1: work |