Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Berlin
- Sign in to view email
Popular repositories
-
-
Forked from jwasham/coding-interview-university
A complete daily plan for studying to become a Google software engineer.
-
-
-
Forked from python/bedevere
A bot to help identify missing information for CPython pull requests
Python
-
Forked from python/the-knights-who-say-ni
CLA enforcement bot for Python organization projects
Python
312 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in python/cpython that received 18 comments
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt
When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with …
- Create a more general way to set context in AST nodes
- Collapse unnecessary alternatives in Simpy Grammar and remove PegenAlias
- Remove unnecessary names in Simpy Grammar
- Refactor EXTRA macro and extract the line and col info out of band
- Change metagrammar to allow for ternary operator
- Refactor various atom rules
- Fix segfault upon parsing of 'raise ...'
- Refactor rules for function definitions and parameters
- Documentation about helper functions and grammar syntax
- Refactor rules for with_stmt
- Make each alternative have its own curly-braced delimited block
- Refactor grammar to use gather operator wherever possible
- Refactorings for all small stmt rules (but assignment)