Skip to content

Prune example projects that don’t use swift-syntax 508.0.0 #2033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,14 @@ Furthermore, SwiftSyntax uses [`SwiftSyntaxBuilder`](../Sources/SwiftSyntaxBuild

[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift.

[**Pecker**](https://github.com/woshiccm/Pecker): A tool to detect unused code.

[**Periphery**](https://github.com/peripheryapp/periphery): A tool to detect unused code.

[**Piranha**](https://github.com/uber/piranha): A tool for refactoring code related to feature flags.

[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects.

[**STAR**](https://github.com/thumbtack/star): A tool to find how often specified Swift type(s) are used in a project.

[**Swift AST Explorer**](https://swift-ast-explorer.com/): A Swift AST visualizer.

[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): A test driver for `sourcekitd` and Swift evolution.

[**Swift Variable Injector**](https://github.com/LucianoPAlmeida/variable-injector): A tool to replace string literals with the values of environment variables.

[**swift-format**](https://github.com/apple/swift-format): Formatting technology for Swift source code.

[**SwiftLint**](https://github.com/realm/SwiftLint): A tool to enforce Swift style and conventions.

[**SwiftPack**](https://github.com/omochi/SwiftPack): A tool for automatically embedding Swift library source.

[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): A Swift code formatter.

[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): Parses Swift code into its constituent declarations.