Eric Foster 35b96bc934 initial commit | 6 gadus atpakaļ | |
---|---|---|
.. | ||
bin | 6 gadus atpakaļ | |
doc | 6 gadus atpakaļ | |
examples | 6 gadus atpakaļ | |
test | 6 gadus atpakaļ | |
.eslintrc | 6 gadus atpakaļ | |
.npmignore | 6 gadus atpakaļ | |
ChangeLog | 6 gadus atpakaļ | |
LICENSE.BSD | 6 gadus atpakaļ | |
README.md | 6 gadus atpakaļ | |
component.json | 6 gadus atpakaļ | |
esprima.js | 6 gadus atpakaļ | |
index.html | 6 gadus atpakaļ | |
package.json | 6 gadus atpakaļ |
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.
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 and Node.js.
For more information, check the web site esprima.org.