...

Package repl

import "github.com/chenzhuoyu/iasm/repl"
Overview
Index

Overview ▾

Variables

HistoryFile is the file that saves the REPL history, defaults to "~/.iasmhistory".

var HistoryFile = path.Clean(os.ExpandEnv("$HOME/.iasmhistory"))

type IASM

IASM is the interactive REPL.

type IASM struct {
    // contains filtered or unexported fields
}

func (*IASM) Start

func (self *IASM) Start()

Start starts a new REPL session.