I'm writing the parser for a Haskell-like language in Parsec https://github.com/glutamate/baysig/blob/master/Baysig/Syntax/Parser.hs The hand-written lexer and layout resolution code is in the same directory. It has do-notation and custom infix declarations. Tom On Sun, Mar 20, 2011 at 5:25 AM, Alex Rozenshteyn <rpglover64@gmail.com> wrote:
I'm trying to write a parser for a small functional language in Parsec, as part of a larger project of porting this from ocaml to Haskell.
I was wondering if there was a parser for Haskell written in Parsec that I could use as a reference.
-- Alex R
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe