Re: Equation compiler?

nr@wally.eecs.harvard.edu (Norman Ramsey)
3 Nov 1999 21:45:35 -0500

          From comp.compilers

Related articles
Equation compiler? alan.garny@physiol.ox.ac.uk (Alan GARNY) (1999-10-27)
Re: Equation compiler? Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-10-29)
Re: Equation compiler? qjackson@wave.home.com (Quinn Tyler Jackson) (1999-10-29)
Re: Equation compiler? zalman@netcom9.netcom.com (Zalman Stern) (1999-10-31)
Re: Equation compiler? etechweb@yahoo.com (1999-11-02)
Re: Equation compiler? nr@wally.eecs.harvard.edu (1999-11-03)
Re: Equation compiler? niemannt@my-deja.com (1999-11-20)
| List of all articles for this month |

From: nr@wally.eecs.harvard.edu (Norman Ramsey)
Newsgroups: comp.compilers
Date: 3 Nov 1999 21:45:35 -0500
Organization: EECS, Harvard University, Cambridge, MA
References: 99-10-113
Keywords: parse



Alan GARNY <alan.garny@physiol.ox.ac.uk> wrote:
>Does anyone know how to create an equation compiler in C/C++? The idea
>is, for instance, to allow the user to enter an equation, such as y =
>3x+2, and compile (in assembly language for faster computation?)


Chris Van Wyk did something like this in C++. Very cool.
I think it was published in Software---Practice and Experience.


Post a followup to this message

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