mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Remove unnecessary grammar decorations and change header (GH-20819)
This commit is contained in:
parent
60c2a810e3
commit
b4282dd150
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# Simplified grammar for Python
|
# PEG grammar for Python
|
||||||
|
|
||||||
@bytecode True
|
|
||||||
@trailer '''
|
@trailer '''
|
||||||
void *
|
void *
|
||||||
_PyPegen_parse(Parser *p)
|
_PyPegen_parse(Parser *p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue