I wanted, just to learn a bit about Iteratees, reimplement a simple parser I made, using Data.Iteratee and Data.Attoparsec.Iteratee. I\'m pretty much stumped though. Below I have a simple example that
attoparsec was suggested to me for parsing a file, now I must to understand how to use it; somebody gave methis piece of code:
There are a lot of posts on here about this, I\'m using this code from another SO post and placing a delegate assignation in my Main() method. None of the other posts have directly answered my questio