Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.79 KB

README.md

File metadata and controls

39 lines (21 loc) · 2.79 KB

Reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems.

Build Status CircleCI Chat

Latest Releases:

native esy package on npm

Documentations

Go to https://github.com/reasonml/reasonml.github.io to contribute to the Reason documentation.

Codebase

See the src folder's README.

Programmatically Using Reason Parser From JavaScript:

See USING_PARSER_PROGRAMMATICALLY.md

License

See Reason license in LICENSE.txt.

Works that are forked from other projects are under their original licenses.

Credit

The general structure of refmt repo was copied from whitequark's m17n project, including parts of the README that instruct how to use this with the OPAM toolchain. Thank you OCaml!