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
Accelerator
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
Type
/
to 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 }}
ngeor
/
rusty-basic
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
11
Code
Issues
13
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor(parser): Improve expression parsers regarding whitespace
- #121
#121
Merged
ngeor
merged 15 commits into
master
ngeor/rusty-basic:master
from
remove-expr-preceded-by-ws
ngeor/rusty-basic:remove-expr-preceded-by-ws
Copy head branch name to clipboard
Feb 15, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
refactor(parser): Improve expression parsers regarding whitespace
#121
ngeor
merged 15 commits into
master
ngeor/rusty-basic:master
from
remove-expr-preceded-by-ws
ngeor/rusty-basic:remove-expr-preceded-by-ws
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2026
Remove wildcard imports
ngeor
committed
c273eac
View commit details
Copy full SHA for c273eac
Browse repository at this point
Reduced visibility of specialized expression parsers
ngeor
committed
f43d48a
View commit details
Copy full SHA for f43d48a
Browse repository at this point
Removed guard parser
ngeor
committed
daab04c
View commit details
Copy full SHA for daab04c
Browse repository at this point
Refactored binary_expression implementation
ngeor
committed
6298c3d
View commit details
Copy full SHA for 6298c3d
Browse repository at this point
Updated documentation
ngeor
committed
e731337
View commit details
Copy full SHA for e731337
Browse repository at this point
Refactored operator parser of binary_expression
ngeor
committed
33a81cf
View commit details
Copy full SHA for 33a81cf
Browse repository at this point
Deprecate `expr_pos_ws_p`
ngeor
committed
7a97458
View commit details
Copy full SHA for 7a97458
Browse repository at this point
Added expr_ws_keyword_p and demand_expr_ws_keyword_p
ngeor
committed
1ad502f
View commit details
Copy full SHA for 1ad502f
Browse repository at this point
Added `demand_ws_expr_ws_keyword_p` and `ws_expr_ws_keyword_p`
ngeor
committed
40e0715
View commit details
Copy full SHA for 40e0715
Browse repository at this point
Added some TODO comments
ngeor
committed
1aa3e7d
View commit details
Copy full SHA for 1aa3e7d
Browse repository at this point
Commits on Feb 15, 2026
Merge branch 'makefile' into remove-expr-preceded-by-ws
ngeor
committed
8a5b34a
View commit details
Copy full SHA for 8a5b34a
Browse repository at this point
Moved `conditionally_opt_whitespace` to `whitespace` module.
Show description for c9adff3
ngeor
committed
c9adff3
View commit details
Copy full SHA for c9adff3
Browse repository at this point
Removed opt_second_expression module
ngeor
committed
a15fd11
View commit details
Copy full SHA for a15fd11
Browse repository at this point
Added original QBasic doc for OPEN
ngeor
committed
80c5480
View commit details
Copy full SHA for 80c5480
Browse repository at this point
Leaving OPEN use seq6 for now
ngeor
committed
929e955
View commit details
Copy full SHA for 929e955
Browse repository at this point
You can’t perform that action at this time.