blob: 751f7bebaf6a100542e59930931ad8283876a26a (
plain)
1
2
3
4
5
6
7
|
OpenCOBOL is an open-source COBOL compiler. OpenCOBOL implements a substantial
part of the COBOL 85 and COBOL 2002 standards, as well as many extensions of
the existent COBOL compilers.
OpenCOBOL translates COBOL into C and compiles the translated code using the
native C compiler. You can build your COBOL programs on various platforms,
including Unix/Linux, Mac OS X, and Microsoft Windows.
|