Bill Allombert on Mon, 07 Oct 2024 15:58:13 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-announce@pari.math.u-bordeaux.fr
- Subject: GP2C 0.0.14 released
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Mon, 7 Oct 2024 15:58:09 +0200
- Delivery-date: Mon, 07 Oct 2024 15:58:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1728309490; bh=U/ZOQNXurfnoaSLPHbmbG+4Chk7wuBj27EMORRvcCpc=; h=Date:From:To:From; b=cXTVc6V/TSqTdiOxJgfqBjzlkYPRlo7HLlMGZw70NRTQDFcrVOGLHSd8R/WvAf2eo 7y68Zl0sqhmqO2vkCpmWegkcteOxiKMDwpIK/+VchGUXnDus9GgugwEknq1jWuKnjD 2BzthsLuBA2IVG0jU8mfxlALzRi7d6sTOflNtNsORpp0CLtB1JFLfKE0tjpEQguEvz l9s0xPpt/cu8/QOKtWeHWPRRDm4GqHqiEelicSarEuQqWkzoVsbtjVK4IJM4FvBJeh sfxBeKr7VIwTX8QnTvXVu/6gMDC8wuEEVtfVrusQAayRGbqy+WO8Ff3hqyUqbqZPmN geMqro80zD8HW6aqR5cGhCqmTQmoGSxgHGdZXhGPYfCwIbq53qmQOPxnlfJknRRk/O hmoe9WHr2Es+Q3jyB+EeqTA83OaR2w34Pzsy96l7+0cxWSEKWTLWq9Z5OddcPtkOv4 QoOCWe660oD0sVUEH45N+KF9KimCijOIahwB6QsWDr4ZkcXhe/KmgSahNenjNNfDMw +kbgwILMhiSEY2i9VIJQ6w0s8kEuPcl7+cVAWkmCIIfaNGUb4WkofPZ34OXjiP2fWv 6uAJgqikf7bY+fgI2oixxGFNbk7WSdfzKk85lHrJD7DTjQTmdZdO0axT3jGdzOL21D YkKGU7VcwGiXLAzhFyiCki6I=
- Mail-followup-to: pari-announce@pari.math.u-bordeaux.fr
Dear PARI lovers,
I am pleased to announce the release of GP2C 0.0.14, 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.17
* By default, support PARI 2.17 now.
* Added:
- Support for _* (primorial) operator from 2.16.1
- Support for #_~ from 2.16.1
- - - - - - - - - - - - - - - -
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.