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

@ -48,7 +48,7 @@ Bytes: handled by `ByteCursorBox`.
## Proposed Convenience (design only)
Parsing helpers (sugar; freeze-era design, not implemented):
Parsing helpers (sugar; documented during featurepause, not implemented):
- `toDigitOrNull(base=10) -> i64 | null`
- Returns 0..9 when the code point is a decimal digit (or base subset), otherwise `null`.
- CP based; delegates to `Utf8CursorBox` to read the leading code point.