mirror of
https://github.com/github/codeql.git
synced 2026-08-04 17:33:18 +02:00
At this point it's only a proof-of-concept translation -- it translates `sourceFile` nodes, but everything else gets mapped to 'unsupported_node`.
15 lines
287 B
TOML
15 lines
287 B
TOML
[package]
|
|
name = "swift-syntax-rs"
|
|
description = "Rust wrapper around the swift-syntax package for parsing Swift source"
|
|
version = "0.1.0"
|
|
authors = ["GitHub"]
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "swift_syntax_rs"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "swift-syntax-parse"
|
|
path = "src/main.rs"
|