mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
* Add to the peg generator a new directive ('&&') that allows to expect
a token and hard fail the parsing if the token is not found. This
allows to quickly emmit syntax errors for missing tokens.
* Use the new grammar element to hard-fail if the ':' is missing before
suites.
|
||
|---|---|---|
| .. | ||
| asdl_highlight.py | ||
| c_annotations.py | ||
| escape4chm.py | ||
| glossary_search.py | ||
| patchlevel.py | ||
| peg_highlight.py | ||
| pyspecific.py | ||
| suspicious.py | ||