0.0.5 • Published 2 years ago

rescript-repl v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ReScript Repl

Run a REPL to execute ReScript code in interactive mode

Installation

npm install rescript-repl -g

Getting Started

  • Start the REPL, run this command within the top level directory of a ReScript project: $ resrepl

Available Commands:

  • .load - Load a Module into the current REPL context
  • .reset - To clear ReScript code saved in the current REPL context
  • .{: - Start Mutliline Mode
  • .}: - End Mutliline Mode
  • Enter any arbitrary string of characters which will be interpreted as ReScript code