1.0.10 • Published 2 months ago

js-interpreter-npm v1.0.10

Weekly downloads
166
License
Apache-2.0
Repository
github
Last release
2 months 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

2 months ago

1.0.8

2 months ago

1.0.10

2 months ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago