code wiki / _hdl_build / nx_multilang_call_gate.nx
nx_multilang_call_gate.nx
buildroot/runtime/_hdl_build/nx_multilang_call_gate.nx
about
nx_multilang_call_gate.nx -- proves the EN-pivot multilingual translated call across EN/RU/BE/UK/PL, NO fake
green. Direct pairs (EN<->each) AND cross-pairs via the English pivot (RU->PL, PL->UK). Byte-exact asserts +
neg-controls (same-language verbatim, unknown passthrough). Renders BE/PL/UK captions to frames + eyeball ->
knowledge/nx_multilang_call.png. expect_exit: 0 license_tier: ORIGINAL
dependencies 11 imports · 0 importers
diagram shows first 10 each side; +1 more imports, +0 more importers in the complete lists below.
imports: nx_syscalls.nxnx_css_color_decode.nxnx_paint_solid_rect.nxnx_font8x8.nxnx_font_cyrillic8.nxnx_font_latinext8.nxnx_font_cyrillic_ext8.nxnx_utf8.nxnx_caption_render_uni.nxnx_mt_multi.nxnx_png_write.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
| 17 | func rg(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 18 | func rgn(v: i64) -> i64 |
| 27 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 28 | func bcmp(a: *u8, alen: i64, b: *u8) -> i64 called by 1: tcheck |
| 34 | func mkfb(w: i64, h: i64) -> *Framebuffer |
| 41 | func tcheck(src: *u8, a: i64, b: i64, expect: *u8, lbl: *u8, pass: *i64, fail: *i64) -> *u8 |
| 49 | func main() -> i64 |