commit | c5148808a5fbbbf6ae9ae9dd33c474ab1443c677 | [log] [tgz] |
---|---|---|
author | Ariya Hidayat <ariya.hidayat@gmail.com> | Wed Aug 24 21:41:27 2016 -0700 |
committer | Ariya Hidayat <ariya.hidayat@gmail.com> | Wed Aug 31 20:22:46 2016 -0700 |
tree | 5c9327fa2ce3b387b4afef525af00ab3b9568519 | |
parent | 6aa394475158003186a86fe52a43a89e15bbc533 [diff] |
Implement support for ES2016's exponentiation expression Fixes #1490 Closes gh-1523
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, Nashorn, and Node.js.
For more information, check the web site esprima.org.