[Haskell-beginners] parse String -> Expression

Felipe Lessa felipe.lessa at gmail.com
Sun Nov 8 13:53:00 EST 2009


On Sun, Nov 08, 2009 at 04:49:37PM -0200, Felipe Lessa wrote:
> You don't need to code all the parser by hand.  You can use, for
> example, Parsec parsers.

IOW, you may use the language's implicit stack instead of
building your own.

--
Felipe.


More information about the Beginners mailing list