nx_eqparse_gate.nx
buildroot/runtime/nx_eqparse_gate.nx
about
nx_eqparse_gate.nx -- can a typed equation be read correctly, and are the things outside scope REFUSED?
license_tier: ORIGINAL expect_exit: 0
dependencies 3 imports · 0 importers
imports: syscalls.nxnx_eqparse_lib.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 7 | func eg_slen(s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { i = i + 1 } return i } called by 1: eg_p |
| 8 | func eg_p(s: *u8, o: *i64) -> i64 { return eq_parse(s, eg_slen(s), o) } |
| 10 | func main() -> i64 |