Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
swiftlang
/
swift-syntax
Public
Notifications
You must be signed in to change notification settings
Fork
465
Star
3.6k
Code
Issues
78
Pull requests
53
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
StevenWong12
Datepicker
All time
Commit History
Commits on Oct 10, 2023
Run `swift-format` to format codes
StevenWong12
committed
657f2e1
Copy full SHA for 657f2e1
Commits on Oct 8, 2023
Rename `_InstructionCounter` in `SwiftParserCLI` to `InstructionCounter`
StevenWong12
committed
280fc3e
Copy full SHA for 280fc3e
Make CI build `SwiftParserCLI`
StevenWong12
committed
264f676
Copy full SHA for 264f676
Move `swift-parser-cli` to its own package
StevenWong12
committed
bdca1a4
Copy full SHA for bdca1a4
Commits on Aug 15, 2023
Remove the remaining files in `lit-test-helper`
StevenWong12
committed
133ffdf
Copy full SHA for 133ffdf
Commits on Aug 10, 2023
Parse shebang as a child of `SourceFileSyntax`
StevenWong12
committed
605a5b8
Copy full SHA for 605a5b8
Commits on Aug 8, 2023
Rename some `SyntaxClassification`
StevenWong12
committed
d7caad1
Copy full SHA for d7caad1
Commits on Aug 4, 2023
Remove syntax classification lit-based tests
Show description for da586f2
StevenWong12
committed
da586f2
Copy full SHA for da586f2
Commits on Aug 2, 2023
Convert lit-based syntax classification tests to XCTests
StevenWong12
committed
462b69b
Copy full SHA for 462b69b
Commits on Jul 21, 2023
Add assertClassification for ClassificationTests
StevenWong12
committed
889fd0b
Copy full SHA for 889fd0b
Commits on Jul 15, 2023
Enable remaining skipping tests in `IncrementalParsingTests.swift`
Show description for 8b77cb6
StevenWong12
committed
8b77cb6
Copy full SHA for 8b77cb6
Commits on Jul 14, 2023
Make `memberDeclListItem` re-usable in `SwiftParser`
StevenWong12
committed
a1c3376
Copy full SHA for a1c3376
Commits on Jul 12, 2023
Replace `IncrementalParseReusedNodeDelegate` with `ReusedNodeCallback`
StevenWong12
committed
0e5a32e
Copy full SHA for 0e5a32e
Replace `offset(of: )` with `offsetToStart`
StevenWong12
committed
d0cca32
Copy full SHA for d0cca32
Commits on Jul 10, 2023
Port incremental parse to `CodeBlockItem`
Show description for 1e6406d
StevenWong12
committed
1e6406d
Copy full SHA for 1e6406d
Commits on Jul 8, 2023
Remove outdated docc index
StevenWong12
committed
ea9e4a0
Copy full SHA for ea9e4a0
Commits on Jun 19, 2023
Translate `lit_tests/incrParse` with `assertIncrementalParse`
StevenWong12
committed
d0fe534
Copy full SHA for d0fe534
Commits on Jun 18, 2023
Delete incremental parse related lit tests
StevenWong12
committed
f2c0ad0
Copy full SHA for f2c0ad0
Commits on Jun 16, 2023
Fix a typo in `CONTRIBUTING.md`
StevenWong12
committed
2e4c73b
Copy full SHA for 2e4c73b
Commits on Jun 15, 2023
Move IncrementalParseTransition.swift to SwiftParser
Show description for e319339
StevenWong12
committed
e319339
Copy full SHA for e319339
Commits on Jun 3, 2023
Add assertIncrementalParse for incremental parse test
StevenWong12
committed
259542b
Copy full SHA for 259542b
Commits on May 31, 2023
Change how `OperatorDeclSyntax` is presented
Show description for dbf2a8b
StevenWong12
committed
dbf2a8b
Copy full SHA for dbf2a8b
Commits on May 25, 2023
Use emoji to mark the `SourceEdit`s
Show description for b605766
StevenWong12
committed
b605766
Copy full SHA for b605766
Commits on May 8, 2023
Extract the optional part of `canImport` to a separate node
StevenWong12
committed
809fe52
Copy full SHA for 809fe52
Fix a typo in comment
StevenWong12
committed
fa6902a
Copy full SHA for fa6902a
Commits on May 6, 2023
Make CodeBlockItemSyntax expressible by string
StevenWong12
committed
e182ac6
Copy full SHA for e182ac6
Minor changes on documentation
Show description for f372c85
StevenWong12
committed
f372c85
Copy full SHA for f372c85
Make the description of some nodes more clear
Show description for 4c23aaf
StevenWong12
committed
4c23aaf
Copy full SHA for 4c23aaf
Add diagnostic for `canImport` in ifconfig
Show description for 0dd5df9
StevenWong12
committed
0dd5df9
Copy full SHA for 0dd5df9
Commits on Apr 12, 2023
Split `DeclEffectSpecifiers` into `AccessorEffectSpecifiers` and `FunctionEffectSpecifiers`.
Show description for 47617a8
StevenWong12
committed
47617a8
Copy full SHA for 47617a8
Commits on Mar 11, 2023
Remove unnecessary .raw
StevenWong12
committed
2d02851
Copy full SHA for 2d02851
Run swift-format
StevenWong12
committed
ddc0447
Copy full SHA for ddc0447
Update testcases
StevenWong12
committed
916af7a
Copy full SHA for 916af7a
Code refactor, not to replace a child by its index
StevenWong12
committed
a720201
Copy full SHA for a720201
Update testcases & Remove TODOs
StevenWong12
committed
9c88948
Copy full SHA for 9c88948
Pagination
Previous
Next
You can’t perform that action at this time.