C# 로직을 TypeScript로 옮기는 transpiler를 만들었다 — Mirrorgen Mirrorgen — A C#-to-TypeScript Transpiler for Logic, Not Just Types
타입만 생성하는 codegen으로는 부족했다. C#의 로직을 byte-exact한 TypeScript로 옮기고, 두 구현이 같은 값을 내는지 자동 검증하는 transpiler를 만들어 OSS로 뗐다. Type-only codegen wasn't enough. I built a transpiler that turns C# logic into byte-exact TypeScript and proves the two stay in lockstep — and open-sourced it.