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: | "Marco Singer" <ms@it-1a.de> |
Newsgroups: | comp.compilers |
Date: | 11 Dec 2002 22:31:35 -0500 |
Organization: | Compilers Central |
Keywords: | interpreter, question |
Posted-Date: | 11 Dec 2002 22:31:35 EST |
Hello,
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?
[C is a complex language. I doubt if any simple interpreter you fould
would be useful. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.