You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftSyntaxSugar is a library that provides syntactic sugar and helpful extensions for [SwiftSyntax](https://github.com/swiftlang/swift-syntax). The purpose of this library is to improve the readability and maintainability of code written using SwiftSyntax.
4
+
5
+
## Installation
6
+
7
+
To add SwiftSyntaxSugar to a Swift package manifest file:
8
+
- Add the SwiftSyntaxSugar package to your package's `dependencies`:
0 commit comments