0.0.8-dev • Published 7 years ago
napkinscript v0.0.8-dev
napkinscript

Getting Started
Install napkinscript using yarn:
yarn add --dev napkinscriptOr npm:
npm install --save-dev napkinscriptUpdate your bsconfig.json:
"pp-flags": "napkinscript",Note: if you still need an 4.02.3 ast, add:
"pp-flags": "napkinscript -ancient",Dev Setup
Required:
- NodeJS
- Ocaml 4.06.1
- OS: Mac/Linux
git clone git@github.com:IwanKaramazow/napkinscript.git
cd napkinscript
npm install
opam switch create 4.06.1Dev workflow
Run the tests
make testDebug a file
# edit file.js in the root of the project
make debug