@@ -22,7 +22,7 @@ swift run --package-path CodeGeneration generate-swiftsyntax
22
22
## Adding and Removing Syntax Nodes
23
23
24
24
The files containing the definition of all of the syntax nodes are available
25
- under the [ SyntaxSupport] ( SyntaxSupport ) directory. These files
25
+ under the [ SyntaxSupport] [ SyntaxSupport ] directory. These files
26
26
are roughly divided according to broad syntactic categories in the Swift
27
27
programming language. That is, the syntax nodes for classes, structs, and actors
28
28
are defined in ` DeclNodes.swift ` , while the syntax nodes for string literals,
@@ -67,11 +67,6 @@ Added syntactic elements will require corresponding changes to the included
67
67
SwiftParser library. For an introduction on parsing Swift nodes, see
68
68
[ the article on Parsing Basics] [ ParserBasics ] .
69
69
70
- @Comment {
71
- When docc resolves https://github.com/apple/swift-docc/issues/255 , this should
72
- be an inter-target link.
73
- }
74
-
75
70
When updating nodes, certain clients of SwiftSyntax that are relying upon those
76
71
nodes will need to be changed in tandem. For example, the
77
72
[ swift-stress-tester] [ swift-stress-tester ] uses SwiftSyntax, and the CI
@@ -81,3 +76,8 @@ without a paired change to that repository.
81
76
[ SyntaxSupport ] : https://github.com/apple/swift-syntax/tree/main/CodeGeneration/Sources/SyntaxSupport
82
77
[ swift-stress-tester ] : https://github.com/apple/swift-stress-tester
83
78
[ ParserBasics ] : https://github.com/apple/swift-syntax/tree/main/Sources/SwiftParser/SwiftParser.docc/ParsingBasics.md
79
+
80
+ @Comment {
81
+ When docc resolves https://github.com/apple/swift-docc/issues/255 , ` ParserBasic ` should be an inter-target link.
82
+ }
83
+
0 commit comments