Versions in this module Expand all Collapse all v0 v0.1.4 Jun 10, 2026 Changes in this version + func Get(lang Language) (*sitter.Parser, error) + func GetLanguage(lang Language) (*sitter.Language, error) + func Put(lang Language, parser *sitter.Parser) + type Language string + const C + const CSharp + const Cpp + const Go + const Java + const JavaScript + const PHP + const Python + const Ruby + const Rust + const TypeScript + func SupportedLanguages() []Language + type Pool struct + func (p *Pool) Get(lang Language) (*sitter.Parser, error) + func (p *Pool) Put(lang Language, parser *sitter.Parser)