From: T. V. Raman
Subject: Parsing math expressions in lisp:
Date: 
Message-ID: <1991Nov19.184255.2720@cs.cornell.edu>
Hi!

I am looking for some Lisp modules that I could build on.  What I need
is something that will take simple math expressions in infix and
return lisp like expressions for them.

ie to take a simple example:
a + b -> (+ a b)

I would of course like to handle things like n-ary operators. 

I am thinking of writing the code from scratch,  but this looks such a
standard problem taht I am hoping that there may be some code out
there that I may be able to use.

Does anyone have  something like this? 

I would be extremely grateful to get  some modules so I can speed up
the proces of developing the code that I am working on.

Thanks,

--Raman
-- 
   T. V. Raman <·····@cs.cornell.edu>Tel: (607)255-7421 R 272-2435
		       Office: 5162 Upson Hall,
Department of Computer Science, Cornell University Ithaca NY 14853-6201
		Res: 226 Bryant Avenue Ithaca NY 14850