WebBits-0.9.3: JavaScript analysis tools

WebBits.JavaScript.Environment

Synopsis

Documentation

staticEnvironment :: [Statement SourcePos] -> ([Statement Ann], Env, Int)Source

Annotates each expression with its static environment. In addition, a map of free identifiers is returned, along with the next valid label.