You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/parser/README.md
+90Lines changed: 90 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,80 @@ let detected = LanguageDetector::detect_from_content(mixed_content);
171
171
-**Penalty system**: Reduces score when conflicting language patterns are found
172
172
-**Fallback**: Returns `Language::Unknown` when confidence is too low
173
173
174
+
## AST Generation Pipeline
175
+
176
+
The parser features a sophisticated AST generation pipeline that converts tree-sitter parse trees into normalized, language-agnostic AST representations.
0 commit comments