Documentation ¶ Index ¶ type Interpreter func New(builder builder.Builder, compiler compiler.Compiler) Interpreter func (i Interpreter) Interpret(ctx context.Context, main string, debug bool) *compiler.Error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interpreter ¶ type Interpreter struct { // contains filtered or unexported fields } func New ¶ func New( builder builder.Builder, compiler compiler.Compiler, ) Interpreter func (Interpreter) Interpret ¶ func (i Interpreter) Interpret(ctx context.Context, main string, debug bool) *compiler.Error Source Files ¶ View all Source files interpreter.go Directories ¶ Show internal Expand all Path Synopsis adapter Click to show internal directories. Click to hide internal directories.