Update Sphinx roadmap: compiler 41/72 tests pass

This commit is contained in:
Eremey Valetov
2026-03-29 14:53:42 -04:00
parent 1dcc39f45b
commit 8a058b0664
+3 -2
View File
@@ -26,8 +26,9 @@ FOR scope fix (static limit/step), SWAP with array elements, ENVIRON$/
DATE$/TIME$/ENVIRON$ expression support, RESUME/ERROR statements,
DEF FN (token embedding + variable sync), DEFINT/DEFSNG/DEFDBL/DEFSTR
(pre-scan in analysis), gw_cint() rounding for integer assignment,
STRING$(n,"c") string arg handling. **Zero compile errors** — all 72
programs compile. **37 produce correct output.**
STRING$(n,"c") string arg handling, READ into arrays, array assignment
self-reference fix, PRINT USING colon-in-string. **Zero compile errors**
— all 72 programs compile. **41 produce correct output.**
**Phase 3**: random-access files, PRINT USING, graphics, sound, event
trapping, remaining statements.