| Bill Allombert on Sun, 01 Feb 2026 13:08:18 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| GP2C 0.0.14pl1 released |
Dear PARI lovers, I am pleased to announce the release of GP2C 0.0.14pl1, 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 release PARI 2.17 Here is the changelog: gp2c (0.0.14pl1) * Bugs fix: - a!==b, a!===b lead to syntax error - incorrect hexadecimal were allowed (from Hong-Phuc Bui) * Test-suite: - Update apply test for PARI 2.18.0 [#2579] - Add test lex to check lexical corner cases -- Bill Allombert <allomber@math.u-bordeaux.fr> Sun, 01 Feb 2026 11:02:41 +0100 - - - - - - - - - - - - - - - - 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.