Parsec sample problems
Submitted by metaperl on Tue, 03/22/2005 - 3:29am.
::
I need some parsec help... the Main.hs in the intro examples has some issues. First it required an import Char for the digitToInt function... I added that... now the function factor is calling a function parens but there is no such function... changing parens to matching (another function) does no good as it yields type errors... the Parsec distro Main.hs is
here
- metaperl's blog
- Login to post comments
I ran ghci Main.hs -package parsec
[01:41] skew what do you get when you try to run it?
[01:41] metaperl oh, that works