Skip to content

Commit 381ef18

Browse files
jketemaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 51c5d65 commit 381ef18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unified/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ by Apple's swift-syntax rather than by tree-sitter.
1010
## Swift Parser
1111
- Swift source is parsed by the `swift-syntax-rs` crate, which wraps Apple's
1212
swift-syntax. The extractor calls `swift_syntax_rs::parse_to_json` in-process
13-
to obtain the parse tree as JSON — there is no separate parser binary and no
14-
grammar in this repository to edit.
13+
to obtain the parse tree as JSON; the extractor does not invoke a separate
14+
parser binary, and there is no grammar in this repository to edit.
1515

1616
- `extractor/src/languages/swift/adapter.rs` converts that JSON into a yeast AST.
1717

0 commit comments

Comments
 (0)