From cc7c27be272544b106f87ca4f3aef78dc7f16e63 Mon Sep 17 00:00:00 2001 From: Eremey Valetov Date: Sun, 29 Mar 2026 13:32:06 -0400 Subject: [PATCH] Update Sphinx roadmap with compiler progress (32/72 tests, 2 compile errors) --- docs/roadmap.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 927725c..fcc6dfb 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -20,7 +20,10 @@ WRITE, OPTION BASE, DEF type statements, extended statement dispatch. DIM/array subscript access (gwrt_array_elem runtime), number formatting via gw_print_value() with expression type tracking, combined relational operators (<=, >=, <>), PRINT USING (token embedding with variable sync), -STRING$/INSTR single-byte token support. 27 of 72 tests passing. +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). 32 of 72 tests passing, only 2 +compile errors remaining. **Phase 3**: random-access files, PRINT USING, graphics, sound, event trapping, remaining statements.