ecma262

Haskell ECMA 262 interpreter


Keywords
language, library, program, Propose Tags, , ecma262-0.0.0.tar.gz, browse, Package description, Package maintainers, FabianBergmark, edit package information , 0.0.0
License
BSD-2-Clause
Install
cabal install ecma262-0.0.0

Documentation

ECMA-262 Build Status

Haskell ECMA 262 interpreter

This package installs an executable ecma262 which takes a filename as its only argument and interprets its content.

To test the interpreter in GHCI, install the package and then use the function runJavaScript source from Language.JavaScript. A small host environment is provided in Language.JavaScript.Host.Console which adds the function console.log. Use runHostedJavaScript source console from Language.JavaScript to try this.