There was an error while loading. Please reload this page.
1 parent 51c5d65 commit 381ef18Copy full SHA for 381ef18
1 file changed
unified/AGENTS.md
@@ -10,8 +10,8 @@ by Apple's swift-syntax rather than by tree-sitter.
10
## Swift Parser
11
- Swift source is parsed by the `swift-syntax-rs` crate, which wraps Apple's
12
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.
+ to obtain the parse tree as JSON; the extractor does not invoke a separate
+ parser binary, and there is no grammar in this repository to edit.
15
16
- `extractor/src/languages/swift/adapter.rs` converts that JSON into a yeast AST.
17
0 commit comments