Small changes to document some of the complexity.

This commit is contained in:
rocky
2019-06-23 20:00:00 -04:00
parent 69823af553
commit e26c7407a0
4 changed files with 12 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ class Python3Parser(PythonParser):
ifelsestmtc ::= testexpr c_stmts_opt JUMP_ABSOLUTE else_suitec
ifelsestmtc ::= testexpr c_stmts_opt jump_absolute_else else_suitec
# "if"/"else" statement that ends in a RETURN
ifelsestmtr ::= testexpr return_if_stmts returns
ifelsestmtl ::= testexpr c_stmts_opt JUMP_BACK else_suitel