From b4282dd15079ed46edc9d382b21422320a0af94f Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Fri, 12 Jun 2020 00:51:44 +0100 Subject: Remove unnecessary grammar decorations and change header (GH-20819) --- Grammar/python.gram | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Grammar/python.gram b/Grammar/python.gram index 745c14e..0dfbeb9 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) -- cgit v0.12