Update roadmap: selective sync, fast-path expressions, FOR optimization

This commit is contained in:
Eremey Valetov
2026-03-30 05:00:04 -04:00
parent d6375ae18a
commit 378da254b9
+2 -2
View File
@@ -39,8 +39,8 @@ INPUT#/WRITE#/LINE INPUT via emit_delegate_stmt), PMAP/POINT/PSET
graphics, BSAVE/BLOAD/SAVE/LOAD, MKDIR/CHDIR/RMDIR/KILL file ops.
**69 of 69 eligible tests pass (100%).** RNG uses gw_rnd() matching the
interpreter exactly. CHAIN/COMMON/RUN "file" delegated to runtime.
Dead code elimination after GOTO/END/STOP. Fast-path expression emitter
(skips open_memstream for common case). FOR integer rounding.
Dead code elimination, fast-path expression emitter, selective variable
sync in delegate, FOR simplification (step=1 fast path).
### Hardware I/O Simulator (v0.15.0)