About

Metadata

  • Last updated , by ArjunGuha
  • License LicenseRef-LGPL
  • Maintained by: Arjun Guha <arjun@cs.brown.edu>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

WebBits is a collection of libraries for working with JavaScript embeded in HTML files. Highlights include:

  • BrownPLT.JavaScript.Crawl returns all JavaScript in an HTML page, including JavaScript from imported script files (<script src=...>).

  • BrownPLT.JavaScript.Environment annotates JavaScript syntax with its static environment and returns a list of free identifiers.

  • BrownPLT.Html.Parser is a permissive HTML parser.