GP2C 0.0.7pl5 released
Bill Allombert <[email protected]> Mon, 13 May 2013 14:30:58 +0200
| Newsgroups | gmane.comp.mathematics.pari.announce |
|---|---|
| Message-ID | <20130513123058.GA9212@yellowpig> |
Dear PARI lovers, I am pleased to announce the release of GP2C 0.0.7pl5, the GP to C translator. The sources can be obtained through the address http://pari.math.u-bordeaux.fr/download.html#gp2c This release adds support for a number of GP feature introduced in PARI 2.6 (my([a,b]=v), iferr(code,E,rec,pred)) and fix some others issues. It also adds a an option -C for generating range checking code to detect runtime access to out-of-range components of vector and matrix (This requires PARI 2.6, alas). - - - - - - - - - - - - - - - - GP2C is a compiler for GP-scripts that output C code to be linked with libpari or install'ed in GP. It can be used to compile and run a GP script, to learn how to use the PARI library, or to check a script for mistakes (with -W). It also includes gp2c-run which provides a simple way to compile PARI programs written in C, and gp2c-dbg which allow to run code under the debugger. Cheers, Bill.