commit | c951c59232f59f1e0235725103f8636fe2f580f7 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Thu Oct 29 15:04:27 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Thu Oct 29 15:04:27 2009 -0700 |
tree | e1059a9401d7ff923b8440ee9b054d1ab81484ed | |
parent | 0163f77a831e915bcbb7b18cde486d2b081da478 [diff] |
Add support for the continue statement Add error check for a break statement that's not inside a loop. (We just generated bad code before. Oops!)