mirror of
https://github.com/github/codeql.git
synced 2026-07-29 06:46:46 +02:00
Adds an initial prototype of an interface from Rust to Swift, which enables us to use the `swift-syntax` package for parsing. At present, the parsed AST is passed between Swift and Rust as a JSON string.
19 lines
457 B
TOML
19 lines
457 B
TOML
# This is the shared workspace file for extractor using shared/tree-sitter/extractor
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"shared/tree-sitter-extractor",
|
|
"shared/yeast",
|
|
"shared/yeast-macros",
|
|
"shared/yeast-schema",
|
|
"ruby/extractor",
|
|
"unified/extractor",
|
|
"unified/extractor/tree-sitter-swift",
|
|
"unified/swift-syntax-rs",
|
|
"rust/extractor",
|
|
"rust/extractor/macros",
|
|
"rust/ast-generator",
|
|
"rust/autobuild",
|
|
]
|