awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Intermediate Representations · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesIntermediate Representations

Data structures used to represent source code in a format optimized for analysis and transformation before final output generation.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Intermediate Representations. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Compiler and Interpreter Internals
  4. Compiler Infrastructure
  5. Intermediate Representations

Awesome Intermediate Representations GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • NationalSecurityAgency/ghidra

    NationalSecurityAgency/ghidra

    64,794GitHubView on GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across

    Javadisassemblerreverse-engineeringsoftware-analysis
  • typst/typst

    typst/typst

    51,468GitHubView on GitHub↗

    Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rend

    Rustcompilermarkuptypesetting

Explore sub-tags

  • Bytecode Intermediate RepresentationsPlatform-independent bytecode formats used to normalize diverse machine instructions for analysis.