Python 3: "and" doesn't have optional come_from

This commit is contained in:
rocky
2016-10-05 03:34:29 -04:00
parent 0df2c8b4bb
commit 649e4518fe
4 changed files with 5 additions and 2 deletions

View File

@@ -454,7 +454,6 @@ class PythonParser(GenericASTBuilder):
_mklambda ::= mklambda
or ::= expr jmp_true expr come_from_opt
and ::= expr jmp_false expr come_from_opt
and2 ::= _jump jmp_false COME_FROM expr COME_FROM
expr ::= conditional