Bill Allombert on Sun, 11 Feb 2007 12:05:30 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

GP2C 0.0.5pl3 released


Hello PARI-dev,

I have just released GP2C 0.0.5pl3, the GP to C compiler.

It is available at <http://pari.math.u-bordeaux.fr/download.html#gp2c>.

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).

This release has been tested on i386-linux and amd64-linux.

This release is mainly a synchronisation of the parser with the new GP
evaluator.

GP2C no more accept to perform impossible type conversion.

Cheers,
Bill.