GP2C 0.0.10 released
Bill Allombert <[email protected]> Thu, 3 Nov 2016 12:55:32 +0100
| Newsgroups | gmane.comp.mathematics.pari.announce |
|---|---|
| Message-ID | <20161103115532.GA30556@yellowpig> |
Dear PARI lovers, I am pleased to announce the release of GP2C 0.0.10, the GP to C translator. The sources can be obtained through the address http://pari.math.u-bordeaux.fr/download.html#gp2c This release is targeting the new release PARI 2.9 Added: - Support for prototype code 'b' and bitprec. - Support for localprec() and localbitprec() Bugs fix: - generate correct install() commands when -o is in use. - undeclared variable in iterators bounds leads to gp2c crash - - - - - - - - - - - - - - - - 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.