Inertia is a modular compiler framework inspired by LLVM. Currently it offers:
- InertiaSupport: The support library containing support headers implementations.
- InertiaCore: The core library, that contains everything related to the IR and alike.
While its not much currently, it is getting expanded quickly.
inr/- The backend compiler library.inr/include- Headers of the backend library.inr/lib- Implementations for headers.inr/test- Test files to test various features.
This is still super early in development, don't expect much.
The Boost Software License 1.0, can be found in the LICENSE file.