Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// Configuration
InputFiles []string
OutputFile string
Verbose bool
Optimize bool
// contains filtered or unexported fields
}
func NewCompiler ¶
NewCompiler creates a new instance of the ClockWise compiler
func NewSingleFileCompiler ¶
NewSingleFileCompiler creates a compiler for a single input file (backward compatibility)
func (*Compiler) Compile ¶
Compile compiles the input files to the output file using GoSE backend (direct to binary)
func (*Compiler) SetVerbose ¶
SetVerbose sets the verbose flag
Click to show internal directories.
Click to hide internal directories.