• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H08-Nov-2020-2,1991,444

desc/H07-May-2022-83,28882,357

doc/H03-May-2022-2,1611,849

scripts/H08-Nov-2020-858714

src/H08-Nov-2020-15,94113,364

test/H08-Nov-2020-2,6442,441

test2/H08-Nov-2020-662571

test3/H08-Nov-2020-668584

test4/H08-Nov-2020-549468

AUTHORSH A D02-Oct-201151 21

BUGSH A D20-Oct-20201.4 KiB5228

COPYINGH A D28-Jan-202017.7 KiB340281

ChangeLogH A D20-Oct-202036.4 KiB1,019811

INSTALLH A D28-Jan-20202 KiB5338

Makefile.amH A D20-Feb-2020323 109

Makefile.inH A D08-Nov-202027.8 KiB902809

NEWSH A D28-Jan-20201.9 KiB4840

READMEH A D20-Feb-20201.8 KiB5234

aclocal.m4H A D08-Nov-202044.1 KiB1,2191,105

configureH A D08-Nov-2020187.6 KiB6,4825,350

configure.acH A D20-Oct-20206.3 KiB211185

gp2cH A D20-Feb-2020276 1811

gp2c-dbgH A D20-Feb-2020321 1710

gp2c-runH A D20-Feb-2020278 1710

README

1GP2C,  GP to C translator
2       Copyright (C) 2000-2018 The PARI Group, Bordeaux.
3
4GP2C is part of the PARI/GP system, http://pari.math.u-bordeaux.fr/.
5
6New versions are available at
7<ftp://pari.math.u-bordeaux.fr/pub/pari/GP2C> and
8<http://pari.math.u-bordeaux.fr/download.html>
9
10==========================================================================
11
12To get started, read the manual in doc/gp2c.dvi or doc/html.
13You need PARI/GP installed to compile this package.
14
15The command provided are:
16
17gp2c file.gp
18
19Translate file.gp to C and output the resulting code to stdout.
20
21gp2c-run file.gp
22
23This will translate file.gp to C, compile it, and run a GP session including
24the compiled functions. This rely on install() working for external module
25so is not as portable as GP2C. However it is known to work on Linux, Solaris,
26OSF/1, Mac OS X, and Cygwin.
27
28gp2c-dbg file.gp
29
30[not installed by default]
31This does the same as gp2c-run but launch GP inside the C debugger, so
32you can debug your script. See the configure option '--with-paricfg-dbg'
33to enable it.
34
35Thanks for your support, and have fun !
36
37Bill Allombert <allomber@math.u-bordeaux.fr>
38
39========================================================================
40
41GP2C is free software; you can redistribute it and/or modify it under the terms
42of the GNU General Public License as published by the Free Software Foundation;
43either version 2 of the License, or (at your option) any later version.
44
45This program is distributed in the hope that it will be useful, but WITHOUT ANY
46WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
47PARTICULAR PURPOSE.  See the GNU General Public License for more details.
48
49You should have received a copy of the GNU General Public License along with
50this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
51Street, Fifth Floor, Boston, MA 02110-1301 USA.
52