Skip to content

Commit 39481b1

Browse files
committed
Fixed Logo
1 parent a0a4b9a commit 39481b1

20 files changed

+29
-505
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![SyntaxKit Logo](Sources/SyntaxKit/Documentation.docc/Resources/SyntaxKit_Logo.svg)
2+
13
# SyntaxKit
24

35
[![SwiftPM](https://img.shields.io/badge/SPM-Linux%20%7C%20iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS-success?logo=swift)](https://swift.org)

Sources/SyntaxKit/Documentation.docc/Documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Generate Swift code programmatically with declarative, type-safe syntax.**
44

5+
![SyntaxKit Logo](SyntaxKit_Logo)
6+
57
SyntaxKit transforms complex Swift code generation from tedious AST manipulation into intuitive, readable declarations. Built for scenarios where you need to create Swift code dynamically—macro development, API client generators, model transformers, and migration utilities—rather than writing code by hand once.
68

79
**When you're generating repetitive code structures, transforming external schemas into Swift types, or building developer tools that output Swift code, SyntaxKit provides the declarative approach you need.** Unlike manually constructing SwiftSyntax AST nodes, SyntaxKit uses result builders to make complex code generation maintainable and error-resistant.
7.78 KB
Loading

SyntaxKit_logo_3d_cube copy 2.pxd renamed to Sources/SyntaxKit/Documentation.docc/Resources/SyntaxKit_Logo.pxd

131 KB
Binary file not shown.
Lines changed: 25 additions & 0 deletions
Loading
15.6 KB
Loading
24.6 KB
Loading

Swift_logo.svg

Lines changed: 0 additions & 22 deletions
This file was deleted.

SyntaxKit_logo.pxd

-115 KB
Binary file not shown.

SyntaxKit_logo.svg

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)