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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ SwiftSyntax is a set of Swift bindings for the
5
5
allows for Swift tools to parse, inspect, generate, and transform Swift source
6
6
code.
7
7
8
+
Its API is designed for performance critical applications. It uses value types almost exclusively and aims to avoid existential conversions where possible.
9
+
8
10
> Note: SwiftSyntax is still in development, and the API is not guaranteed to
9
11
> be stable. It's subject to change without warning.
0 commit comments