nx_teacher_run.nx
buildroot/runtime/nx_teacher_run.nx
about
nx_teacher_run.nx -- run the Nishi Teacher over the curated lesson set: validate each,
extract cardinals + drills into the machine-readable registries, log the lessons.
Add a line here per new lesson (the teacher refuses any that aren't S-class). license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_teacher.nxnx_teacher_lesson.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 rp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func reset_reg(path: *u8) -> i64 |
| 22 | func main() -> i64 |