Remove unnecessary grammar decorations and change header (GH-20819)
This commit is contained in:
parent
60c2a810e3
commit
b4282dd150
|
@ -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…
Reference in New Issue