awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesGo Source-to-Source Transformers

Tools that transform annotated Go source code into generated wire files compiled alongside the original project.

Distinct from Source Code Transformation Engines: Distinct from Source Code Transformation Engines: specifically transforms Go source code for DI wiring, not general compatibility patching.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Go Source-to-Source Transformers. Refine with filters or upvote what's useful.

Awesome Go Source-to-Source Transformers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apple/swiftAvatar apple

    apple/swift

    70,119Vezi pe GitHub↗

    Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors. The language is designed for native code integration, allowing it to interoperate with C and Objective-C libraries to leverage existing system functions and high-performance APIs. The project covers broad capabilities in type-safe application development and cross-platform toolchain engineering. It includes infrastructure for automated language validation, compiler performanc

    Tests the compiler against comprehensive source suites to ensure language compatibility is maintained across versions.

    Swift
    Vezi pe GitHub↗70,119
  • google/wireAvatar google

    google/wire

    14,403Vezi pe GitHub↗

    Wire is a compile-time dependency injection framework for Go that generates code to wire application components together. It analyzes function signatures at compile time to build an explicit initialization graph, removing the need for runtime reflection or manual wiring code. The framework operates as a Go code generator and static analysis tool, transforming annotated source code into generated wire files that compile alongside the original project. It connects dependencies by matching function parameters and return types, producing a directed acyclic graph of component dependencies that is

    Transforms annotated Go source code into generated wire files compiled alongside the original project.

    Gocodegendependency-injectiongo
    Vezi pe GitHub↗14,403
  • jamiebuilds/babel-handbookAvatar jamiebuilds

    jamiebuilds/babel-handbook

    12,110Vezi pe GitHub↗

    This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for configuring the tool and writing custom plugins to transform JavaScript source code. The guide provides instructional material on creating custom transformation plugins and modifying the compilation process. It specifically covers how to navigate and modify abstract syntax trees to programmatically rewrite source code. The documentation covers the mechanics of code transformation, the management of compiler configurations, and the fundamentals of compiler tooling. It includes guidance

    Explains how to apply automated rules to convert modern JavaScript into compatible versions for older targets.

    babelhandbook
    Vezi pe GitHub↗12,110
  • insin/nwbAvatar insin

    insin/nwb

    5,542Vezi pe GitHub↗

    nwb este un toolchain de build cu zero configurare, module bundler și server de dezvoltare pentru aplicații și biblioteci JavaScript și JSX. Funcționează ca un sistem de build care derivă automat setările de compilator și bundler din dependențele instalate ale unui proiect pentru a elimina configurarea manuală. Instrumentul se distinge prin capacitatea de a acționa ca un compilator de biblioteci, generând formate multiple de distribuție, cum ar fi ESM și CJS, dintr-o singură sursă pentru compatibilitatea cu managerii de pachete. Include, de asemenea, un test runner headless browser dedicat care execută unit teste cu mod de watch integrat și raportare a acoperirii codului. Sistemul acoperă o gamă largă de capabilități, inclusiv pipeline-uri de asset-uri frontend pentru transpilarea sintaxei moderne și procesarea preprocesoarelor CSS. Oferă un flux de lucru de dezvoltare cu hot module replacement, generare de build-uri de producție cu minificare și eliminarea codului mort, precum și un pipeline de transformare bazat pe plugin-uri pentru extinderea funcționalității toolchain-ului.

    Configures language runtimes and experimental proposals to transform modern syntax into browser-compatible code.

    JavaScript
    Vezi pe GitHub↗5,542
  • rakyll/statikAvatar rakyll

    rakyll/statik

    3,828Vezi pe GitHub↗

    Statik is a build tool for the Go language that transforms directory structures and files into byte arrays within source code. This process enables the creation of single-binary distributions by embedding static assets directly into the compiled executable. The tool ensures deterministic builds by stripping file modification timestamps, resulting in consistent binary outputs across different environments. It also includes a build-time asset filter to limit the inclusion of specific file extensions and minimize the final executable size. To access these embedded assets, the project provides a

    Converts static files into Go source code byte slices to enable embedding within the compiled binary.

    Gofilesgogolang
    Vezi pe GitHub↗3,828
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Source Code Templates
  5. Source Code Transformation Engines
  6. Go Source-to-Source Transformers

Explorează sub-etichetele

  • Byte Array ConvertersTools that convert binary file data into byte arrays within source code for compilation. **Distinct from Go Source-to-Source Transformers:** Distinct from Go Source-to-Source Transformers: focuses on data-to-byte-array conversion for embedding rather than DI wiring.
  • Compatibility Source Transformations1 sub-tagAutomated rules used to convert modern source code into formats compatible with older environments. **Distinct from Go Source-to-Source Transformers:** Focuses on environment compatibility transformations rather than language-specific DI wiring.