mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This will make it easier to incrementally implement syntax nodes, while allowing us to embed nodes that we do know about inside ones that we don't. https://bugs.swift.org/browse/SR-4062
17 lines
284 B
CMake
17 lines
284 B
CMake
add_swift_library(swiftSyntax STATIC
|
|
DeclSyntax.cpp
|
|
ExprSyntax.cpp
|
|
Format.cpp
|
|
TokenSyntax.cpp
|
|
GenericSyntax.cpp
|
|
LegacyASTTransformer.cpp
|
|
Trivia.cpp
|
|
RawSyntax.cpp
|
|
StmtSyntax.cpp
|
|
Syntax.cpp
|
|
SyntaxFactory.cpp
|
|
SyntaxData.cpp
|
|
TypeSyntax.cpp
|
|
UnknownSyntax.cpp
|
|
)
|