nx_json_test.nx
buildroot/runtime/nx_json_test.nx
about
nx_json_test.nx -- exercise both the tokenizer (nx_json.nx) and the
emitter (nx_json_emit.nx) end-to-end.
Strategy:
1. Use the emitter to build an object with strings (incl.
escapes), ints, bool, null, nested array/object.
2. Confirm the emitted bytes parse cleanly via the tokenizer.
3. Spot-check a handful of token kinds + escape behaviour.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_json.nxnx_json_emit.nxjson_emit.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
| 17 | func main() -> i64 |