From ee98b278039b6e166b3b4ffb2eb379e81f2d1a1f Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Fri, 17 Jun 2011 23:22:14 -0500 Subject: development/open-cobol: Added (open-source COBOL compiler) Signed-off-by: Robby Workman --- development/open-cobol/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 development/open-cobol/README (limited to 'development/open-cobol/README') diff --git a/development/open-cobol/README b/development/open-cobol/README new file mode 100644 index 0000000000..751f7bebaf --- /dev/null +++ b/development/open-cobol/README @@ -0,0 +1,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. -- cgit v1.2.3