Jump to content

GNU Pascal

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 09:26, 26 February 2013 (Bot: Migrating 7 interwiki links, now provided by Wikidata on d:q1196623 (Report Errors)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
GNU Pascal logo

GNU Pascal (GPC) is a Pascal compiler composed of a frontend to GNU Compiler Collection (GCC), similar to the way Fortran and other languages were added to GCC. GNU Pascal is ISO 7185 compatible, and it implements "most" of the ISO 10206 Extended Pascal standard.[1]

The major advantage of piggybacking GNU Pascal on the GCC compiler is that it is instantly portable to any platform the GCC compiler supports.

In July 2010 a developer publicly asked opinion on the future of GNU Pascal, due to developer shortage and maintenance issues as a GCC port. There was a lively discussion on the maillist where the developers seemed to lean towards reimplementing in C++ with a C code generating backend. The maillist went to sleep again, and as of January 2013 no further releases or announcements had been made.

See also

Notes