cpython/Parser/pegen
Shantanu c116c94ff1
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
2020-05-27 21:30:38 +01:00
..
parse.c bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) 2020-05-25 20:17:12 +01:00
parse_string.c bpo-40614: Respect feature version for f-string debug expressions (GH-20196) 2020-05-27 21:30:38 +01:00
parse_string.h bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) 2020-05-07 11:37:51 +01:00
peg_api.c bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) 2020-05-01 18:30:51 +01:00
pegen.c Refactor error handling code in Parser/pegen/pegen.c (GH-20440) 2020-05-27 09:04:11 -07:00
pegen.h Fix lookahead of soft keywords in the PEG parser (GH-20436) 2020-05-26 16:15:52 -07:00