Mirror of https://github.com/facebook/reason
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
21 hours ago | |
---|---|---|
.github/workflows | 1 week ago | |
bspacks | 3 years ago | |
docs | 2 years ago | |
esy.lock | 3 days ago | |
js | 3 years ago | |
jsoo.esy.lock | 2 years ago | |
nix | 21 hours ago | |
pkg | 5 years ago | |
scripts | 1 year ago | |
src | 3 days ago | |
test | 3 days ago | |
.dune-for-prepublish | 3 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 2 weeks ago | |
.npmignore | 3 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
HISTORY.md | 4 days ago | |
LICENSE.txt | 5 years ago | |
Makefile | 3 days ago | |
ORIGINS.md | 5 years ago | |
PLAN | 3 years ago | |
README.md | 2 years ago | |
azure-pipelines.yml | 1 year ago | |
dune | 5 months ago | |
dune-project | 21 hours ago | |
esy.json | 3 days ago | |
esy.lock.json | 5 years ago | |
flake.lock | 4 days ago | |
flake.nix | 4 weeks ago | |
jsoo.json | 3 years ago | |
package-lock.json | 2 weeks ago | |
package.json | 2 weeks ago | |
reason.json | 3 days ago | |
reason.opam | 21 hours ago | |
rtop.json | 21 hours ago | |
rtop.opam | 21 hours ago |
README.md
Reason
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems.
Latest Releases:
User Documentation
The Reason user docs live online at https://reasonml.github.io. The repo for those Reason docs lives at github.com/reasonml/reasonml.github.io
Docs links for new users:
Contributing:
npm install -g esy@next
git clone https://github.com/facebook/reason.git
cd reason
esy
esy test # Run the tests
Contributor Documentation:
The docs/
directory in this repo contains documentation for
contributors to Reason itself (this repo).
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!