Related articles |
---|
C interpreter source code ms@it-1a.de (Marco Singer) (2002-12-11) |
Re: C interpreter source code j.wurth@gmx.de (juergen wurth) (2002-12-13) |
Re: C interpreter source code josejuanmr@lycos.es (2002-12-19) |
Re: C interpreter source code one2001boy@yahoo.com (one2001boy@yahoo.com) (2002-12-31) |
Re: C interpreter source code urfaust@optushome.com.au (faust) (2002-12-31) |
From: | "one2001boy@yahoo.com" <one2001boy@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 31 Dec 2002 00:09:24 -0500 |
Organization: | Prodigy Internet http://www.prodigy.com |
References: | 02-12-071 |
Keywords: | C, interpreter |
Posted-Date: | 31 Dec 2002 00:09:24 EST |
Marco Singer wrote:
> I want to embed a C (maybe a "slim" version) interpreter into my
> software. It should by easily extensible to add some software (MS
> VC++ MFC) specific routines.
>
> I search the web for source codes, but all codes are found are very
> complex and I don't know how to embed them correctly. I hoped to find
> a single class which contains all... Can anyone help me?
You can take a look at Ch - a C interpreter supporting C++ class.
It is also embeddable and extendable with Ch SDK. You may not
even need to look at the source code for your embedding task.
More can be found at
http://www.softintegration.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.