estools / esvalid

confirm that a SpiderMonkey format AST represents an ECMAScript program
26 stars 7 forks source link

detect invalid continue/break labels #4

Closed michaelficarra closed 10 years ago

michaelficarra commented 10 years ago

Labels need to exist as ancestors of continue/break.