Update Sphinx roadmap with compiler progress (27/72 tests)

This commit is contained in:
Eremey Valetov
2026-03-29 12:17:47 -04:00
parent c3319a59c7
commit 4f4a8df412
+2 -1
View File
@@ -19,7 +19,8 @@ SWAP, POKE, DEF SEG, RANDOMIZE, LOCATE, COLOR, SCREEN, WIDTH, KEY,
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 (<=, >=, <>). 23 of 72 tests passing.
operators (<=, >=, <>), PRINT USING (token embedding with variable sync),
STRING$/INSTR single-byte token support. 27 of 72 tests passing.
**Phase 3**: random-access files, PRINT USING, graphics, sound, event
trapping, remaining statements.