You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A NIST CCVS85 passing COBOL-to-Java transpiler that analyzes and converts COBOL programs into maintainable Java 21 code. Parses ANSI-85 COBOL via ANTLR4, builds an immutable IR, and generates clean Java with BigDecimal-based arithmetic for financial accuracy.