Home > JsLib

JsLib

JsLib is a project mainly written in Haskell, based on the View license.

Jsλib: strict ECMAScript (JavaScript) edition 5 parser library for Haskell

Jsλib

Strict ECMAScript edition 5 (JavaScript) parser library for Haskell.

  • Implemented: full grammar specification. Altough not thoroughly tested yet.
  • Current status: under development

Build instructions

  1. Make sure all dependencies are present:

    cabal install uuagc parsec array pretty

  2. Build Jsλib:

    runhaskell Setup.hs configure

    runhaskell Setup.hs build

  3. Install Jsλib:

    runhaskell Setup.hs install

API Documentation

Generated API docs are available on http://JeanJoskin.github.com/JsLib.

Previous:Musical-Mappings