An open source compiler that translates COBOL source code into Java, so that existing COBOL assets can run on the JVM unchanged. It covers the whole pipeline: lexing and parsing, Java code generation, and the runtime library (libcobj). I am the top contributor to the repository, responsible for code generation, intrinsic functions, file I/O and the test infrastructure.
COBOLJavaCompilerOSS