annotate-esprima/scripts/lib/esprima-master
2014-04-15 11:04:48 +02:00
..
assets Initial commit 2014-04-15 11:04:48 +02:00
bin Initial commit 2014-04-15 11:04:48 +02:00
examples Initial commit 2014-04-15 11:04:48 +02:00
tools Initial commit 2014-04-15 11:04:48 +02:00
.eslintrc Initial commit 2014-04-15 11:04:48 +02:00
.gitignore Initial commit 2014-04-15 11:04:48 +02:00
.jscs.json Initial commit 2014-04-15 11:04:48 +02:00
.npmignore Initial commit 2014-04-15 11:04:48 +02:00
.travis.yml Initial commit 2014-04-15 11:04:48 +02:00
bower.json Initial commit 2014-04-15 11:04:48 +02:00
ChangeLog Initial commit 2014-04-15 11:04:48 +02:00
component.json Initial commit 2014-04-15 11:04:48 +02:00
CONTRIBUTING.md Initial commit 2014-04-15 11:04:48 +02:00
esprima.js Initial commit 2014-04-15 11:04:48 +02:00
index.html Initial commit 2014-04-15 11:04:48 +02:00
LICENSE.BSD Initial commit 2014-04-15 11:04:48 +02:00
package.json Initial commit 2014-04-15 11:04:48 +02:00
README.md Initial commit 2014-04-15 11:04:48 +02:00

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.