diff options
Diffstat (limited to 'lang/gpc/pkg-descr')
-rw-r--r-- | lang/gpc/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gpc/pkg-descr b/lang/gpc/pkg-descr new file mode 100644 index 000000000000..a8bfc470e8ad --- /dev/null +++ b/lang/gpc/pkg-descr @@ -0,0 +1,10 @@ +GNU Pascal is part of the GNU compiler family, GNU CC or GCC. +It combines a Pascal front-end with the proven GNU C back-end +for code generation and optimization. Unlike utilities such +as p2c, this is a true compiler, not just a converter. + +The current release 2.0 implements Standard Pascal (ISO 7185, +level 1), a large subset of Extended Pascal (ISO 10206), and +Borland Pascal. + +WWW: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/ |