selfhost(pyvm): MiniVmPrints – prefer JSON route early-return (ok==1) to avoid fallback loops; keep default behavior unchanged elsewhere

This commit is contained in:
Selfhosting Dev
2025-09-22 07:54:25 +09:00
parent 27568eb4a6
commit 8e4cadd349
348 changed files with 9981 additions and 30074 deletions

View File

@ -1,6 +1,6 @@
# Match Guards — Syntax and Lowering (MVP + Design Notes)
Status: reference + design additions during freeze (no implementation changes)
Status: reference + design additions during featurepause (no implementation changes)
Scope
- Guarded branches as a readable form of first-match selection.
@ -37,5 +37,4 @@ Observability (design)
- `NYASH_FLOW_TRACE=1` may trace how guard chains desugar into if/else.
Notes
- This page describes existing guard semantics and adds range/charclass as documentation-only sugar during freeze.
- This page describes existing guard semantics and adds range/charclass as documentation-only sugar during the featurepause.