0.0.8-dev • Published 5 years ago

napkinscript v0.0.8-dev

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

napkinscript Build Status Build status

Getting Started

Install napkinscript using yarn:

yarn add --dev napkinscript

Or npm:

npm install --save-dev napkinscript

Update 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.1

Dev workflow

Run the tests

make test

Debug a file

# edit file.js in the root of the project
make debug
0.0.8-dev

5 years ago

0.0.7-dev

5 years ago

0.0.6-dev

5 years ago

0.0.5-dev

5 years ago

0.0.4-dev

5 years ago

0.0.3-dev

5 years ago

0.0.2-dev

5 years ago

0.0.1-dev

5 years ago