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
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
.
RustPython
/
Parser
Public
Notifications
You must be signed in to change notification settings
Fork
37
Star
116
Code
Issues
36
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Parser
parser
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 21, 2025
Fix match parsing
youknowone
committed
f07b97c
View commit details
Copy full SHA for f07b97c
View code at this point
Browse repository at this point
apply clippy suggestions
youknowone
committed
e00297d
View commit details
Copy full SHA for e00297d
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Incorrect f-string parsing (#112)
Show description for 9ce55ae
yt2b
authored
9ce55ae
View commit details
Copy full SHA for 9ce55ae
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
vendor text_size and source_location (#102)
youknowone
authored
d09bce8
View commit details
Copy full SHA for d09bce8
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Fix `TypeAliasName` to store name instead of load (#99)
Show description for b079666
zanieb
authored
b079666
View commit details
Copy full SHA for b079666
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Add parsing of type alias statements i.e. the `type` keyword (#97)
Show description for 704eb40
zanieb
authored
704eb40
View commit details
Copy full SHA for 704eb40
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
Parse type parameters in function definitions (#96)
Show description for 6980037
zanieb
authored
6980037
View commit details
Copy full SHA for 6980037
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Consolidate tests and add coverage for trailing comma
zanieb
committed
3ec64e1
View commit details
Copy full SHA for 3ec64e1
View code at this point
Browse repository at this point
Add bound to test case `test_parse_class_with_all_possible_generic_types`
zanieb
committed
e0a8f5b
View commit details
Copy full SHA for e0a8f5b
View code at this point
Browse repository at this point
Add test for tuple bounds
zanieb
committed
b06b266
View commit details
Copy full SHA for b06b266
View code at this point
Browse repository at this point
Remove test for empty generic `class Foo[]: ...`
Show description for 76a3245
zanieb
committed
76a3245
View commit details
Copy full SHA for 76a3245
View code at this point
Browse repository at this point
Parse type parameters in class definitions
zanieb
committed
d923aa9
View commit details
Copy full SHA for d923aa9
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
Move `type_param` stubs into LALRPOP definition
zanieb
committed
7516c42
View commit details
Copy full SHA for 7516c42
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Revert formatting changes to `python.rs`
zanieb
committed
30f461b
View commit details
Copy full SHA for 30f461b
View code at this point
Browse repository at this point
Add stub `type_params` handling for class and function definitions
zanieb
committed
7b0aeee
View commit details
Copy full SHA for 7b0aeee
View code at this point
Browse repository at this point
Regenerate code with latest ASDL
zanieb
committed
df2b5df
View commit details
Copy full SHA for df2b5df
View code at this point
Browse repository at this point
Commits on Jun 16, 2023
Rename unconventional nodes (#74)
youknowone
authored
69d27d9
View commit details
Copy full SHA for 69d27d9
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Replace num-bigint with malachite-bigint (#18)
Show description for a2e3209
qingshi163
and
youknowone
authored
a2e3209
View commit details
Copy full SHA for a2e3209
View code at this point
Browse repository at this point
Commits on May 31, 2023
New Arguments and Arg/ArgWithDefault AST representation (#59)
youknowone
authored
fdec727
View commit details
Copy full SHA for fdec727
View code at this point
Browse repository at this point
Parse for expr and stmt variants + identifier, constant (#78)
youknowone
authored
3fbf4f6
View commit details
Copy full SHA for 3fbf4f6
View code at this point
Browse repository at this point
Add safety comment
MichaReiser
committed
342cd19
View commit details
Copy full SHA for 342cd19
View code at this point
Browse repository at this point
Commits on May 30, 2023
Align `MatchCase` end location
MichaReiser
committed
4a2c4aa
View commit details
Copy full SHA for 4a2c4aa
View code at this point
Browse repository at this point
Commits on May 28, 2023
Parse Trait (#71)
youknowone
authored
4de0cb1
View commit details
Copy full SHA for 4de0cb1
View code at this point
Browse repository at this point
Commits on May 25, 2023
Avoid removing elements from the beginning of a vec (#69)
MichaReiser
authored
5493c9f
View commit details
Copy full SHA for 5493c9f
View code at this point
Browse repository at this point
Commits on May 19, 2023
Update `python.rs`
MichaReiser
committed
fac0c25
View commit details
Copy full SHA for fac0c25
View code at this point
Browse repository at this point
Commits on May 18, 2023
Update parser/src/python.lalrpop
Show description for 4ff779c
MichaReiser
and
youknowone
authored
4ff779c
View commit details
Copy full SHA for 4ff779c
View code at this point
Browse repository at this point
Avoid allocating `vec`s for each statement
MichaReiser
committed
726884b
View commit details
Copy full SHA for 726884b
View code at this point
Browse repository at this point
Use named parameters to reducue copying
MichaReiser
committed
851f236
View commit details
Copy full SHA for 851f236
View code at this point
Browse repository at this point
Fix range field order (#56)
Show description for 6c5c311
youknowone
authored
6c5c311
View commit details
Copy full SHA for 6c5c311
View code at this point
Browse repository at this point
Commits on May 16, 2023
Add utilities to enum (#44)
Show description for ff17f6e
youknowone
authored
ff17f6e
View commit details
Copy full SHA for ff17f6e
View code at this point
Browse repository at this point
specialize ConversionFlag (#42)
Show description for 9d47d3d
youknowone
authored
9d47d3d
View commit details
Copy full SHA for 9d47d3d
View code at this point
Browse repository at this point
Add is_* methods to Tok (#39)
youknowone
authored
0c7d16b
View commit details
Copy full SHA for 0c7d16b
View code at this point
Browse repository at this point
Fix full-lexer feature (#38)
youknowone
authored
735c06d
View commit details
Copy full SHA for 735c06d
View code at this point
Browse repository at this point
Commits on May 15, 2023
Always emit non-logical newlines for 'empty' lines (#27)
charliermarsh
authored
10dda12
View commit details
Copy full SHA for 10dda12
View code at this point
Browse repository at this point
Add full-lexer feature (#36)
youknowone
authored
27e3873
View commit details
Copy full SHA for 27e3873
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.