bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Fall through testing is incomplete #29

Open bobjervis opened 8 years ago

bobjervis commented 8 years ago

There is a test in the code gen to generate a return at end of function if the code above it falls through. This testing is incomplete, in that there will be for statements that contain an embedded 'break' statement but that is not recognized as such, so the return does not get generated when it should.