_self_host_stmt_boundary_regression.nx
buildroot/runtime/_self_host_stmt_boundary_regression.nx
about
Regression for at_stmt_boundary refinement (2026-05-16).
PREVENT additive: newline-after-expression continues into bitwise
operators (`|`, `&`, `^`), comparisons (`==`, `<`, ...), shifts
(`<<`, `>>`), and logical (`&&`, `||`). They can never start a
statement, so they're continuations.
Ambiguous tokens (`*`, `-`, `&`, `+`) still trigger boundary --
preserves the F-meta-2 fix.
Passing case returns 0. Failing case returns 1, 2, or 3.
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 15 | func test_multiline_or() -> i64 {
called by 1: main |
| 23 | func test_multiline_compare() -> i64 {
called by 1: main |
| 33 | func test_multiline_shift() -> i64 {
called by 1: main |
| 40 | func main() -> i64 { |