当前位置: 首页 > 软件库 > 开发工具 > 编译器 >

GNU Pascal

授权协议 未知
开发语言 Delphi/Pascal
所属分类 开发工具、 编译器
软件类型 开源软件
地区 不详
投 递 者 黄宏旷
操作系统 未知
开源组织
适用人群 未知
 软件概览

GNU Pascal 是一个免费开源的 Pascal 编译器,具备如下特点:

  • GPC is a 32/64 bit compiler,
  • does not have limits like the 64 kB or 640 kB limit known from certain operating systems – even on those systems –,
  • runs on all operating systems supported by GNU C, including
    • GNU Hurd,
    • Linux on Intel, AMD64, Sparc, Alpha, S390, and all other supported types of hardware,
    • the BSD family: FreeBSD, NetBSD, OpenBSD,
    • DOS with 32 bits, using DJGPP or EMX,
    • MS-Windows 9x/NT, using CygWin or mingw or MSYS,
    • OS/2 with EMX,
    • Mac OS X,
    • MIPS-SGI-IRIX,
    • Alpha-DEC-OSF,
    • Sparc-Sun-Solaris,
    • HP/UX,

    and more (note: the runtime system only supports ASCII based systems; that includes almost all of today's systems, but a few IBM machines still use EBCDIC; on those, the compiler might run, but the runtime support might need major changes),

  • can act as a native or as a cross compiler between all supported systems,
  • produces highly optimized code for all these systems,
  • is Free Software (Open-Source Software) according to the GNU General Public License,
  • is compatible to other GNU languages and tools such as GNU C and the GNU debugger.

支持下列语言标准

  • ISO 7185 Pascal (see Resources),
  • most of ISO 10206 Extended Pascal,
  • Borland Pascal 7.0,
  • parts of Borland Delphi, Mac Pascal and Pascal-SC (PXSC).
  • START-INFO-DIR-ENTRY * Gperf: (gperf).                Perfect Hash Function Generator. END-INFO-DIR-ENTRY 介绍 ************   'gperf'是一个用C++编写的完美的hash函数生成器.它通过一个完美的hash函数F转 换一个含有N元素的用户特定关键字集合到集合W. F唯一映射

  • 标题# GCC、GNU、GPL、GPL/Linux最全解析 本文章通过参考其它博文,和百度百科等资料,整理处理关于GCC、GNU、GPL、GPL/Linux等名词解析。一文帮你搞懂这些名词术语,将自己的学习笔记分享给大家。有错漏之处,感谢评论区指正 GCC——GNU编译器套件 GCC原名为GNU C语言编译器(GNU C Compiler),只能处理C语言。但其很快扩展,变得可处理C++,后来又扩

  • 免费开源的Pascal编译器 GNU Pascal 发布时间:2012-10-02 21:34:09来源:红联作者:empast GNU Pascal 是一个免费开源的 Pascal 编译器,具备如下特点: GPC is a 32/64 bit compiler, does not have limits like the 64 kB or 640 kB limit known from cert

  • 命令式和过程式编程语言Pascal面试考试题库和答案 1、Pascal是什么? Pascal 是一种命令式和过程式编程语言。它由 Niklaus Wirth 于 1970 年开发。它遵循结构化编程和数据结构化的基础知识。 2、为什么被命名为Pascal? Pascal这个名字是为了纪念法国数学家、哲学家和物理学家布莱斯•帕斯卡(Blaise Pasca)。 3、Pascal语言的开发者是谁? Pa

  • 1.GCC的基本特点 1)支持多种硬件架构 x86-64 Alpha ARM PowerPC SPARC VAX … 2)支持多种操作系统 Unix 、Linux 、BSD 、Android 、Mac 、 iOS 、Windows 3)支持多种编程语言 C 、C++ 、Objective-C、Java 、Fortran 、Pascal、 Ada 4)终端命令行查看GCC的版本 :gcc -v 2.

  • 文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书 GCC是GNU(GNU是GNU’s Not Unix的缩写)项目开发出来的众多有用工具之。GNU项目是1984年由Richard Stallman发起的一个免税的慈善项目。该项目的目标非常宏大,就是开发出一个完整的类Unix的系统,其源代码能够不受限制地被修改和传播。GNU项目已经开发出了一个包含Unix操作系统

相关阅读

相关文章

相关问答

相关文档