code wiki / selfhost
topic: selfhost
5 modules sharing the selfhost name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| _selfhost_compile_42.nx | end-to-end self-host validation. | 69 | 1 |
| _selfhost_compile_binop.nx | Compile 'func main() -> i64 { return 2 + 3 * 4 }' via NishiLang pipeline. | 64 | 1 |
| _selfhost_compile_if.nx | compile `if 1 { return 42 } return 7` via | 78 | 1 |
| _selfhost_compile_if_false.nx | compile `if 0 { return 42 } return 7`. | 74 | 1 |
| _selfhost_compile_let.nx | Compile 'func main() -> i64 { let x = 7 ; return x + 1 }' via pipeline. | 72 | 1 |