Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2023 Changes in this version + const Debug + func Stack() string + type Function struct + Filename string + Name string + SystemName string + type Location struct + FunctionID int + Line int64 + type SymbolTable struct + Functions []Function + Locations []Location + func NewSymbolTable() SymbolTable + func (st *SymbolTable) CollectStack() []int