Stable version 2.0.0.

https://code.google.com/p/esprima/issues/detail?id=513
6 files changed
tree: 41a73cc494f4d8558092355abeafd29548de3e5c
  1. bin/
  2. examples/
  3. test/
  4. tools/
  5. .eslintrc
  6. .gitignore
  7. .jscs.json
  8. .npmignore
  9. .travis.yml
  10. bower.json
  11. ChangeLog
  12. component.json
  13. CONTRIBUTING.md
  14. esprima.js
  15. LICENSE.BSD
  16. package.json
  17. README.md
README.md

Esprima (esprima.org, BSD license) is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript). Esprima is created and maintained by Ariya Hidayat, with the help of many contributors.

Features

Esprima serves as a building block for some JavaScript language tools, from code instrumentation to editor autocompletion.

Esprima runs on many popular web browsers, as well as other ECMAScript platforms such as Rhino, Nashorn, and Node.js.

For more information, check the web site esprima.org.