Persistent subprocess model: gwbasic reads BASIC from stdin and writes output to stdout in piped mode (no banner, no prompts, unbuffered). Sentinel protocol (PRINT "<<<GWDONE>>>") delimits output per cell. Features: state persistence across cells, error detection and reporting, tab completion for GW-BASIC keywords, %reset/%timeout/%new magic commands, Ctrl+C forwarding, automatic process restart. Includes setup.py for pip install, kernel.json spec, install script, and 10-test smoke suite (all passing).
16 lines
163 B
Plaintext
16 lines
163 B
Plaintext
build/
|
|
docs/_build/
|
|
*.o
|
|
*.d
|
|
gwbasic_*.txt
|
|
gwbasic_*.dat
|
|
gwbasic_*.bas
|
|
LPT1.TXT
|
|
OUTPUT
|
|
RANDOM
|
|
test
|
|
!tests/programs/*.bas
|
|
gwbasickernel.egg-info/
|
|
__pycache__/
|
|
*.pyc
|