awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesCompiler Transformation Analysis

Detailed study of how source code is parsed and transformed into intermediate representations.

Distinct from Compiled Code Analysis: Focuses on the theoretical and educational analysis of the transformation process rather than auditing binary output.

Explore 5 awesome GitHub repositories matching development tools & productivity · Compiler Transformation Analysis. Refine with filters or upvote what's useful.

Awesome Compiler Transformation Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • basarat/typescript-bookAvatar de basarat

    basarat/typescript-book

    21,533Ver en GitHub↗

    This project is a comprehensive educational resource and programming guide for the TypeScript language. It serves as a manual for the type system and a reference for the language's core syntax, focusing on writing type-safe code and building scalable applications. The content provides detailed instruction on the TypeScript type system, covering interfaces, generics, and structural typing. It further acts as a compiler reference, analyzing how source code is transformed into an abstract syntax tree through scanning and parsing. The guide also covers software architecture design, detailing pro

    Analyzes the process by which the TypeScript compiler transforms source code into a syntax tree.

    TypeScriptfreeopen-sourcetypescript
    Ver en GitHub↗21,533
  • compiler-explorer/compiler-explorerAvatar de compiler-explorer

    compiler-explorer/compiler-explorer

    18,850Ver en GitHub↗

    Compiler Explorer is an online tool and analysis platform used to translate source code into assembly in real time. It functions as a cross-compiler analysis tool, allowing users to examine how various compilers and versions translate the same source code into machine code to analyze optimizations and generation patterns. The platform supports low-level language debugging and the comparison of assembly output across different compiler toolchains. It also provides a self-hosted environment option for users who need to run private deployments with custom binaries or operate within secure offlin

    Analyzes how source code is translated into assembly to understand compiler optimizations.

    TypeScriptassemblycc-plus-plus
    Ver en GitHub↗18,850
  • gyoogle/tech-interview-for-developerAvatar de gyoogle

    gyoogle/tech-interview-for-developer

    17,417Ver en GitHub↗

    This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp

    An explanation of the preprocessing, compiling, assembling, and linking sequence.

    Javaalgorithmcomputer-sciencecs
    Ver en GitHub↗17,417
  • crytic/slitherAvatar de crytic

    crytic/slither

    6,141Ver en GitHub↗

    Trail of Bits detects information leaks introduced by compiler optimization passes despite correctness certification.

    Pythonethereumsoliditystatic-analysis
    Ver en GitHub↗6,141
  • golang-design/under-the-hoodAvatar de golang-design

    golang-design/under-the-hood

    4,340Ver en GitHub↗

    This project is a technical guide to the Go language internals, focusing on the analysis of the Go compiler, runtime, and toolchain. It serves as a resource for studying the official source code to understand the technical principles of how the system operates. The resource provides a deconstruction of the Go build process, tracing code from lexing and parsing through optimization passes and intermediate representations to the final machine binary. It includes analysis of the Go scheduler and garbage collector to examine memory management and execution patterns. The project covers the visual

    Offers a detailed study of how Go source code is parsed and transformed into intermediate representations.

    HTMLgogolangsource-code-study
    Ver en GitHub↗4,340
  1. Home
  2. Development Tools & Productivity
  3. Compiled Code Analysis
  4. Compiler Transformation Analysis

Explorar subetiquetas

  • Compilation Sequence Analysis1 sub-etiquetaDetailed study of the stages of source code transformation into executable binaries. **Distinct from Compiler Transformation Analysis:** Focuses specifically on the sequence of preprocessing, compiling, assembling, and linking, rather than general intermediate representation transformations.