[Haskell] Re: Evaluating expressions given as String
John Goerzen
jgoerzen at complete.org
Tue Feb 8 14:26:58 EST 2005
On 2005-02-08, Javier García-Vivó Albors <jgarciavivo at dsic.upv.es> wrote:
> I'm working on a haskell project in which I need to evaluate haskell expressions
> that are given in an input File.
You may want to look at hs-plugins.
Alternatively, Langhage.Haskell.* in fptools may help you do do what you
want, albeit with more effort on your part.
-- John
More information about the Haskell
mailing list