Re: An expression compiler with run-time interpretation?

peter_flass@my-deja.com
23 Sep 2000 14:48:14 -0400

          From comp.compilers

Related articles
An expression compiler with run-time interpretation? TArcidiacono@bridge.com (Tom) (2000-09-21)
Re: An expression compiler with run-time interpretation? peter_flass@my-deja.com (2000-09-23)
Re: An expression compiler with run-time interpretation? mikael.lyngvig@toolwood.dk (Mikael Lyngvig) (2000-09-23)
Re: An expression compiler with run-time interpretation? nr@labrador.eecs.harvard.edu (2000-09-24)
Re: An expression compiler with run-time interpretation? rus@tamu.edu (Silvius Rus) (2000-09-28)
| List of all articles for this month |

From: peter_flass@my-deja.com
Newsgroups: comp.compilers
Date: 23 Sep 2000 14:48:14 -0400
Organization: Deja.com - Before you buy.
References: 00-09-146
Keywords: interpreter

You could always call rexx from C++ and evaluate the expression via the
rexx "interpret" instruction.


    Tom <TArcidiacono@bridge.com> wrote:
> I'm building an application that must be able to read arithmetic
> expressions (such as x = 12 * ((y + z)/ (sqrt(y))) ) from an external
> text file at runtime, "compile" them, and later evaluate the
> expression to find a result when the variable values have been
> satisfied.


Post a followup to this message

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