Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// contains filtered or unexported fields
}
A Compiler that can parse files, string table files, or expressions to executable programs.
func NewCompiler ¶
NewCompiler creates a new compiler for use.
func (*Compiler) CompileExpression ¶
CompileExpression compiles an expression so it can be executed by a program.
func (*Compiler) CompileFile ¶
CompileFile compiles the file with the passed path.
Click to show internal directories.
Click to hide internal directories.