https://github.com/enspirit/bs-js-interpreter
BuckleScript bindings for JSInterpreter.js
https://github.com/enspirit/bs-js-interpreter
Last synced: about 2 months ago
JSON representation
BuckleScript bindings for JSInterpreter.js
- Host: GitHub
- URL: https://github.com/enspirit/bs-js-interpreter
- Owner: enspirit
- Created: 2019-10-14T13:36:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T13:42:05.000Z (over 5 years ago)
- Last Synced: 2025-02-17T22:16:07.893Z (2 months ago)
- Language: OCaml
- Size: 48.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bs-js-interpreter
[BuckleScript](https://bucklescript.github.io) bindings for [js-interpreter](https://github.com/NeilFraser/JS-Interpreter).
# Usage
```reasonml
JSInterpreter.eval("JSON.stringify(Some JS code to run.)");
```# Developers section
First and formost, configure your environment with `npm install`.
Specific BuckleScript aliases (`clean`, `build`, `watch`, `test`...) are defined
in the `package.json` file to be used with `npm run [alias]`.