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 }}
codingbowoo
/
RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
parser
src
parser.rs
on
function_attributes
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2019
Add return annotation and fix tests in parser.
windelbouwman
committed
f7a2225
View commit details
Copy full SHA for f7a2225
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
rustfmt
0b01
committed
ec93c55
View commit details
Copy full SHA for ec93c55
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Move f-string parser into own module and clean up a bit
OddCoincidence
committed
d6e317b
View commit details
Copy full SHA for d6e317b
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Replace most relative imports with 2018-style crate
OddCoincidence
committed
df76ffe
View commit details
Copy full SHA for df76ffe
View code at this point
Browse repository at this point
Merge pull request #458 from ZapAnton/2018_edition
Show description for e058179
windelbouwman
authored
e058179
View commit details
Copy full SHA for e058179
View code at this point
Browse repository at this point
Commits on Feb 16, 2019
support format specs in f-strings
OddCoincidence
committed
134c3b9
View commit details
Copy full SHA for 134c3b9
View code at this point
Browse repository at this point
convert f-string parser to state machine
OddCoincidence
committed
5968c4d
View commit details
Copy full SHA for 5968c4d
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Fix f-string edge case and add more tests
OddCoincidence
committed
fb4d55b
View commit details
Copy full SHA for fb4d55b
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Migrated the project to the Rust 2018 edition
ZapAnton
committed
f1654cb
View commit details
Copy full SHA for f1654cb
View code at this point
Browse repository at this point
Fix tests
OddCoincidence
committed
bc4e48a
View commit details
Copy full SHA for bc4e48a
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fstrings
OddCoincidence
committed
4ca3d3b
View commit details
Copy full SHA for 4ca3d3b
View code at this point
Browse repository at this point
fix another edge case
OddCoincidence
committed
7d743de
View commit details
Copy full SHA for 7d743de
View code at this point
Browse repository at this point
fstrings
OddCoincidence
committed
400ad80
View commit details
Copy full SHA for 400ad80
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Fix tests
jordy25519
committed
570b284
View commit details
Copy full SHA for 570b284
View code at this point
Browse repository at this point
Create error types for parser and compiler
Show description for 4453c3e
jordy25519
committed
4453c3e
View commit details
Copy full SHA for 4453c3e
View code at this point
Browse repository at this point
Commits on Nov 4, 2018
Add builtin oct function. Add weakref.ref class.
windelbouwman
committed
5ffb20b
View commit details
Copy full SHA for 5ffb20b
View code at this point
Browse repository at this point
Add tilde unary operator in syntax.
windelbouwman
committed
9364902
View commit details
Copy full SHA for 9364902
View code at this point
Browse repository at this point
Implemented hexadecimal, octal and binary literals. Also use bigint in the lexer to store big integer literals.
windelbouwman
committed
17fc5a2
View commit details
Copy full SHA for 17fc5a2
View code at this point
Browse repository at this point
Commits on Nov 2, 2018
Removal of ToRust trait to prevent incorrect str representation
windelbouwman
committed
b7a0b0f
View commit details
Copy full SHA for b7a0b0f
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Add support for if-filters in list comprehensions.
windelbouwman
committed
29ce0cf
View commit details
Copy full SHA for 29ce0cf
View code at this point
Browse repository at this point
Add raw strings to lexer. Add line break continuation to lexer.
windelbouwman
committed
b03dd62
View commit details
Copy full SHA for b03dd62
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
Reduce lalrpop generated code size by about half. Relates to issue #173.
windelbouwman
committed
940c41b
View commit details
Copy full SHA for 940c41b
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Add parsing for star arg parameters.
windelbouwman
committed
ae768c7
View commit details
Copy full SHA for ae768c7
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Modify ast regarding keyword arguments.
windelbouwman
committed
e92ba94
View commit details
Copy full SHA for e92ba94
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Generalize comprehensions for list, dict and set.
windelbouwman
committed
96d35ad
View commit details
Copy full SHA for 96d35ad
View code at this point
Browse repository at this point
Change target of for loops into single expression.
windelbouwman
committed
c9aa103
View commit details
Copy full SHA for c9aa103
View code at this point
Browse repository at this point
Initial variant of list comprehensions
windelbouwman
committed
6105a83
View commit details
Copy full SHA for 6105a83
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Minor change to keyword arguments in function call
windelbouwman
committed
7728ee1
View commit details
Copy full SHA for 7728ee1
View code at this point
Browse repository at this point
Commits on Oct 14, 2018
Add decorator functionality
windelbouwman
committed
3eafcbe
View commit details
Copy full SHA for 3eafcbe
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Accept slices to function calls
Show description for 23910f7
OddBloke
committed
23910f7
View commit details
Copy full SHA for 23910f7
View code at this point
Browse repository at this point
Commits on Sep 9, 2018
Add tuple packing/unpacking assignment. (tuples only)
cthulahoops
committed
a14b776
View commit details
Copy full SHA for a14b776
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Fix and expand function parsing Rust tests
OddBloke
committed
ad0d03b
View commit details
Copy full SHA for ad0d03b
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Update and expand Rust tests for function parsing
OddBloke
committed
cb173c1
View commit details
Copy full SHA for cb173c1
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
Introduce LocatedStatement after idea from review
windelbouwman
committed
c2550ad
View commit details
Copy full SHA for c2550ad
View code at this point
Browse repository at this point
Add location to statement ast type
windelbouwman
committed
4897e10
View commit details
Copy full SHA for 4897e10
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.