Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) | Pablo Galindo | 2020-04-27 | 1 | -11/+10 |
| | | | This commit also allows to pass flags to the new parser in all interfaces and fixes a bug in the parser generator that was causing to inline rules with actions, making them disappear. | ||||
* | bpo-40334: Improve various PEG-Parser related stuff (GH-19669) | Lysandros Nikolaou | 2020-04-23 | 1 | -1/+1 |
| | | | The changes in this commit are all related to @vstinner's original review comments of the initial PEP 617 implementation PR. | ||||
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+134 |
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> |