code wiki / (root) / nx_tptp_formula_test.nx

nx_tptp_formula_test.nx

buildroot/runtime/nx_tptp_formula_test.nx

8151 B200 linesdepth 8pulls 16 transitivereach 0 importersview sourcekind gate/prooftopic tptp
docsdependenciesstructsconstsfunctions

about

nx_tptp_formula_test.nx -- TPTP CNF parser smoke + end-to-end parse-then-saturate verification.

dependencies 13 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_tier.nx nx_str.nx nx_result.nx nx_unify.nx nx_resolution.nx nx_subsumption.nx nx_tautology.nx nx_saturation.nx nx_tptp_formula_test.nx

diagram shows first 10 each side; +3 more imports, +0 more importers in the complete lists below.

imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_str.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_subsumption.nxnx_tautology.nxnx_saturation.nxnx_tptp_symtab.nxnx_tptp_term.nxnx_tptp_formula.nx

imported by: nobody (leaf or entry point)

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

main println sys_write strlen sys_mmap nx_tptp_symtab_new sys_mmap ↻ mk_input nx_str_len sys_mmap ↻ nx_str_len ↻ sys_mmap ↻ nx_tptp_parse_term nx_tptp_term_skip_ws sys_mmap ↻ nx_tptp_term_read_ident nx_tptp_is_variable_name nx_tptp_symtab_intern nx_tptp_is_variable_name ↻ nx_tptp_var_name_at nx_str_eq nx_str_cpy nx_tptp_sym_name_at nx_term_var sys_mmap ↻ nx_term_const sys_mmap ↻ nx_tptp_parse_term ↻ nx_term_app sys_mmap ↻ nx_term_arg print sys_write ↻ strlen ↻ print_i64 sys_mmap ↻ itoa sys_mmap ↻ sys_write ↻ nx_tptp_parse_literal

structs

none

consts

20const SYM_EQ: nx_int = 50

functions

25func mk_input(s: *u8) -> *u8
called by 1: main calls 2: nx_str_lensys_mmap
37func main() -> nx_exit