compiler

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompiledScript

type CompiledScript struct {
	Name   string
	Code   []uint32 // Raw bytecode (opcodes and operands)
	Offset int      // Byte offset in code section
}

CompiledScript represents a compiled script

type Compiler

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

Compiler compiles BOS source code to scripting.COB bytecode

func NewCompiler

func NewCompiler(source string) *Compiler

NewCompiler creates a new compiler

func (*Compiler) Compile

func (c *Compiler) Compile() (*scripting.COB, error)

Compile compiles BOS to scripting.COB

Jump to

Keyboard shortcuts

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