Update Sphinx roadmap with compiler progress (32/72 tests, 2 compile errors)

This commit is contained in:
Eremey Valetov
2026-03-29 13:32:06 -04:00
parent 0e0052f9cf
commit cc7c27be27
+4 -1
View File
@@ -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.