cpython/Lib/test/test_peg_generator
Guido van Rossum b45af1a569
Add soft keywords (GH-20370)
These are like keywords but they only work in context; they are not reserved except when there is an exact match.

This would enable things like match statements without reserving `match` (which would be bad for the `re.match()` function and probably lots of other places).

Automerge-Triggered-By: @gvanrossum
2020-05-26 10:58:44 -07:00
..
__init__.py
__main__.py
test_c_parser.py Add soft keywords (GH-20370) 2020-05-26 10:58:44 -07:00
test_first_sets.py
test_pegen.py bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) 2020-05-09 21:34:50 -07:00