/REAPL

ReasonML REPL

Primary LanguageReasonMIT LicenseMIT

REAPL

ReasonML REPL

A simple, incomplete REPL for ReasonML that takes in a list of Reason packages, NPM packages, and code.

Usage

  1. Clone this repo, and run yarn.
  2. Go one level above this directory and run bsb -init sandbox -theme basic-reason. This will create a directory called sandbox with a basic reason project. 3.cd into sandbox and run yarn.
  3. go into the REAPL directory and run yarn clean && yarn build && yarn start:server
  4. Visit the URL shown on screen.