Bill Allombert on Sun, 19 Mar 2006 19:04:58 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
GP2C 0.0.4pl4 released |
Hello PARI lovers, I just released GP2C 0.0.4pl4, the GP to C translator. You can download it at <http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.4pl4.tar.gz> 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, amd64-linux and ppc-darwin. New is this release: * Add documentation of the description system (doc/type.tex) (this is technical). * Add support for &a[b] construct. (e.g. issquare(x,&v[1]) ) * Much more robust handling of copy of reference. In particular: - Fix missing copy with code like x=vector(3);y=x;x[1]++;y (y[1] ended up equal to 1 instead of 0). Cheers, -- Bill. <ballombe@debian.org> Imagine a large red swirl here.