> Hello!
> Anybody has a program that converse natural expresion to inverse polac
> expresion in Haskell...
>
Assuming you mean "infix to Reverse Polish", I guess you need something that
will parse mathematical expressions. You might like to check out Happy...
it's a parser generator for Haskell, and you could write your own infix to RPN
program using it. Alternatively, there is a parsing combinator library that's
probably a lot easier to work with, but less general. Both are available at
http://www.haskell.org/libraries/
HTH.
--KW 8-)
--
: Keith Wansbrough, MSc, BSc(Hons) (Auckland) ------------------------:
: PhD Student, Computer Laboratory, University of Cambridge, England. :
: (and recently of the University of Glasgow, Scotland. [><] ) :
: Native of Antipodean Auckland, New Zealand: 174d47' E, 36d55' S. :
: http://www.cl.cam.ac.uk/users/kw217/ mailto:[EMAIL PROTECTED] :
:---------------------------------------------------------------------: