1 repo
Modular libraries and toolsets for constructing compiler frontends, backends, and optimization pipelines.
Distinguishing note: Provides the infrastructure for building compilers rather than being a standalone language runtime.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiler Frameworks. Refine with filters or upvote what's useful.
The project is a modular compiler infrastructure framework designed for building programming language toolchains, frontends, and backends. It provides a comprehensive suite of reusable libraries and tools that enable developers to transform source code into efficient native executables across diverse hardware architectures and operating systems. At its core, the system utilizes a language-agnostic intermediate representation bitcode, which serves as a unified format for code analysis, optimization, and machine-specific code generation. What distinguishes this framework is its highly decoupled
Provides a modular collection of libraries and tools for building compiler frontends, backends, and optimization passes.