Leical and syntactic analyzer

Jon Cast jcast@ou.edu
Thu, 22 Aug 2002 10:31:01 -0500


Jonata Goulart <jonatahh@hotmail.com> wrote:
> Does somebody know where can I find an example of a lexical and
> syntactic analyzer for arithmetic and conditional statements
> in Haskell?

> Thanks

hslibs/hssource in the ghc source
(<http://www.haskell.org/ghc/dist/5.04/ghc-5.04-src.tar.bz2>).

Jon Cast