nx_diora_frontend.nx
buildroot/runtime/nx_diora_frontend.nx
about
nx_diora_frontend.nx -- HTML front-end for the bits-up search engine.
module: nishi-core.search.bench.diora_frontend
depends: fx.nx, nx_bench_harness.nx, nx_diora_data.nx
capability: APP_RUNNABLE
Emits a self-contained HTML dashboard (to stdout) rendering the ACTUAL
backend outputs: the Diora leaderboard (Nishi vs 4 real incumbents), the
S-class exceed verdict, Nishi's facet/tier-annotated ranked results, and the
sovereign stack status. Redirect stdout to a .html and open it in a browser.
Pure NishiLang -> HTML; the UI is sovereign too.
dependencies 3 imports · 0 importers
imports: fx.nxnx_bench_harness.nxnx_diora_data.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
| 16 | const K_MAGIC_10000: i64 = 10000 |
functions
| 18 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 19 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 20 | func nx_put_i64(n: i64) -> i64 |
| 30 | func nx_put_q16(x: i64) -> i64 |
| 43 | func nx_facet_name(f: i64) -> *u8 called by 1: main |
| 53 | func nx_tier_name(t: i64) -> *u8 called by 1: main |
| 63 | func nx_emit_lb_row(name: *u8, sc: *NxScorecard, nishi: i64) -> i64 |
| 76 | func nx_emit_reach_row(name: *u8, sc: *NxScorecard, nishi: i64) -> i64 |
| 88 | func nx_eng_has(e: i64, u: *u8) -> i64 |
| 101 | func nx_eng_cover_count(ec: i64, u: *u8) -> i64 |
| 111 | func main() -> i64 |