Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
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
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
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 }}
stormasm
/
rust-python-parser
Public
forked from
progval/rust-python-parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 9, 2020
Bump to version 0.2.0
progval
committed
794efe0
Copy full SHA for 794efe0
Add support for positional-only arguments
Show description for 0a5f5ac
progval
committed
0a5f5ac
Copy full SHA for 0a5f5ac
Add TYPE_COMMENT in the grammar excerpt in comments.
Show description for ae3eada
progval
committed
ae3eada
Copy full SHA for ae3eada
Allow same r.h.s. in annotated assignments as in normal ones.
Show description for 3fb429c
progval
committed
3fb429c
Copy full SHA for 3fb429c
Add namedexpr (aka walrus operator) in argument position.
Show description for e92da74
progval
committed
e92da74
Copy full SHA for e92da74
Add test for non-trivial expression on the LHS of a = in argument list.
Show description for 338dede
progval
committed
338dede
Copy full SHA for 338dede
Add namedexpr (aka walrus operator)
Show description for a703954
progval
committed
a703954
Copy full SHA for a703954
Add CHANGELOG.md
progval
committed
0750d1f
Copy full SHA for 0750d1f
Commits on Sep 8, 2020
parser: for_stmt: fix typo preventing parsing non-trivial expressions in the iterator side.
progval
committed
81c4ef8
Copy full SHA for 81c4ef8
cargo fmt
progval
committed
af0eee6
Copy full SHA for af0eee6
printer: Disambiguate ternary in comprehension condition
progval
committed
9710b82
Copy full SHA for 9710b82
Fix warning on current Rust stable.
progval
committed
685e0d0
Copy full SHA for 685e0d0
Commits on Oct 28, 2018
Merge pull request #3 from ralexstokes/master
Show description for 9a857f7
progval
authored
9a857f7
Copy full SHA for 9a857f7
Make first_word check it's not followed by a continuation char. Closes GH-4.
progval
committed
1e03122
Copy full SHA for 1e03122
Conditionally import `PyParseError` so we can avoid the warning
ralexstokes
committed
463a07d
Copy full SHA for 463a07d
Run rustfmt
ralexstokes
committed
306f4db
Copy full SHA for 306f4db
Allow empty returns.
progval
committed
7f8337d
Copy full SHA for 7f8337d
Fix usage of peeking first_word on unindents (should fail, not error).
progval
committed
ae8ae0f
Copy full SHA for ae8ae0f
Fix test script.
progval
committed
52e8673
Copy full SHA for 52e8673
Don't test 1.25.0 on Travis, nom 4.1 dropped its support.
progval
committed
36d4744
Copy full SHA for 36d4744
Add currently supported version to the documentation.
progval
committed
58258d1
Copy full SHA for 58258d1
Fix support of augmented assignment with no rvalue. Fixes GH-1.
progval
committed
0960623
Copy full SHA for 0960623
Allow tuple unpacking in return and yield statements (bpo-32117)
Show description for 935227f
progval
committed
935227f
Copy full SHA for 935227f
Update rules according to PEP 492 + fix await.
Show description for 7e8eed6
progval
committed
7e8eed6
Copy full SHA for 7e8eed6
Commits on Jul 7, 2018
Make the dependency on unicode_names2 optional.
progval
committed
1f00721
Copy full SHA for 1f00721
Commits on Jun 20, 2018
Add support for older Rust versions (down to 1.25.0).
progval
committed
844ccfd
Copy full SHA for 844ccfd
Commits on Jun 18, 2018
Fail early (ie. don't backtrack) after a keyword or an indentation error.
progval
committed
b112e46
Copy full SHA for b112e46
Commits on Jun 17, 2018
Change license id so it's accepted by crates.io
Show description for 52957a1
progval
committed
52957a1
Copy full SHA for 52957a1
Use better names for spacing-related helpers.
progval
committed
a025ea2
Copy full SHA for a025ea2
Prepare for release.
progval
committed
1d7ea49
Copy full SHA for 1d7ea49
doc.
progval
committed
85cef1e
Copy full SHA for 85cef1e
Optimize spaces2.
progval
committed
46ba4b7
Copy full SHA for 46ba4b7
Add support for \N.
progval
committed
51d26e7
Copy full SHA for 51d26e7
Commits on Jun 16, 2018
Optionally support Python's WTF-8 string litterals.
Show description for cd6159b
progval
committed
cd6159b
Copy full SHA for cd6159b
Various fixes.
progval
committed
7c0354b
Copy full SHA for 7c0354b
Pagination
Previous
Next
You can’t perform that action at this time.