mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 08:44:06 +02:00
7 lines
183 B
TypeScript
7 lines
183 B
TypeScript
export * as mir from "./mir.ts";
|
|
export * as lir from "./lir.ts";
|
|
export * as ast_lower from "./ast_lower.ts";
|
|
export * as mir_lower from "./mir_lower.ts";
|
|
|
|
export * from "./mir.ts";
|