Difference between revisions of "Pascal"
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Pascal | |Name=GNU Pascal | ||
− | |Short description=Pascal compiler | + | |Short description=Pascal computer language compiler. |
− | |Full description=GNU Pascal is the Pascal language compiler of Project GNU. It is a 32/64 bit compiler that is linked against the GCC backend and will be integrated in to GCC in the long run. It runs on all operating systems compatible with GCC, and can act as a native or a cross compiler between those systems. It implements ISO Pascal, Borland Pascal 7.0, and parts of other Pascal standards or de-facto standards. | + | |Full description=GNU Pascal is the Pascal language compiler of Project GNU. It is a 32/64 bit compiler that is linked against the [[gcc | GCC]] backend and will be integrated in to [[gcc | GCC]] in the long run. It runs on all operating systems compatible with [[gcc | GCC]], and can act as a native or a cross compiler between those systems. It implements ISO Pascal, Borland Pascal 7.0, and parts of other Pascal standards or de-facto standards. |
|Homepage URL=https://www.gnu.org/software/pascal/ | |Homepage URL=https://www.gnu.org/software/pascal/ | ||
− | | | + | |Is High Priority Project=No |
− | + | |Documentation note=https://www.gnu-pascal.de/gpc.pdf | |
− | |Documentation note= | + | '''Selection from the [https://shop.fsf.org/ FSF shop]''' |
− | + | ||
− | | | + | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] |
− | |Related projects=RHIDE,Free_Pascal_Compiler,GTKpas,Pasdoc,p2c | + | |
− | + | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | |
+ | |||
+ | [https://shop.fsf.org/books-docs/using-gcc-gnu-compiler-collection-reference-manual-v-33-discounted Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards,RHIDE,Free_Pascal_Compiler,GTKpas,Pasdoc,p2c,gcc | ||
|Version identifier=20060325 | |Version identifier=20060325 | ||
|Version date=2006/03/25 | |Version date=2006/03/25 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://www.gnu-pascal.de/alpha/gpc-20060325.tar.bz2 |
− | |Last review by= | + | |Last review by=Bendikker |
− | |Last review date= | + | |Last review date=2019/01/09 |
− | |Submitted date=2011 | + | |Submitted by=Database conversion |
+ | |Submitted date=2011/04/01 | ||
+ | |User level=none | ||
+ | |Paid support=https://www.fsf.org/resources/service/ | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=pascal | |GNU package identifier=pascal | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=GPLv2orlater |
− | |License verified by= | + | |License verified by=Bendikker |
− | |License verified date= | + | |License verified date=2018/04/28 |
+ | |License note=covers whole program | ||
+ | }} | ||
+ | {{Project license | ||
+ | |License=GPLv2orlater with exception | ||
+ | |License verified by=Bendikker | ||
+ | |License verified date=2018/06/22 | ||
+ | |License note=demos: if you incorporate even large parts of the code into another program with substantially different functionality | ||
}} | }} | ||
{{Person | {{Person | ||
Line 33: | Line 58: | ||
}} | }} | ||
{{Person | {{Person | ||
− | |Real name= | + | |Real name=Russ Whitaker |
− | |Role= | + | |Role=Maintainer |
+ | |Email=russ@ashlandhome.net | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) | ||
+ | |Resource URL=https://pypi.org/project/pascal/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://www.g-n-u.de/mailman/listinfo/gpc/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://www.gnu-pascal.de/alpha/ |
− | |Resource URL= | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
− | |Programming-language=pascal | + | |Programming-language=C, pascal |
+ | |Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd | ||
|Software-development=compiler, programming-language | |Software-development=compiler, programming-language | ||
|Use=software-development | |Use=software-development | ||
+ | |Uitoolkit=ncurses | ||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=gcc 2.95.x | + | |Prerequisite description=[[gcc | GCC]] 2.95.x |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description=ncurses 5.0 | + | |Prerequisite description=[[ncurses]] >=5.0 (terminal) |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description=PDCurses (X11) | + | |Prerequisite description=[[PDCurses]] (X11) |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description=rx (RegEx unit) | + | |Prerequisite description=[[rx | RX ]] (RegEx unit) |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description=gmp (GMP unit) | + | |Prerequisite description=[[gmp | GMP]] (GMP unit) |
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 15:58, 9 January 2019
GNU Pascal
https://www.gnu.org/software/pascal/
Pascal computer language compiler.
GNU Pascal is the Pascal language compiler of Project GNU. It is a 32/64 bit compiler that is linked against the GCC backend and will be integrated in to GCC in the long run. It runs on all operating systems compatible with GCC, and can act as a native or a cross compiler between those systems. It implements ISO Pascal, Borland Pascal 7.0, and parts of other Pascal standards or de-facto standards.
This is a GNU package:pascal
Download
https://www.gnu-pascal.de/alpha/gpc-20060325.tar.bz2
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Bendikker
Verified on
22 June 2018
Notes
demos: if you incorporate even large parts of the code into another program with substantially different functionality
Leaders and contributors
Contact(s) | Role |
---|---|
Russ Whitaker | Maintainer |
Peter Gerwinski | Maintainer |
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | PDCurses (X11) |
Required to build | GCC 2.95.x |
Weak prerequisite | ncurses >=5.0 (terminal) |
Weak prerequisite | RX (RegEx unit) |
Weak prerequisite | GMP (GMP unit) |
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.