We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04c5c1 commit 27d46d8Copy full SHA for 27d46d8
README.md
@@ -38,6 +38,7 @@ Mainline SwiftSyntax also includes
38
- `SwiftParser` for natively parsing source code
39
- `SwiftOperators` for folding SwiftSyntax trees containing operators
40
- `SwiftSyntaxBuilder` for generating Swift code with a result builder-style interface
41
+- `SwiftSyntaxMacros` for providing syntactic macro support
42
43
### Releases
44
@@ -90,6 +91,7 @@ text editor, or IDE.
90
91
- [SwiftSyntax](Sources/SwiftSyntax/Documentation.docc)
92
- [SwiftParser](Sources/SwiftParser/SwiftParser.docc)
93
- [SwiftOperators](Sources/SwiftOperators/SwiftOperators.docc)
94
+- [SwiftSyntaxMacros](Sources/SwiftSyntaxMacros/SwiftSyntaxMacros.docc)
95
96
## Contributing
97
0 commit comments