Files
gw-basic-2026/.gitignore
T
Eremey Valetov 35e4b12131 Implement LPRINT and LLIST with configurable printer output
LPRINT and LLIST now output to a printer device or file instead of the
screen. By default, output is appended to LPT1.TXT in the current
directory. Use --lpt to redirect to a real printer device (/dev/lp0,
LPT1 on FreeDOS) or a custom file path.

Includes full PRINT format support (semicolons, commas, TAB, SPC,
PRINT USING) and LLIST with line number range parsing.
2026-02-22 13:55:27 -05:00

10 lines
101 B
Plaintext

build/
docs/_build/
*.o
*.d
gwbasic_*.txt
gwbasic_*.dat
gwbasic_*.bas
LPT1.TXT
!tests/programs/*.bas