Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + type CompiledScript struct + Code []uint32 + Name string + Offset int + type Compiler struct + func NewCompiler(source string) *Compiler + func (c *Compiler) Compile() (*scripting.COB, error)