Stable version 1.2.5.

Refs #1083
Closes #1085
4 files changed
tree: 74d1a592acc564d7705625c9fa9ae151130894d2
  1. assets/
  2. bin/
  3. demo/
  4. doc/
  5. examples/
  6. test/
  7. tools/
  8. .eslintrc
  9. .gitignore
  10. .jscs.json
  11. .npmignore
  12. .travis.yml
  13. bower.json
  14. ChangeLog
  15. component.json
  16. CONTRIBUTING.md
  17. esprima.js
  18. index.html
  19. LICENSE.BSD
  20. package.json
  21. 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.