core

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 NewInterpreter

func NewInterpreter(l *lexer.Lexer, cancel context.CancelFunc) *Interpreter

func (*Interpreter) Check

func (i *Interpreter) Check() bool

func (*Interpreter) SetEnvSize

func (i *Interpreter) SetEnvSize(size int)

func (*Interpreter) SetPoolSize

func (i *Interpreter) SetPoolSize(size int)

func (*Interpreter) Start

func (i *Interpreter) Start()

type Parser

type Parser struct {
}

func NewCoreParser

func NewCoreParser() *Parser

func (*Parser) Parse

func (c *Parser) Parse(l *lexer.Lexer) ast.ASTree

Jump to

Keyboard shortcuts

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