Popularity
5.3
Growing
Activity
0.0
Stable
10
4
1

Monthly Downloads: 3
Programming language: Haskell
License: BSD 2-clause "Simplified" License
Tags: Language    

ecma262 alternatives and similar packages

Based on the "Language" category.
Alternatively, view ecma262 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ecma262 or a related project?

Add another 'Language' Package

README

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.