[Haskell-cafe] Parsing Haskell in Parsec

Tom Nielsen tanielsen at gmail.com
Sun Mar 20 15:14:20 CET 2011


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 at 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 at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list