repl

package
v0.0.0-...-d41cebe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package repl implements a REPL (read-eval-print loop) for otto.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DebuggerHandler

func DebuggerHandler(vm *otto.Otto)

DebuggerHandler implements otto's debugger handler signature, providing a simple drop-in debugger implementation.

func Run

func Run(vm *otto.Otto) error

Run creates a REPL with the default prompt and no prelude.

func RunWithPrelude

func RunWithPrelude(vm *otto.Otto, prelude string) error

RunWithPrelude runs a REPL with the default prompt and the given prelude.

func RunWithPrompt

func RunWithPrompt(vm *otto.Otto, prompt string) error

RunWithPrompt runs a REPL with the given prompt and no prelude.

func RunWithPromptAndPrelude

func RunWithPromptAndPrelude(vm *otto.Otto, prompt, prelude string) error

RunWithPromptAndPrelude runs a REPL with the given prompt and prelude.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL