Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + type Block struct + Children []*Block + Condition string + ElseBlock *Block + Statements []string + ThenBlock *Block + Type string + type ControlFlowAnalyzer struct + func NewControlFlowAnalyzer(decompiler *Decompiler, instructions []scripting.Instruction, ...) *ControlFlowAnalyzer + func (cfa *ControlFlowAnalyzer) ProcessRange(start, end int, indent int) []string + type Decompiler struct + func NewDecompiler(cob *scripting.COB) *Decompiler + func (d *Decompiler) Decompile() (string, error) + func (d *Decompiler) Disassemble(format assembly.Format) (string, error) + func (d *Decompiler) DisassembleScript(name string, format assembly.Format) (string, error)