rising3월 16일· 2 sources
I Built a Desktop COBOL Migration Tool That Converts to 6 Modern Languages
6개 현대 언어로 변환하는 데스크톱 COBOL 마이그레이션 도구를 만들었습니다
Why it matters
A developer built Easy COBOL Migrator, a desktop transpiler that converts COBOL to six modern languages (C++17, Java 17, C#12, Python 3, Rust, Go) using a traditional compiler pipeline instead of LLMs. The tool addresses three key failures of AI-based migration: non-deterministic output, decimal precision loss in financial arithmetic (PIC/COMP-3), and inability to resolve COPY REPLACING across large codebases. The architecture follows a multi-stage compiler design—preprocessor, lexer, parser, semantic analyzer, and per-language code generators—running entirely offline.
2
Sources
+0
24h
—
Growth
180d
Active
claude codecobol migrationcodebase migrationcodexcompiler pipelinecopybookeshoponwebllm agentspacked decimalreverse engineeringtranspiler