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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
WordPress
/
sqlite-database-integration
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
363
Code
Issues
47
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
LALR(1) parser from official MySQL grammar
- #429
#429
Merged
adamziel
merged 14 commits into
trunk
WordPress/sqlite-database-integration:trunk
from
lalr-parser
WordPress/sqlite-database-integration:lalr-parser
Copy head branch name to clipboard
Jun 23, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
LALR(1) parser from official MySQL grammar
#429
adamziel
merged 14 commits into
trunk
WordPress/sqlite-database-integration:trunk
from
lalr-parser
WordPress/sqlite-database-integration:lalr-parser
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2026
Scaffold the mysql-parser package
Show description for 2cfc1d3
JanJakes
committed
2cfc1d3
View commit details
Copy full SHA for 2cfc1d3
Browse repository at this point
Copy existing MySQL-on-SQLite primitives
Show description for 98c7268
JanJakes
committed
98c7268
View commit details
Copy full SHA for 98c7268
Browse repository at this point
Commits on Jun 18, 2026
Add reproducible grammar build tooling
Show description for 3aed18c
JanJakes
committed
3aed18c
View commit details
Copy full SHA for 3aed18c
Browse repository at this point
Commits on Jun 19, 2026
Add generated grammar artifacts (mysql-8.4.10)
Show description for 744708d
JanJakes
committed
744708d
View commit details
Copy full SHA for 744708d
Browse repository at this point
Adapt the lexer to the MySQL grammar
Show description for 469c8ae
JanJakes
committed
469c8ae
View commit details
Copy full SHA for 469c8ae
Browse repository at this point
Implement LALR(1) parser
Show description for 3807a26
JanJakes
committed
3807a26
View commit details
Copy full SHA for 3807a26
Browse repository at this point
Implement MySQL grammar for the LALR(1) parser
Show description for 0f56737
JanJakes
committed
0f56737
View commit details
Copy full SHA for 0f56737
Browse repository at this point
Pack modal shift targets in the parse table
Show description for 0ffecc6
JanJakes
committed
0ffecc6
View commit details
Copy full SHA for 0ffecc6
Browse repository at this point
Add the MySQL server query corpus to the package
Show description for 6e93e31
JanJakes
committed
6e93e31
View commit details
Copy full SHA for 6e93e31
Browse repository at this point
Add the corpus benchmark
Show description for 85c4b9a
JanJakes
committed
85c4b9a
View commit details
Copy full SHA for 85c4b9a
Browse repository at this point
Add the test suite and a CI job
Show description for 60fd4a1
JanJakes
committed
60fd4a1
View commit details
Copy full SHA for 60fd4a1
Browse repository at this point
Add README.md
JanJakes
committed
e347cb2
View commit details
Copy full SHA for e347cb2
Browse repository at this point
Speed up remaining_tokens() with a tight scan loop
Show description for 33842bf
JanJakes
committed
33842bf
View commit details
Copy full SHA for 33842bf
Browse repository at this point
Replace the lexer's token queue with a single pending slot
Show description for 91f53a1
JanJakes
committed
91f53a1
View commit details
Copy full SHA for 91f53a1
Browse repository at this point
You can’t perform that action at this time.