Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jgarzik
/
xbasic64
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
52
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
tighten xbasic64’s GW-BASIC/QuickBASIC compatibility
- #12
#12
Merged
jgarzik
merged 29 commits into
master
jgarzik/xbasic64:master
from
updates
jgarzik/xbasic64:updates
Copy head branch name to clipboard
Aug 16, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
tighten xbasic64’s GW-BASIC/QuickBASIC compatibility
#12
jgarzik
merged 29 commits into
master
jgarzik/xbasic64:master
from
updates
jgarzik/xbasic64:updates
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2026
Take every statement after THEN in a single-line IF
Show description for 8fb9f27
jgarzik
and
claude
committed
8fb9f27
View commit details
Copy full SHA for 8fb9f27
Browse repository at this point
Accept a line number after THEN and ELSE as an implied GOTO
Show description for d01b915
jgarzik
and
claude
committed
d01b915
View commit details
Copy full SHA for d01b915
Browse repository at this point
Refuse a DO loop that tests its condition at both ends
Show description for 5374bdc
jgarzik
and
claude
committed
5374bdc
View commit details
Copy full SHA for 5374bdc
Browse repository at this point
Stop guessing at a bad line number, and drop three lexer oddities
Show description for 4e25a3c
jgarzik
and
claude
committed
4e25a3c
View commit details
Copy full SHA for 4e25a3c
Browse repository at this point
Bound recursion depth instead of overflowing the stack
Show description for 606c1c1
jgarzik
and
claude
committed
606c1c1
View commit details
Copy full SHA for 606c1c1
Browse repository at this point
Carry block terminators in the return type, not the error channel
Show description for ae4aad4
jgarzik
and
claude
committed
ae4aad4
View commit details
Copy full SHA for ae4aad4
Browse repository at this point
Quote BASIC in diagnostics, not Rust variant names
Show description for 75303bd
jgarzik
and
claude
committed
75303bd
View commit details
Copy full SHA for 75303bd
Browse repository at this point
Report every syntax error, not just the first
Show description for c3790b6
jgarzik
and
claude
committed
c3790b6
View commit details
Copy full SHA for c3790b6
Browse repository at this point
Resolve array-versus-call in sema, not by guessing in the parser
Show description for 0b87d2c
jgarzik
and
claude
committed
0b87d2c
View commit details
Copy full SHA for 0b87d2c
Browse repository at this point
State the identifier uppercase invariant once, and check it
Show description for b27ac31
jgarzik
and
claude
committed
b27ac31
View commit details
Copy full SHA for b27ac31
Browse repository at this point
Build assembly text in place: 17% faster, 20% less memory
Show description for 801471c
jgarzik
and
claude
committed
801471c
View commit details
Copy full SHA for 801471c
Browse repository at this point
Hoist the duplicated field-path loop, and fuzz the front end
Show description for bcec60a
jgarzik
and
claude
committed
bcec60a
View commit details
Copy full SHA for bcec60a
Browse repository at this point
Make the bitwise operators actually bitwise
Show description for cea534d
jgarzik
and
claude
committed
cea534d
View commit details
Copy full SHA for cea534d
Browse repository at this point
Make operator precedence match LANGREF's own table
Show description for a2d1aef
jgarzik
and
claude
committed
a2d1aef
View commit details
Copy full SHA for a2d1aef
Browse repository at this point
Check the NEXT control variable, and let one NEXT close several loops
Show description for 1a9e89c
jgarzik
and
claude
committed
1a9e89c
View commit details
Copy full SHA for 1a9e89c
Browse repository at this point
Take DATA items as written, not as tokens
Show description for 6176bde
jgarzik
and
claude
committed
6176bde
View commit details
Copy full SHA for 6176bde
Browse repository at this point
Convert a numeric DATA item when it is READ into a string
Show description for 3474922
jgarzik
and
claude
committed
3474922
View commit details
Copy full SHA for 3474922
Browse repository at this point
Print the question mark INPUT was always documented to print
Show description for 4269a39
jgarzik
and
claude
committed
4269a39
View commit details
Copy full SHA for 4269a39
Browse repository at this point
Four front-end fixes: overflow, continuation, THEN-colon, cascades
Show description for e991aa8
jgarzik
and
claude
committed
e991aa8
View commit details
Copy full SHA for e991aa8
Browse repository at this point
Diagnose RETURN without GOSUB, and accept CALL
Show description for 0afba49
jgarzik
and
claude
committed
0afba49
View commit details
Copy full SHA for 0afba49
Browse repository at this point
Guard the file helpers that hand a NULL handle to libc
Show description for 4800a34
jgarzik
and
claude
committed
4800a34
View commit details
Copy full SHA for 4800a34
Browse repository at this point
Report the file errors that were being swallowed
Show description for acf4d76
jgarzik
and
claude
committed
acf4d76
View commit details
Copy full SHA for acf4d76
Browse repository at this point
Fix the Windows job, and stop the tests littering the repo root
Show description for 1ba3d69
jgarzik
and
claude
committed
1ba3d69
View commit details
Copy full SHA for 1ba3d69
Browse repository at this point
Narrow the value when READ, INPUT or SWAP stores it
Show description for 537dcf6
jgarzik
and
claude
committed
537dcf6
View commit details
Copy full SHA for 537dcf6
Browse repository at this point
Make STRING * n actually fixed-length
Show description for f16aa0f
jgarzik
and
claude
committed
f16aa0f
View commit details
Copy full SHA for f16aa0f
Browse repository at this point
Reject arguments the string and power builtins cannot answer
Show description for 34ea3e5
jgarzik
and
claude
committed
34ea3e5
View commit details
Copy full SHA for 34ea3e5
Browse repository at this point
Range-check CHR$, SPACE$ and STRING$, and make DIM's suffix agree with AS
Show description for b2007d3
jgarzik
and
claude
committed
b2007d3
View commit details
Copy full SHA for b2007d3
Browse repository at this point
Align the stack in the MID$ and INSTR call sequences
Show description for 1566b42
jgarzik
and
claude
committed
1566b42
View commit details
Copy full SHA for 1566b42
Browse repository at this point
Widen the generated-code alignment check
Show description for 9677865
jgarzik
and
claude
committed
9677865
View commit details
Copy full SHA for 9677865
Browse repository at this point
You can’t perform that action at this time.