nx_fof_parse_test.nx
buildroot/runtime/nx_fof_parse_test.nx
about
nx_fof_parse_test.nx -- FOF parser smoke covering each connective +
quantifier + nesting + precedence.
dependencies 10 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_str.nxnx_result.nxnx_unify.nxnx_tptp_symtab.nxnx_tptp_term.nxnx_fof.nxnx_fof_parse.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
| 15 | const SYM_EQ: nx_int = 50 |
functions
| 17 | func mk_input(s: *u8) -> *u8 |
| 26 | func parse(input: *u8) -> *Fof |
| 35 | func report(name: *u8, expected_kind: nx_int, actual: *Fof) -> nx_int |
| 46 | func main() -> nx_exit |