Documentation ¶
Overview ¶
Example repl is a simple REPL (read-eval-print loop) for GO using http://github.com/0xfaded/eval to the heavy lifting to implement the eval() part.
The intent here is to show how more to use the library, rather than be a full-featured REPL.
A more complete REPL including command history, tab completion and readline editing is available as a separate package: http://github.com/rocky/go-fish
(rocky) My intent here is also to have something that I can debug in the ssa-debugger tortoise/gub.sh. Right now that can't handle the unsafe package, pointers, and calls to C code. So that let's out go-gnureadline and lineedit.
Click to show internal directories.
Click to hide internal directories.