cpython/Parser/pegen
Shantanu 603d354626
bpo-40493: fix function type comment parsing (GH-19894)
The grammar for func_type_input rejected things like `(*t1) ->t2`. This fixes that.

Automerge-Triggered-By: @gvanrossum
2020-05-03 22:08:14 -07:00
..
parse.c bpo-40493: fix function type comment parsing (GH-19894) 2020-05-03 22:08:14 -07:00
parse_string.c bpo-40334: Add support for feature_version in new PEG parser (GH-19827) 2020-04-30 20:27:52 -07:00
parse_string.h
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 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) 2020-05-04 01:20:09 +01:00
pegen.h bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) 2020-05-01 14:13:43 +01:00