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

@@ -175,6 +175,7 @@ class Python26Parser(Python2Parser):
iflaststmt ::= testexpr_then c_stmts_opt JUMP_ABSOLUTE come_froms POP_TOP
iflaststmt ::= testexpr c_stmts_opt JUMP_ABSOLUTE come_froms POP_TOP
# "if"/"else" statement that ends in a RETURN
ifelsestmtr ::= testexpr_then return_if_stmts returns
testexpr_then ::= testtrue_then