koneko-0.0.2: a concatenative not-quite-lisp for kittens
Safe HaskellNone
LanguageHaskell2010

Koneko.Repl

Synopsis

Documentation

repl :: Context -> Stack -> IO () Source #

repl' :: Bool -> Text -> Context -> Stack -> IO Stack Source #

NB: when an exception is caught during the evaluation of a line, the exeption is printed and the repl continues with the stack reset to what it was before that line; however, any definitions that were added to a module before the exception occurred will have taken effect.