Deprecated

WebBits

JavaScript analysis tools

http://github.com/brownplt/webbits

Latest on Hackage:2.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Arjun Guha, Claudiu Saftoiu, Spiridon Eliopoulos and Andrey Chudnov
Maintained by Andrey Chudnov

WebBits is a collection of libraries for working with JavaScript, contains a parser, a pretty-printer and a lexical environment analyser. The original author of the package is the PLT group of Brown University (http://www.cs.brown.edu/research/plt/). Changes since version 2.1: the syntax of the try-catch-finally statement has been changed in accordance to the ECMAScript specification -- now it only has at most one catch clause. The original test-suite needs updating to support the current test system: patches are welcome.