Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2022 Changes in this version type Interface + TranslateCFile func(path, pkg string) v1.0.9 Aug 8, 2022 Changes in this version + type Ast interface + Translate func(filter Filter) (ok bool) + func NewAst() Ast + type Define interface + Find func() (ok bool) + func NewDefine() Define + type Enum interface + Find func() (ok bool) + func NewEnum() Enum + type Extern interface + Find func() (ok bool) + func NewExtern() Extern + type Filter struct + LineInfos LineInfosType + type Filters []Filter + type Interface interface + func New() Interface + type Ir interface + type LineInfo struct + Line int + Text string + TextElem []string + type LineInfosType []LineInfo + type Method interface + Find func() (ok bool) + func NewMethod() Method + type PathInfo struct + type Scanner interface + Filters func(root string) (filters Filters, ok bool) + RemoveComment func(root string) (ok bool) + func NewScanner() Scanner + type StructType interface + func NewStructType() StructType