Skip to content

Add lua-readline submodule; Make repl mode readline-ified

Jamie A. Jennings requested to merge Veratil:repl-history into master

Created by: Veratil

For #14 (closed)

This adds a new submodule, lua-readline (MIT license), which generates readline.so and placed in the lib folder. Based on current master branch (not my argparse branch, will rebase when needed).

This uses readline's input prompting to remember previous inputs and allows for recovery of previous inputs.

Merge request reports