Skip to content

Commit 70f4f91

Browse files
1 parent b83b0ad commit 70f4f91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

concepts/how_it_works/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@
18161816
<h1 id="how-it-works">How It Works</h1>
18171817
<p>Understanding the pipeline helps you write better queries.</p>
18181818
<h2 id="1-parsing-tree-sitter">1. Parsing (Tree-Sitter)</h2>
1819-
<p>We use <strong>Tree-Sitter</strong> to parse your source code into an Abstract Syntax Tree (AST). This allows us to support many languages (Python, JS, Go, etc.) with high accuracy.</p>
1819+
<p>We use <strong>Tree-Sitter</strong> to parse your source code into an Abstract Syntax Tree (AST). This allows us to support many languages (Python, JS, Go, Dart, Perl, etc.) with high accuracy.</p>
18201820
<h2 id="2-graph-construction">2. Graph Construction</h2>
18211821
<p>We walk the AST and generate <strong>Nodes</strong> and <strong>Edges</strong>.</p>
18221822
<ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)