Grammar lint adjustments

This commit is contained in:
rocky
2022-05-06 03:02:30 -04:00
parent f5043408ec
commit 92b8d9c508
4 changed files with 7 additions and 5 deletions

View File

@@ -138,7 +138,6 @@ class Python38Parser(Python37Parser):
# while1elsestmt ::= l_stmts JUMP_BACK
whileTruestmt ::= _come_froms l_stmts JUMP_BACK POP_BLOCK
while1stmt ::= _come_froms l_stmts COME_FROM_LOOP
while1stmt ::= _come_froms l_stmts COME_FROM JUMP_BACK COME_FROM_LOOP
whileTruestmt38 ::= _come_froms l_stmts JUMP_BACK
whileTruestmt38 ::= _come_froms l_stmts JUMP_BACK COME_FROM_EXCEPT_CLAUSE