Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #983

Re: Searching for a C/C++ Interpreter written in pure Java

From Colin Paul Gloster <Colin_Paul_Gloster@ACM.org>
Newsgroups comp.compilers
Subject Re: Searching for a C/C++ Interpreter written in pure Java
Date 2011-02-01 07:55 -0500
Organization Compilers Central
Message-ID <11-02-003@comp.compilers> (permalink)
References <11-01-107@comp.compilers>

Show all headers | View raw


Michael Hielscher sent:
|----------------------------------------------------------------------|
|"[..]                                                                 |
|                                                                      |
|Maybe somebody has already started or done a project in this direction|
|or has written a C/C++ grammar for a compiler compiler that produces  |
|Java code."                                                           |
|----------------------------------------------------------------------|

Grammars for many languages including an approximation of C++ have
been available for the Java Compiler Compiler (JavaCC, not to be
confused with javac) for many years.

Steven Shaw sent:
|------------------------------------------------------------|
|"You could use Cint - the only C and C++ interpreter I know.|
|                                                            |
|  http://root.cern.ch/drupal/content/cint                   |
|                                                            |
|[..]"                                                       |
|------------------------------------------------------------|

I advise against this. Do you actually use Cint? I use a codebase
by someone who uses ROOT (which officially Cint is not a part of,
though aside from early versions they are packaged together). ROOT is
very buggy.

Yours sincerely,
Colin Paul Gloster

Back to comp.compilers | Previous | Next | Find similar


Thread

Re: Searching for a C/C++ Interpreter written in pure Java Colin Paul Gloster <Colin_Paul_Gloster@ACM.org> - 2011-02-01 07:55 -0500

csiph-web