awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesMacro Development Tools

Tools and frameworks for building, testing, and managing Swift macros.

Explore 3 awesome GitHub repositories matching part of an awesome list · Macro Development Tools. Refine with filters or upvote what's useful.

Awesome Macro Development Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apple/swift-syntaxالصورة الرمزية لـ apple

    apple/swift-syntax

    3,671عرض على GitHub↗

    swift-syntax is a library for parsing, manipulating, and generating Swift source code. It provides a source-accurate abstract syntax tree representation of Swift code, acting as a parser, transformer, and code generator. The project serves as the infrastructure for Swift macro development, enabling the expansion and transformation of source code during compilation. It is used to build compiler tooling for static analysis, formatting, and automated refactoring. The system covers a broad range of source analysis capabilities, including the ability to convert source code into structured trees f

    Official library for parsing and manipulating Swift source code.

    Swift
    عرض على GitHub↗3,671
  • pointfreeco/swift-macro-testingالصورة الرمزية لـ pointfreeco

    pointfreeco/swift-macro-testing

    336عرض على GitHub↗

    Magical testing tools for Swift macros.

    Provides assertion tools for testing macro expansions and diagnostics.

    Swift
    عرض على GitHub↗336
  • stackotter/swift-macro-toolkitالصورة الرمزية لـ stackotter

    stackotter/swift-macro-toolkit

    305عرض على GitHub↗

    Did you know that -0xFep-02 is a valid floating point literal in Swift? Well you probably didn't (it's equal to -63.5), and as a macro author you shouldn't even have to care! Among many things, Macro Toolkit shields you from edge cases so that users can use your macros in whatever weird (but…

    A toolkit for creating concise and expressive Swift macros.

    Swift
    عرض على GitHub↗305
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Macro Development Tools