/** * Generator Module - Transforms MEL AST to Core IR */ export * from "./ir.js"; export * from "./normalizer.js"; export * from "./lowering.js";