package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.6.0.tgz
md5=d4d729804bc509bca0ac6223e06f7314

Description

Reason gives OCaml a new syntax that is remniscient of languages like JavaScript. It's also the umbrella project for a set of tools for the OCaml & JavaScript ecosystem.

Tags

syntax

Published: 09 Mar 2020

README

Reason

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

Latest Releases:

Getting Started

Community

Roadmap & Contribution

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!