%TOC% ---++ Features [[EcmaScriptFront][ECMAScript-front]] is a package you can use to generate or transform [[EcmaScript][ECMAScript]] Edition 4 (also known as JavaScript) code. ---++ Download ---+++ Stable Releases Currently, no stable releases are available. ---+++ Latest Developments Distributions (tarball, rpm, srpm) of the head revision are created continuously: * http://hydra.nixos.org/jobset/strategoxt/ecmascript-front-trunk The distributions contain the latest of the latest developments, but if you really want to, the latest sources can be checked out using:
  svn checkout %SVNROOT%/ecmascript/ecmascript-front/trunk
Before you can configure the package as described above you have to run the =./bootstrap= script. ---+++ Installation ECMAScript-front requires: * [[%DIST%/sdf2-bundle-unstable-latest/][Latest unstable release of sdf2-bundle]] * [[%DIST%/strategoxt-unstable-latest/][Latest unstable release of strategoxt]] Install ECMAScript-front package with the usual sequence of commands: $ ./configure $ make $ make install You might need to set your =PKG_CONFIG_PATH= if you did not install the dependencies in a standard location. Configure will tell you to do this if it cannot find aterm, sdf, or strategoxt. ---++ Project Info ---+++ Issue Tracking We use JIRA to keep track of issues. Please report any issues that you encounter! * %ISSUE%/ES ---+++ People Contributors: * [[http://www.cs.uu.nl/people/martin/][Martin Bravenboer]] * [[http://calculist.blogspot.com/][Dave Herman]] ---+++ Source Repository The sources are available from Subversion: * https://svn.strategoxt.org/repos/ecmascript/ecmascript-front/ ---+++ Build Status You can track the status of automatic builds at: * http://nix.cs.uu.nl/dist/stratego/full-status-ecmascript-front.html