Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/interpret
An interpreter for executing un-trusted Esprima Parse Trees with powerful extensibility to aid asynchronous programming
https://github.com/forbeslindesay/interpret
Last synced: 16 days ago
JSON representation
An interpreter for executing un-trusted Esprima Parse Trees with powerful extensibility to aid asynchronous programming
- Host: GitHub
- URL: https://github.com/forbeslindesay/interpret
- Owner: ForbesLindesay
- License: mit
- Created: 2013-07-22T17:07:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T19:05:11.000Z (over 7 years ago)
- Last Synced: 2024-10-20T04:40:47.069Z (24 days ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interpret
An interpreter for executing un-trusted Esprima Parse Trees with powerful extensibility to aid asynchronous programming
[![Build Status](https://img.shields.io/travis/ForbesLindesay/interpret/master.svg)](https://travis-ci.org/ForbesLindesay/interpret)
[![Dependency Status](https://img.shields.io/david/ForbesLindesay/interpret.svg)](https://david-dm.org/ForbesLindesay/interpret)
[![NPM version](https://img.shields.io/npm/v/interpret.svg)](https://www.npmjs.com/package/interpret)## Installation
npm install interpret
## License
MIT