Difference between revisions of "Tiny COBOL"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Tiny COBOL |Short description=COBOL compiler |Full description=The tiny COBOL project is a COBOL compiler being actively developed by members of the free software c...")
 
m (typo)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Tiny COBOL
 
|Name=Tiny COBOL
|Short description=COBOL compiler
+
|Short description=COBOL 85 compiler
|Full description=The tiny COBOL project is a COBOL compiler being actively developed by members of the free software community. It generates GNU assembler code, thus requires the GNU assembler and linker programs to create an executable binary. The long term goal is to produce a COBOL compiler which is ANSI COBOL 85 compliant, or as close as possible to it. In order to better integrate the compiler with the Linux OS environment, the compiler has the following capabilities using COBOL language extensions:
+
|Full description='''Tiny COBOL''' is a COBOL compiler designed to implement the COBOL 85 standard. It also conforms to some of the COBOL-2002 standard.
* Read from standard input and write to standard output/error.
+
 
* Read command line parameters.
+
This package, actively developed in the 2000 years by members of the free software community, is no longer maintained.
* Read environmental parameters.
 
* Set a file name at run time.
 
* Set a program return code.
 
|User level=none
 
|Status=Live
 
|Component programs=
 
 
|Homepage URL=http://tiny-cobol.sourceforge.net/
 
|Homepage URL=http://tiny-cobol.sourceforge.net/
|VCS checkout command=:pserver:anonymous@cvs.tiny-cobol.sourceforge.net:/cvsroot/tiny-cobol
+
|User level=advanced
 
|Computer languages=C,lex,yacc
 
|Computer languages=C,lex,yacc
|Documentation note=
+
|Documentation note=Included
|Paid support=
+
|Related projects=gnucobol
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=COBOL_for_gcc
 
 
|Keywords=compiler,development,COBOL,tiny COBOL
 
|Keywords=compiler,development,COBOL,tiny COBOL
|Is GNU=n
+
|Version identifier=0.66
|Last review by=Janet Casey
+
|Version date=2010/08/28
|Last review date=2005-07-25
+
|Version status=historical
 +
|Version download=https://sourceforge.net/projects/tiny-cobol/files/tiny-cobol/0.66/tinycobol-0.66.tar.bz2
 +
|Version comment=0.66 stable released 2010-08-28
 +
|Last review by=Genium
 +
|Last review date=2017/01/15
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.63
+
|Status=
|Version date=2005-07-24
+
|Is GNU=No
|Version status=stable
 
|Version download=http://prdownloads.sourceforge.net/tiny-cobol/tinycobol-0.63.tar.gz
 
 
|License verified date=2001-02-16
 
|License verified date=2001-02-16
|Version comment=0.63 stable released 2005-07-24
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/15
 +
|License note=The TinyCOBOL compiler is licensed under GNU General Public License.
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/15
 +
|License note=The run-time library is licensed under GNU Lesser General Public License.
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Rildo Pragana
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Rildo Pragana
 
 
|Email=rpragana@acm.org
 
|Email=rpragana@acm.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Alan Cox
 
|Role=Contributor
 
|Role=Contributor
|Real name=Alan Cox
 
 
|Email=alan@redhat.com
 
|Email=alan@redhat.com
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Andrew Cameron
 
|Role=Contributor
 
|Role=Contributor
|Real name=Andrew Cameron
 
 
|Email=andrew@andy.alt.za
 
|Email=andrew@andy.alt.za
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=David Essex
 
|Role=Contributor
 
|Role=Contributor
|Real name=David Essex
 
 
|Email=dessex@arvotek.net
 
|Email=dessex@arvotek.net
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Glen Colbert
 
|Role=Contributor
 
|Role=Contributor
|Real name=Glen Colbert
 
 
|Email=gcolbert@uswest.net
 
|Email=gcolbert@uswest.net
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jim Noeth
 
|Role=Contributor
 
|Role=Contributor
|Real name=Jim Noeth
 
 
|Email=jmnoeth@agedwards.com
 
|Email=jmnoeth@agedwards.com
 
|Resource URL=
 
|Resource URL=
Line 72: Line 75:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://sourceforge.net/cvs/?group_id=383
+
|Resource URL=http://tiny-cobol.cvs.sourceforge.net/viewvc/tiny-cobol/development/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Developer
|Resource kind=VCS Repository Webview
+
|Resource kind=Homepage
|Resource URL=http://sourceforge.net/tracker/?group_id=383&atid=100383
+
|Resource URL=https://sourceforge.net/projects/tiny-cobol/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 86: Line 89:
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux
 
|Software-development=compiler
 
|Software-development=compiler
 
|Use=software-development
 
|Use=software-development
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2001-02-16
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 98: Line 98:
 
|Prerequisite description=GNU assembler & linker
 
|Prerequisite description=GNU assembler & linker
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 15:13, 15 January 2017


[edit]

Tiny COBOL

http://tiny-cobol.sourceforge.net/
COBOL 85 compiler

Tiny COBOL is a COBOL compiler designed to implement the COBOL 85 standard. It also conforms to some of the COBOL-2002 standard.

This package, actively developed in the 2000 years by members of the free software community, is no longer maintained.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

15 January 2017

Notes

The TinyCOBOL compiler is licensed under GNU General Public License.

Verified by

Genium

Verified on

15 January 2017

Notes

The run-time library is licensed under GNU Lesser General Public License.




Leaders and contributors

Contact(s)Role
Andrew Cameron Contributor
Jim Noeth Contributor
David Essex Contributor
Glen Colbert Contributor
Rildo Pragana Maintainer
Alan Cox Contributor


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,Help,SupportMailing List Info/Archivehttp://lists.sourceforge.net/mailman/listinfo/tiny-cobol-users
DeveloperHomepagehttps://sourceforge.net/projects/tiny-cobol/
DeveloperVCS Repository Webviewhttp://tiny-cobol.cvs.sourceforge.net/viewvc/tiny-cobol/development/


Software prerequisites

KindDescription
Required to buildGNU assembler & linker




Entry









































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.