Stable version 2.4.1.

Refs #1202
4 files changed
tree: 51c6cff40b89070e79a95002c8ad272270dec5d4
  1. bin/
  2. examples/
  3. test/
  4. tools/
  5. .editorconfig
  6. .eslintrc
  7. .gitignore
  8. .jscs.json
  9. .npmignore
  10. .travis.yml
  11. bower.json
  12. ChangeLog
  13. component.json
  14. CONTRIBUTING.md
  15. esprima.js
  16. LICENSE.BSD
  17. package.json
  18. README.md
  19. unit-tests.js
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.