code wiki / _hdl_build / nx_clarity_gate.nx

nx_clarity_gate.nx

buildroot/runtime/_hdl_build/nx_clarity_gate.nx

4233 B63 linesdepth 4pulls 7 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_clarity_gate.nx -- "can a person understand all those" measured as an EFFICIENCY exceed on BOTH surfaces, plus ENERGY. The clarity check discriminates clear from unclear; our customer content + our internal tool output both pass (a person understands them without a manual); incumbents don't measure comprehensibility at all. 100% sovereign. expect_exit: 0

dependencies 5 imports · 0 importers

nx_syscalls.nx nx_sitegate_emit_lib.nx nx_clarity.nx nx_exceed_standard.nx nx_brand_tokens.nx nx_clarity_gate.nx

imports: nx_syscalls.nxnx_sitegate_emit_lib.nxnx_clarity.nxnx_exceed_standard.nxnx_brand_tokens.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap gw sys_write cl_can_understand cl_readable bv_longest_sentence_words cl_self_describing cl_word_count slen gn sys_mmap ↻ sys_write ↻ bv_longest_sentence_words ↻ t_row gw ↻ cl_self_describing ↻ cl_word_count ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close cl_structured bt_find es_is_sclass_exceed es_is_exceed_dim bt_find ↻

structs

none

consts

none

functions

12func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: main
14func main() -> i64