Related articles |
---|
C Interpreter ankit@cc.gatech.edu (Ankit Jain) (2000-09-13) |
Re: C Interpreter frido@q-software-solutions.com (Friedrich Dominicus) (2000-09-15) |
Re: C Interpreter adamo@dblab.ece.ntua.gr (2000-09-15) |
Re: Re: C Interpreter bonzini@gnu.org (2000-09-17) |
C interpreter us214777@mmm.3m.com (1989-10-02) |
C interpreter Ed.Breen@"CMIS".CSIRO.au (Ed Breen) (1998-03-18) |
Re: C interpreter ndc@alum.mit.edu (N. D. Culver) (1998-03-22) |
Re: C interpreter joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-03-24) |
[3 later articles] |
From: | Friedrich Dominicus <frido@q-software-solutions.com> |
Newsgroups: | comp.compilers,comp.lang.c |
Date: | 15 Sep 2000 01:37:21 -0400 |
Organization: | Q Software Solutions GmbH |
References: | 00-09-097 |
Keywords: | interpreter, C |
Ankit Jain <ankit@cc.gatech.edu> writes:
> Hi,
> I am looking for some open source C interpreter ( and possibly
> debuggers) that is almost ( if not totally) compatible with ANSI C,
> atleast can handle pointers, double pointers and similar stuff nicely.
> We need this for finding dynamic Def-Use associations ( at runtime ). I
> will be glad to get any suggestions for the same.
Cint, EiC
Cint: http://root.cern.ch/root/Cint.html
EiC: http://www.kd-dev.com/~eic/
I guess that should be enough food for thought ;-)
Regards
Friedrich
Return to the
comp.compilers page.
Search the
comp.compilers archives again.