mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
447 stars 20 forks source link

Reject unsupported scope (fixes #602) #612

Closed arai-a closed 4 years ago

arai-a commented 4 years ago

We don't yet support several syntax that affects scope. Without lazy functions, most of those syntax are rejected by emitter.

Lazy function's body isn't handled by emitter, and we need to reject them in scope analysis.