awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apple/swift-syntaxAvatar von apple

    apple/swift-syntax

    3,671Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,671
  • pointfreeco/swift-macro-testingAvatar von pointfreeco

    pointfreeco/swift-macro-testing

    336Auf GitHub ansehen↗

    Magical testing tools for Swift macros.

    Provides assertion tools for testing macro expansions and diagnostics.

    Swift
    Auf GitHub ansehen↗336
  • stackotter/swift-macro-toolkitAvatar von stackotter

    stackotter/swift-macro-toolkit

    305Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗305
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Macro Development Tools