[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
Logo

Mie

The Metacompute Instruction Engine
Explore the docs »

Report Bug · Request Feature

## Table of Contents * [About the Project](#about-the-project) * [License](#license) ## About The Project Mie is an extensible intermediate representation framework inspired by LLVM and MLIR. It is designed to accept high-level program representation from a compiler front-end, lower and optimise it into a flat stream of low-level instructions, and then convert it into a target-specific implementation. *(The name Mie is pronounced like "me", "bee", or "sea", and (despite the logo) is _not_ pronounced like "my", "bye", or "pie")* ## License Distributed under the BSD 3-Clause License. See `LICENSE` for more information.