Skip to content

JGood9001/rescript-repl

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published