diff --git a/repl.go b/repl.go index 12722d4..22f1438 100644 --- a/repl.go +++ b/repl.go @@ -15,7 +15,6 @@ import ( "golang.org/x/term" ) -// TODO: somehow redirect stdout to the terminal. func REPL() error { var ( state = vm.NewState()