Files
gw-basic-2026/pkg/GWBASIC.LSM
Eremey Valetov 29c492f025
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / dos-cross-compile (push) Has been cancelled
pkg: sync FreeDOS LSM version to the build version (#3)
The LSM Version field was hardcoded and lagged the 0.18.0 bump. Set it to
0.18.0 and have build_pkg.sh rewrite it from the version in include/gwbasic.h
on every build so it can't drift again.

Co-authored-by: Eremey Valetov <evvaletov@users.noreply.github.com>
2026-06-13 15:41:11 +03:00

23 lines
1.2 KiB
Plaintext

Begin3
Title: GW-BASIC 2026
Version: 0.18.0
Entered-date: 2026-04-10
Description: A portable C reimplementation of Microsoft GW-BASIC, using
the original 8088 assembly source (released by Microsoft
in 2020) as the authoritative reference. Targets bug-
compatible behavior with classic GW-BASIC programs.
Includes a full-screen TUI editor that renders through
BIOS INT 10h on bare FreeDOS (no ANSI.SYS required), 100%
token coverage (all 144 GW-BASIC tokens), MBF on-disk file
format compatibility, and an ahead-of-time compiler
(Linux/POSIX builds only).
Keywords: BASIC, GW-BASIC, Microsoft, interpreter, retrocomputing
Author: Eremey Valetov <evv@msu.edu>
Maintained-by: Eremey Valetov <evv@msu.edu>
Primary-site: https://github.com/evvaletov/gw-basic-2026
Original-site: https://github.com/microsoft/GW-BASIC
Platforms: DOS, FreeDOS 1.4 (16-bit real mode), MS-DOS 5+, DOS/4GW
(32-bit protected mode); also Linux, macOS, BSD via CMake
Copying-policy: MIT License
End