1.0.10 • Published 1 year ago

js-interpreter-npm v1.0.10

Weekly downloads
166
License
Apache-2.0
Repository
github
Last release
1 year ago

NPM package for Neil Fraser's JS Interpreter

This is an NPM version of the JS interpreter by NeilFraser.

Usage

In node:

const Interpreter = require('js-interpreter-npm')
const acorn = require('js-interpreter-npm/acorn') // If you need acorn directly

In the browser (usage is identical to using js-interpreter directly):

<script src="acorn.js"></script>
<script src="interpreter.js"></script>
1.0.9

1 year ago

1.0.8

1 year ago

1.0.10

1 year ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago