The gmpc tool simplifies the use of GMP, The GNU multiple precision library. It scans a C source file for specially marked GMPS arithmetic expressions and replaces them with plain C statements.
The abbreviation gmpc stands for GMP compiler, or maybe GMPS-to-C compiler. GMPS arithmetic expressions are straightforward infix expressions which transparently support the special types `mpq_t', `mpz_t' and `mpf_t' as defined by GMP. GMPS means, rather unimaginatively, `GMP script'.
No dependencies are added to the resulting C source, so there is no need to include additional header files or link with special libraries.
gmpc is released under the GNU General Public License. Any code generated by gmpc can be used without restrictions.
