Mail Archives: djgpp/1997/11/13/07:07:56
On Fri, 7 Nov 1997, Roman Suzi wrote:
> Does anyone know if such mini-compiler is available for DJGPP (C/C++)
> in some of the libraries/packages?
One place to look is the GNU bc package (v2gnu/bc103[sb].zip). It's
really a calculator, but it has a scripting language that can be used
to write functions.
Another possibility is to create an Awk program and call Gawk
(v2gnu/gwk303b.zip) to run it.
There's also Guile, which is supposed to be a beginning of *the* GNU
extension language. It wasn't ported to DJGPP (AFAIK), and I'm not sure
it's close enough to C for you to be satisfied. But do take a look at it
(it's available from GNU ftp sites).
- Raw text -