Skip to content

Commit d05b578

Browse files
authored
Merge pull request #1830 from ahoppen/ahoppen/codegen-example
Mention `CodeGeneration` as an example usage of SwiftSyntaxBuilder
2 parents a5eacbf + d801b03 commit d05b578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Each example can be executed by navigating into this folder and running `swift r
66
- [CodeGenerationUsingSwiftSyntaxBuilder](Sources/CodeGenerationUsingSwiftSyntaxBuilder/CodeGenerationUsingSwiftSyntaxBuilder.swift): Code-generate a simple source file using SwiftSyntaxBuilder
77
- [ExamplePlugin](Sources/ExamplePlugin): Compiler plugin executable using [`SwiftCompilerPlugin`](../Sources/SwiftCompilerPlugin)
88

9+
Furthermore, SwiftSyntax uses [`SwiftSyntaxBuilder`](../Sources/SwiftSyntaxBuilder) extensively to generate its own code. That code can be found in the [CodeGeneration](../CodeGeneration) package.
10+
911
## Some Example Usages
1012

1113
[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): A tool to incrementally update strings files to help with localization.

0 commit comments

Comments
 (0)