From 5546ba42febaa4bfa2a1b106e88e09a6baa93d87 Mon Sep 17 00:00:00 2001 From: Eremey Valetov Date: Sun, 29 Mar 2026 15:43:14 -0400 Subject: [PATCH] Update Sphinx roadmap: compiler 46/72 tests pass (64%) --- docs/roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index aaf31a9..c482606 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -28,8 +28,10 @@ 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, READ into arrays, array assignment self-reference fix, PRINT USING colon-in-string. **Zero compile errors** -— all 72 programs compile. **43 produce correct output.** String concatenation -(A$+B$), READ into arrays, self-referencing array assignment fix. +— all 72 programs compile. **46 produce correct output (64%).** String +concatenation (A$+B$), READ into arrays, self-referencing array assignment +fix, float division semantics (/ always float), PRINT USING null-byte +token fix, FRE GC, STICK/EOF stubs. **Phase 3**: random-access files, PRINT USING, graphics, sound, event trapping, remaining statements.