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
Make libSyntax depend on swift-syntax: the new home for all
of this infrastructure. This greatly simplifies the addition and
amending of syntax nodes as only the swift-syntax paired with a
swift checkout will need to be changed. This is in contrast to
the existing build flow where a paired PR to both repos must be
made to change anything here.
Note that a paired PR may still be required if the legacy parser
needs to be adjusted in response to syntax nodes changing, but I
anticipate this to be a much more infrequent event now that
the C++ end of libSyntax is deprecated.
Copy file name to clipboardExpand all lines: lib/Syntax/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -481,7 +481,7 @@ A couple of interesting points and reminders:
481
481
## API Generation
482
482
483
483
The libSyntax APIs are generated automatically from a set of description files
484
-
written in Python. These files are located in `utils/gyb_syntax_support/`, and
484
+
written in Python. These files are located in the [swift-syntax repository](https://github.com/apple/swift-syntax/blob/main/utils/gyb_syntax_support), and
0 commit comments