commit | 21100ab2798ec928c2e9fae89d7706be25fcf778 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 04 16:40:54 2020 -0700 |
committer | GitHub <noreply@github.com> | Sat Sep 05 00:40:54 2020 +0100 |
tree | 23cded69d577cbcadb3d0cbf1152c0c69c709b96 | |
parent | d64d78be20ced6ac9de58e91e69eaba184e36e9b [diff] [blame] |
Remove unnecessary grammar decorations and change header (GH-20819) (GH-22101) (cherry picked from commit b4282dd15079ed46edc9d382b21422320a0af94f) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
diff --git a/Grammar/python.gram b/Grammar/python.gram index 44d435c..334a7f5 100644 --- a/Grammar/python.gram +++ b/Grammar/python.gram
@@ -1,6 +1,5 @@ -# Simplified grammar for Python +# PEG grammar for Python -@bytecode True @trailer ''' void * _PyPegen_parse(Parser *p)