From b3fdb02cc4d55b5ec05903ece56ea2fcdba3ccb2 Mon Sep 17 00:00:00 2001 From: Eremey Valetov Date: Sun, 29 Mar 2026 19:18:43 -0400 Subject: [PATCH] =?UTF-8?q?Update=20Sphinx=20roadmap:=20compiler=2064/72?= =?UTF-8?q?=20tests=20(89%)=20=E2=80=94=20only=205=20remain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 326637b..4005711 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -37,8 +37,10 @@ MID$ assignment delegation, ON ERROR GOTO with setjmp/gw_run_jmp, RESUME/RESUME NEXT, ERR/ERL, file I/O delegation (OPEN/CLOSE/PRINT#/ INPUT#/WRITE#/LINE INPUT via emit_delegate_stmt), PMAP/POINT/PSET graphics, BSAVE/BLOAD/SAVE/LOAD, MKDIR/CHDIR/RMDIR/KILL file ops. -**60 produce correct output (83%).** MID$ assignment, CLEAR pool -resize, ENVIRON/DATE$/TIME$ delegation, PMAP/POINT/PSET graphics. +**64 produce correct output (89%).** Division-by-zero detection, +FIELD/GET variable read-back, CLS graphics flush, IOCTL$() handler. +Only 5 failures remain: 3 structural (CHAIN/COMMON/RUN "file") and +2 RNG-dependent. **Phase 3**: random-access files, PRINT USING, graphics, sound, event trapping, remaining statements.