diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2011-06-17 23:22:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-17 23:22:14 -0500 |
commit | ee98b278039b6e166b3b4ffb2eb379e81f2d1a1f (patch) | |
tree | ee6a458bb64e1be297e183d2813f4085bcdb82ef /development/open-cobol/README | |
parent | 60e9ecaacc27ba77e78b30d210140586086167ca (diff) | |
download | slackbuilds-ee98b278039b6e166b3b4ffb2eb379e81f2d1a1f.tar.gz |
development/open-cobol: Added (open-source COBOL compiler)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/open-cobol/README')
-rw-r--r-- | development/open-cobol/README | 7 |
1 files changed, 7 insertions, 0 deletions
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. |