@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-tree-sitter-incremental-parsing-for-agents>
  a schema:TechArticle ;
  schema:headline "Code Tree-sitter Incremental Parsing for Agents" ;
  schema:url <https://anchorfact.org/computer-science/code-tree-sitter-incremental-parsing-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-tree-sitter-incremental-parsing-for-agents>
  schema:citation <https://tree-sitter.github.io/tree-sitter/using-parsers/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-tree-sitter-incremental-parsing-for-agents>
  schema:citation <https://tree-sitter.github.io/tree-sitter/using-parsers/3-advanced-parsing.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-tree-sitter-incremental-parsing-for-agents>
  schema:citation <https://tree-sitter.github.io/tree-sitter/using-parsers/queries/> ;
  af:sourceTier "B" .