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

Michael Hielscher <hier.mail.einwerfen@gmail.com>
Thu, 20 Jan 2011 13:41:00 -0800 (PST)

          From comp.compilers

Related articles
Searching for a C/C++ Interpreter written in pure Java hier.mail.einwerfen@gmail.com (Michael Hielscher) (2011-01-20)
Searching for a C/C++ Interpreter written in pure Java steshaw@gmail.com (Steven Shaw) (2011-01-23)
Re: Searching for a C/C++ Interpreter written in pure Java Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) (2011-02-01)
Re: Searching for a C/C++ Interpreter written in pure Java usenet@rwaltman.com (Roberto Waltman) (2011-02-05)
| List of all articles for this month |

From: Michael Hielscher <hier.mail.einwerfen@gmail.com>
Newsgroups: comp.compilers
Date: Thu, 20 Jan 2011 13:41:00 -0800 (PST)
Organization: Compilers Central
Keywords: C, interpreter, question
Posted-Date: 21 Jan 2011 22:11:17 EST

For an education project we are looking for an interpreter for
different languages to be used inside Java-Applets (unsigned). So we
have the requirement of Java as implementation language and sandbox
restrictions at runtime.


We already found a few interpreters: Java (Beanshell), Scheme (SISC),
SQL (HSQLDB), Pascal (a new project on google code) we are still
looking for C or C++ interpreter that can meet our requirements.


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.



Post a followup to this message

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