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