ecma262 alternatives and similar packages
Based on the "Language" category.
Alternatively, view ecma262 alternatives based on common mentions on social networks and blogs.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ecma262 or a related project?
README
ECMA-262 
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.