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
Popular repositories
-
-
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
1,010 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 7 comments
bpo-39235: Fix end location for genexp in call args
The fix changes copy_location() to require an extra node from which to extract the end location, and fixing all 5 call sites. https://bugs.python.o…
+10
−8
•
7
comments
- Refactor visit_Alt in the C generator
- Remove TODO.md and notes.md
- Fix bug with starred expression in starred sequence
- Add del_targets
- Do not optimize away asserts in the CI
- Refactor star_targets rules
- Refactor targets rules
- Generate type for NAME, STRING and NUMBER variables
- Support STRING+ atoms and add support multiple string types (but still no f-strings)
- Refactor primary and slices rules
- Allow the C parser to make use of metas for header/footer inclusion
- Refactor rules for class_def and arguments
- Move all test cases to the test_ast_generation file
- Create a more general way to set context in AST nodes