Key |
Value |
author |
Andreas Kupries |
build::by |
andreask |
build::date |
2013-06-27 |
description |
Base class for a linenoise-based read-eval-print-loop. Essentially an object-oriented equivalent of 'linenoise::cmdloop' provided by the core 'linenoise' package/binding. Customize the command loop by sub-classing. |
entity |
package |
location |
https://core.tcl.tk/akupries/linenoise-utilities |
platform |
tcl |
require |
Tcl -require {8.5 {}}
TclOO
linenoise
oo::util
|
subject |
command loop repl read eval print loop command dispatcher linenoise line editor readline editline edit line tty console terminal read line line reader |
summary |
Object-oriented linenoise-based read-eval-print-loop. |