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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlc-dev
/
meyer
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Implement the lexer, AST and parser for the SQLite dialect
- #3
#3
Merged
kyleconroy
merged 23 commits into
main
sqlc-dev/meyer:main
from
claude/the-loop-claude-md-4bnogc
sqlc-dev/meyer:claude/the-loop-claude-md-4bnogc
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Implement the lexer, AST and parser for the SQLite dialect
#3
kyleconroy
merged 23 commits into
main
sqlc-dev/meyer:main
from
claude/the-loop-claude-md-4bnogc
sqlc-dev/meyer:claude/the-loop-claude-md-4bnogc
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2026
Implement the lexer, AST and parser for the SQLite dialect
Show description for 6af55df
claude
committed
6af55df
View commit details
Copy full SHA for 6af55df
Browse repository at this point
Record how far SQLite's parser got, so truncated parses do not lie
Show description for d4bf2d8
claude
committed
d4bf2d8
View commit details
Copy full SHA for d4bf2d8
Browse repository at this point
Extract the corpus from every pinned test script, and assert error offsets
Show description for 6f3292a
claude
committed
6f3292a
View commit details
Copy full SHA for 6f3292a
Browse repository at this point
Add the SQL renderer, AST dump, round-trip property and snapshots
Show description for dc443db
claude
committed
dc443db
View commit details
Copy full SHA for dc443db
Browse repository at this point
Harden the parser: recursion limit, fuzzing, benchmarks, debug-parse
Show description for f8c5c41
claude
committed
f8c5c41
View commit details
Copy full SHA for f8c5c41
Browse repository at this point
Vendor the reference grammar, give errors a position, refresh the docs
Show description for 0fb8a59
claude
committed
0fb8a59
View commit details
Copy full SHA for 0fb8a59
Browse repository at this point
Add cmd/difftest, and fix the nine divergences it found
Show description for ce42ae7
claude
committed
ce42ae7
View commit details
Copy full SHA for ce42ae7
Browse repository at this point
Teach difftest second-order edits and the round trip, and fix trans_opt
Show description for 202f1dc
claude
committed
202f1dc
View commit details
Copy full SHA for 202f1dc
Browse repository at this point
Check span invariants over the corpus, and fix named constraints
Show description for 3c33d7b
claude
committed
3c33d7b
View commit details
Copy full SHA for 3c33d7b
Browse repository at this point
Extract do_eqp_test cases too
Show description for 77d9b90
claude
committed
77d9b90
View commit details
Copy full SHA for 77d9b90
Browse repository at this point
Stop allocating per token and per operator
Show description for c942d5c
claude
committed
c942d5c
View commit details
Copy full SHA for c942d5c
Browse repository at this point
Show enums whose zero value means something, and chain difftest edits
Show description for 1fb8b3e
claude
committed
1fb8b3e
View commit details
Copy full SHA for 1fb8b3e
Browse repository at this point
Test ast traversal and the dump renderer directly
Show description for 99f61c1
claude
committed
99f61c1
View commit details
Copy full SHA for 99f61c1
Browse repository at this point
Run difftest weekly
Show description for 702b77d
claude
committed
702b77d
View commit details
Copy full SHA for 702b77d
Browse repository at this point
Distinguish NOTNULL from NOT NULL, and start on the review findings
Show description for 42c7361
claude
committed
42c7361
View commit details
Copy full SHA for 42c7361
Browse repository at this point
Put the round trip, the split hazard and the truncation rule in one place
Show description for 39dadb4
claude
committed
39dadb4
View commit details
Copy full SHA for 39dadb4
Browse repository at this point
Apply the rest of the review: fewer allocations, less repetition
Show description for b2ff013
claude
committed
b2ff013
View commit details
Copy full SHA for b2ff013
Browse repository at this point
Check the transcriptions against the vendored upstream sources
Show description for 54cabdb
claude
committed
54cabdb
View commit details
Copy full SHA for 54cabdb
Browse repository at this point
Feed SQLite's own fuzz corpus to difftest, and stop at NUL like SQLite does
Show description for 0fed646
claude
committed
0fed646
View commit details
Copy full SHA for 0fed646
Browse repository at this point
Bring PLAN.md's layout and hardening milestone up to date
Show description for 8759bef
claude
committed
8759bef
View commit details
Copy full SHA for 8759bef
Browse repository at this point
Record the fuzzdata seeds in the README, and the sqllogictest decision
Show description for 6484e8f
claude
committed
6484e8f
View commit details
Copy full SHA for 6484e8f
Browse repository at this point
Give the weekly difftest a fresh seed and a bigger budget
Show description for 8ec90f8
claude
committed
8ec90f8
View commit details
Copy full SHA for 8ec90f8
Browse repository at this point
Document the oracle's -seeds mode where the other modes are documented
Show description for b187b20
claude
committed
b187b20
View commit details
Copy full SHA for b187b20
Browse repository at this point
You can’t perform that action at this time.