/regolith

Go library to build REPLs easily

Primary LanguageGo

regolith

regolith is a REPL library. You can use it to build REPL's with multi-line input.

It extends all functionality from readline. Thus complete readline is supported.

It makes complex REPL much more easy to make.

Usage

TODO: Complete this part

Installation

TODO: Complete this part