
7 Mar
2011
7 Mar
'11
1:31 p.m.
Hi Daniel, I actually corrected the order of these two. Thanks -----Ursprüngliche Nachricht----- Von: Daniel Fischer [mailto:daniel.is.fischer@googlemail.com] Gesendet: Montag, 7. März 2011 14:29 An: haskell-cafe@haskell.org Cc: Hauschild, Klaus (EXT) Betreff: Re: [Haskell-cafe] Overlaping Parsec rules On Monday 07 March 2011 13:48:31, Hauschild, Klaus (EXT) wrote:
But there are still other problems to solve.
One thing that I saw which wasn't mentioned before (or I missed it) is that you need to try parsing binders before parsing identifiers. Currently, all binders are happily accepted as identifiers.