meta: add stub folder for mie ir builder/optimiser

This commit is contained in:
2025-03-26 22:28:06 +00:00
commit 445be7f1ee

14
mie/README Normal file
View File

@@ -0,0 +1,14 @@
METACOMPUTE INSTRUCTION ENGINE
==============================
Mie is an abstract virtual machine and intermediate representation manipulation
toolkit. It includes facilities for building, manipulating, and optimising
intermediate representations of programs, as well as converting IR to/from
different formats.
The Mie virtual machine features an infinite amount of memory and registers.
A Mie program can be emitted by a simple front-end compiler that makes use of
these infinite resources, and Mie's optimisers will convert this program into a
form that can efficiently use and re-use a more finite set of resources.
Finally, a Mie backend can convert the program into a concrete implementation
for a particular system.