Update docs: compiler 67/72 tests (93%), CHAIN/COMMON/RUN supported

This commit is contained in:
Eremey Valetov
2026-03-29 19:41:49 -04:00
parent 28055326bb
commit 8ee17b9e2a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ version is structured as modular C suitable for new feature development.
- **Classic programs** — Hamurabi, Lunar Lander, Gunner, and Diamond from
David Ahl's *BASIC Computer Games* (1978) run out of the box
- **Ahead-of-time compiler** — `gwbasic-compile prog.bas -c` produces native
executables via C codegen + GCC (64/72 tests pass, 89%)
executables via C codegen + GCC (67/72 tests pass, 93%)
- **Jupyter kernel** — inline Sixel graphics, INPUT support, Pygments syntax
highlighting; `pip install -e . && gwbasickernel-install --user`
- **72 test programs** with golden-file regression testing and DOSBox-X