Closed danilopedraza closed 3 months ago
Right now, the correctness of list comprehensions is checked in exec and solved by panicking. This is bad and should be done in the weeder.
exec
Well, this should be observed in a semantic level too. #35
I already fixed this by restricting the syntax of list and set comprehensions. Further checks are semantic.
Right now, the correctness of list comprehensions is checked in
exec
and solved by panicking. This is bad and should be done in the weeder.