From 7bfc614e8e2c72aa12608f1041ceb4957a904574 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 20 Feb 2024 22:27:37 +0000 Subject: [PATCH] [DNM] cross-repo testing PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d211b4005..89ca3e20431 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Swift Syntax - +dnm The swift-syntax package is a set of libraries that work on a source-accurate tree representation of Swift source code, called the SwiftSyntax tree. The SwiftSyntax tree forms the backbone of Swift’s macro system – the macro expansion nodes are represented as SwiftSyntax nodes and a macro generates a SwiftSyntax tree to be inserted into the source file. ## Documentation