Versions in this module Expand all Collapse all v1 v1.2.2 Feb 28, 2024 v1.2.1 Feb 28, 2024 v1.2.0 Sep 21, 2023 Changes in this version + type Parser struct + func NewParser(in io.Reader, out io.Writer, maxFuncCount int) *Parser + func (p *Parser) GetCurrentLine() int + func (p *Parser) GetFunctionCalls() int + func (p *Parser) Parse(ctx context.Context) error Other modules containing this package github.com/zeropsio/zParser/v2