Date: Thu, 13 Nov 1997 14:05:55 +0200 (IST) From: Eli Zaretskii To: Roman Suzi cc: djgpp AT delorie DOT com Subject: Re: Runtime code generation ques In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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).