brownplt / lambda-py

Other
58 stars 10 forks source link

else clause is being ignored in for loops #45

Closed amtriathlon closed 11 years ago

amtriathlon commented 11 years ago

Right away from parsing, It is not even included in the abstract syntax:

;loops [PyWhile (test : PyExpr) (body : PyExpr) (orelse : PyExpr)] [PyFor (target : PyExpr) (iter : PyExpr) (body : PyExpr)]