Description
Graph-based intermediate representation support helps compiler projects analyze, optimize, and generate code. It is useful for developers building language tools that need a reusable compiler backend foundation.
This is a compiler-development library, not a compiler for everyday use by itself. Projects must integrate it into their own frontend and build pipeline to produce useful output.