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
Fixes up several broken links in the documentation:
- ExamplePlugin was rolled in to the MacroExamples in #2222 but the
link was not updated.
- A link the changelog pointed to sourcekit-lsp when it should have been
swift-syntax.
- The Parsing Basics document has moved.
Copy file name to clipboardExpand all lines: Examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Each example can be executed by navigating into this folder and running `swift r
4
4
5
5
-[AddOneToIntegerLiterals](Sources/AddOneToIntegerLiterals/AddOneToIntegerLiterals.swift): Command line tool to add 1 to every integer literal in a source file
6
6
-[CodeGenerationUsingSwiftSyntaxBuilder](Sources/CodeGenerationUsingSwiftSyntaxBuilder/CodeGenerationUsingSwiftSyntaxBuilder.swift): Code-generate a simple source file using SwiftSyntaxBuilder
7
-
-[ExamplePlugin](Sources/ExamplePlugin): Compiler plugin executable using [`SwiftCompilerPlugin`](../Sources/SwiftCompilerPlugin)
7
+
-[ExamplePlugin](Examples/Sources/MacroExamples/Implementation/Plugin.swift): Compiler plugin executable using [`SwiftCompilerPlugin`](../Sources/SwiftCompilerPlugin)
8
8
-[MacroExamples](Sources/MacroExamples): A collection of Swift macros
9
9
10
10
Furthermore, SwiftSyntax uses [`SwiftSyntaxBuilder`](../Sources/SwiftSyntaxBuilder) extensively to generate its own code. That code can be found in the [CodeGeneration](../CodeGeneration) package.
0 commit comments