Update Sphinx roadmap: compiler 37/72 tests, DEF FN, DEFINT, rounding

This commit is contained in:
Eremey Valetov
2026-03-29 14:29:25 -04:00
parent 1858ad4b0c
commit e6a6bddb26
+5 -2
View File
@@ -23,8 +23,11 @@ operators (<=, >=, <>), PRINT USING (token embedding with variable sync),
STRING$/INSTR single-byte token support, PRINT USING (token embedding
with variable sync), RESUME, ERROR, ON TIMER/KEY skip, MID$ assign skip,
FOR scope fix (static limit/step), SWAP with array elements, ENVIRON$/
DATE$/TIME$ expression support, RESUME/ERROR statements. **Zero compile
errors** — all 72 programs compile. 32 produce correct output.
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.**
**Phase 3**: random-access files, PRINT USING, graphics, sound, event
trapping, remaining statements.