lamina-mir - MIR (Machine Intermediate Representation) type definitions
This crate provides the core type definitions for LUMIR (Lamina Unified Machine Intermediate Representation), including modules, functions, instructions, registers, and types.
Architecture
LUMIR is a low-level, machine-friendly layer produced after IR Processing. It is assembly-like, easy to apply optimizations, and straightforward to lower into target assembly.
Usage
use ;