hjs: JavaScript Parser

[ bsd3, compilers-interpreters, library, program ] [ Propose Tags ]
Versions [RSS] 0.1, 0.2, 0.2.1
Dependencies array, base (>=3), bytestring, containers, directory, mtl, parsec (>=2.0), regex-compat (>=0.71) [details]
License BSD-3-Clause
Copyright Mark Wassell 2007
Author Mark Wassell
Maintainer Mark Wassell <mwassell@bigpond.net.au>
Category Compilers/Interpreters
Home page http://www.haskell.org/haskellwiki/Libraries_and_tools/HJS
Uploaded by GwernBranwen at 2008-04-03T03:55:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hjs
Downloads 2656 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hjs-0.2.1

[back to package description]
HJS - Haskell JavaScript 

Many examples in the testsuite taken from http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference

This is a development version; don't expect everything to work and to be clear.

Documentation can be found at http://www.haskell.org/haskellwiki/Libraries_and_tools/HJS

Installation
=============

runhaskell.exe Setup.hs configure
runhaskell.exe Setup.hs build

Quick test after build:

dist\build\hjs\hjs.exe .\testsuite\0_helloworld.js

To package up for Hackage (sdist doesn't work)

tar cvf hjs-0.2.tar hjs-0.2
gzip hjs-0.2.tar