swift-syntax
There are 27 repositories under swift-syntax topic.
uber/piranha
A tool for refactoring code related to feature flag APIs
SwiftFiddle/swift-ast-explorer
AST visualizer for Swift source code
ZevEisenberg/fuckingclosuresyntax.com
Syntax is hard.
gohanlon/swift-memberwise-init-macro
Swift Macro for enhanced automatic inits.
udacity/ios-nd-swift-syntax
Resources for Udacity's Swift Syntax course.
fetch-rewards/SwiftSyntaxSugar
Helpful extensions for SwiftSyntax.
CheekyGhost-Labs/SyntaxSparrow
Abstraction built on top of the Swift Syntax library to traverse constituent declaration types for Swift code.
mrylmz/Prototype
Prototype is a Swift Macro project that generates SwiftUI Forms and Views for data structures and classes. It's designed to complement SwiftData Models seamlessly.
iAmMccc/SwiftyMccc
Crafting Swift with heart and curiosity。深入思考,Swift更好 - 探索Swift背后的原理与可能。
EnesKaraosman/LoremSwiftify
LoremSwiftify is a Macro that creates lorem ipsum data for your models
andooown/lexicon-gen
CLI tool written in Swift to generate Swift codes from AT Proto's Lexicon files.
artemnovichkov/LibraryContentExample
Learn how to extend Xcode Library with Swift Package Manager plugin
LuizZak/SwiftSyntaxSearch
A small experimental library containing generic types for performing search and replacement on Swift Syntax trees.
ikhvorost/swift-doc-coverage
Documentation coverage command-line utility for Swift files.
dreamapplehappy/js-trailing-closure-toy-compiler
use swift trailing closure in javascript with the help of a toy javascript compiler
Getting-Started-Tutorials/getting-started-swift
kicking off with Swift ★
kevinmbeaulieu/star
(Primary fork replacing thumbtack/star) Generate reports on how frequently specified Swift types are being used in your iOS codebase
NSFatalError/PrincipleMacros
Essential tools that simplify the implementation of custom Swift macros
SwiftyLab/swift-syntax
Unofficial CocoaPods pod for the swift-syntax library.
thumbtack/star
Generate reports on how frequently specified Swift types are being used in your iOS codebase
YassineLafryhi/SwiftySpell
A tool for checking spelling in Swift code
SweeterSwift/Sweeter
Swift code formatter powered by SwiftSyntax.
teco-project/teco-code-generators
Code generation tool that powers the Teco project.
TheSwiftBird/BirdChat
The demo project for Swift Macros Deep Dive
daniel-beard/sws
A limited semantic search for Swift files
esraaeiid/SwiftCodeGenerator
This project accompanies a Medium article that explores different approaches to Swift code generation
lemo-nade-room/swift-static-env
Swift macros for compile-time environment variables (#getStaticEnv, #findStaticEnv). Inline values as literals; fail fast when missing.