REPL

Browse docs

The repl command starts an interactive shell. It is the equivalent of simply running lua, but with nice modern features.

Usage

Simply run the repl command as so:

lde repl

Here’s how it’ll look:

repl

Features

  • Syntax Highlighting
  • Line Editing
  • Command History
  • Autocompletion of globals and table fields
  • Pretty printing of table values