BuckleScript User Manual
Table of Contents
BuckleScript is a backend for the OCaml compiler which emits JavaScript. It works with both vanilla OCaml and Reason, the whole compiler is compiled into JS (and ASM) so that you can play with it in the browser.
Note
|
Documentation under bucklescript.github.io match the master branch. If you find errors or omissions in this document, please don’t hesitate to submit an issue, sources are here. |
There is a small library that comes with bs-platform
, its documentation is
here.