asm-js / validator

A reference validator for asm.js.
Apache License 2.0
1.78k stars 148 forks source link

block scope #11

Closed dherman closed 11 years ago

dherman commented 11 years ago

Allow var declarations nested in blocks, as long as their definition dominates uses and they aren't used in outer blocks.

dherman commented 11 years ago

we decided to wait on this till we think it actually matters