-
Notifications
You must be signed in to change notification settings - Fork 29
Issues: RustPython/Parser
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Consolidate parsing of
Expr::Name
in TypeAliasName
, MatchName
, and Atom<Goal>
#98
opened Jul 14, 2023 by
zanieb
Consider using
Box
on type parameters to reduce statement allocation size
#94
opened Jul 11, 2023 by
zanieb
Illegal "yield (from)" python syntax accepted
bug
Something isn't working
#89
opened Jun 13, 2023 by
charliermarsh
Reject generator without parenthesis
bug
Something isn't working
#87
opened Jun 13, 2023 by
youknowone
Hundread of files that are properly parsed(or not) in opposite to Python 3.11.2
#66
opened May 22, 2023 by
qarmin
Use of abbreviations and jargon
question
Further information is requested
#52
opened May 17, 2023 by
MichaReiser
Investigate alternate PHF algorithms for detecting keywords
optimization
Relating to optimizations for the Parser.
#51
opened May 17, 2023 by
DimitrisJim
borrowed ast and default builtin types to immutable - String -> Box<str> etc
#26
opened May 14, 2023 by
youknowone
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.