Module repl

Source
Expand description

§REPL

Defines a Read-Eval-Print-Loop (REPL) for the Monkey programming language.

Functions§

start
Runs a simple Read-Eval-Print-Loop (REPL) for the user to run Monkey code.