0.0.5 • Published 12 months ago

rescript-repl v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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
0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago