nx_money_census.nx
buildroot/runtime/nx_money_census.nx
about
nx_money_census.nx -- the COMPREHENSIVE personal-money domain, mapped honestly. The operator's vision: ONE
s-class system managing a person's WHOLE financial life -- spend optimization, debt, credit, savings, investing,
taxes, AND hardship/relief (bankruptcy, forbearance, forgiveness) -- NOT a quant-trading niche. This organ
enumerates that full domain and marks HAVE vs GAP honestly. Today we hold only the investing+tax corner; the
entire consumer / debt / credit / savings / hardship / planning surface is empty. A LOW permille here is HONEST
-- it is the roadmap, not a failure. Regulated areas (bankruptcy/tax/legal) = decision-SUPPORT + draft-prep only,
"AI drafts, a licensed human signs" -- never unlicensed advice. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.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
| 11 | func mc_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func mc_n(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func mc_cap(area: *u8, cap: *u8, have: i64, note: *u8, c: *i64) -> i64 |
| 24 | func main() -> i64 |