nx_layout_box_test.nx
buildroot/runtime/nx_layout_box_test.nx
about
nx_layout_box_test.nx -- smoke for the layout-box tree primitive.
Builds a small box tree:
root (BLOCK)
├── header (BLOCK)
│ ├── h1 (BLOCK)
│ └── nav (INLINE)
├── main (BLOCK)
│ └── p (BLOCK)
│ └── text (TEXT)
└── footer (BLOCK)
and asserts tree structure: 7 boxes, parent/child/sibling links
correct, child-counts match.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_layout_box.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 |