cpython/Tools/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
..
data Fix some scripts in the peg generator folder (GH-19853) 2020-05-02 05:23:06 +01:00
peg_extension Fix peg_generator compiler warnings under MSVC (GH-20405) 2020-05-26 05:33:35 +01:00
pegen Add soft keywords (GH-20370) 2020-05-26 10:58:44 -07:00
scripts bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00
.clang-format
.gitignore bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) 2020-05-18 11:27:40 -07:00
Makefile bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00
mypy.ini
pyproject.toml
requirements.pip