code wiki / selfhost

topic: selfhost

5 modules sharing the selfhost name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
_selfhost_compile_42.nxend-to-end self-host validation.691
_selfhost_compile_binop.nxCompile 'func main() -> i64 { return 2 + 3 * 4 }' via NishiLang pipeline.641
_selfhost_compile_if.nxcompile `if 1 { return 42 } return 7` via781
_selfhost_compile_if_false.nxcompile `if 0 { return 42 } return 7`.741
_selfhost_compile_let.nxCompile 'func main() -> i64 { let x = 7 ; return x + 1 }' via pipeline.721