Fellow Haskelleers,
It is with great pleasure I hereby announce the first stable release
of the haskell-src-exts package, version 1.0.0!
haskell-src-exts is a package for Haskell source code manipulation. In
particular it defines an abstract syntax tree representation, and a
parser and pretty-pri
On Jun 17, 2009, at 1:00 PM, Niklas Broberg wrote:
Thanks a lot, very useful! I'll add that to the darcs repository if
you don't mind. :-)
feel free!
Here is a cleaned-up and updated version that can also read from stdin:
#! /usr/bin/env runhaskell
> import Language.Haskell.Exts
>
> import
Hi Sebastian,
> This script may even simplify testing of large code bases:
Thanks a lot, very useful! I'll add that to the darcs repository if
you don't mind. :-)
Cheers,
/Niklas
___
Haskell mailing list
[email protected]
http://www.haskell.org/mail
On Jun 17, 2009, at 12:43 AM, Niklas Broberg wrote:
Testing it is
really easy, four simple steps:
cabal install haskell-src-exts
[...]
ghci
[...]
Prelude> :m Language.Haskell.Exts
Prelude Language.Haskell.Exts> parseFile "YourFileHere.(l)hs"
This script may even simplify testing of large
Fellow Haskelleers,
I'm pleased to report that I feel I have now completed the first
milestone in my GSoC project for haskell-src-exts: Full Code Support.
This means I feel ready to take that scary leap that means to drop the
safe 0.x version numbering (experimental) and finally make the first
st