_selfhost_compile_if.nx
buildroot/runtime/_selfhost_compile_if.nx
about
_selfhost_compile_if.nx -- compile `if 1 { return 42 } return 7` via
the NishiLang-in-NishiLang pipeline. Expected runtime exit: 42
(the conditional is truthy so the then-branch runs and short-
circuits past the return 7).
dependencies 5 imports · 0 importers
imports: syscalls.nxnx_nlex.nxnx_nparse.nxnx_nir.nxnx_nx86.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
| 12 | func main() -> i64 |