Re: C interpreter source code

"juergen wurth" <j.wurth@gmx.de>
13 Dec 2002 00:10:21 -0500

          From comp.compilers

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)
| List of all articles for this month |

From: "juergen wurth" <j.wurth@gmx.de>
Newsgroups: comp.compilers
Date: 13 Dec 2002 00:10:21 -0500
Organization: T-Online
References: 02-12-071
Keywords: C, interpreter
Posted-Date: 13 Dec 2002 00:10:21 EST

Hi Marco,
a C interpreter in "a single class"?
This is a complex piece of code and can definitly not been
handled by a single class.
Only if you use a activex script engine, you need to implement
a script host. This can be done with a single class.
There is a scriptengine called debugscript (as a sample how to
implement a script engine with a debug interface). I remember
it as running a C-style language.
Regards,
Juergen


"Marco Singer" <ms@it-1a.de> schrieb im Newsbeitrag
> I want to embed a C (maybe a "slim" version) interpreter into my
> software. ...
> 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?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.