Versions in this module Expand all Collapse all v0 v0.0.2 May 29, 2026 v0.0.1 May 29, 2026 Changes in this version + type Parser struct + func NewParser() *Parser + func (p *Parser) ExtractCalls(_ context.Context, _ string) ([]*graph.Edge, error) + func (p *Parser) ExtractControlFlow(_ context.Context, _ string) ([]*graph.Edge, error) + func (p *Parser) ParseFile(_ context.Context, path string) ([]*graph.Node, []*graph.Edge, error)