>
> i'm looking for Haskell code to read/handle/write .sgf files/game trees
> (= smart game format, http://www.red-bean.com/sgf/user_guide/index.html)
> --
> -- Johannes Waldmann ---- http://www.informatik.uni-leipzig.de/~joe/ --
> -- [EMAIL PROTECTED] -- phone/fax (+49) 341 9732 204/209 --
>
Hi,
If you can write an ASDL definition for the .sdf tree, asdlGen will
generate read/write code for you in Haskell (or SML/Java/C/C++).
Look at http://www.cs.princeton.edu/zephyr/ASDL/ if you don't know
about ASDL or asdlGen.
HTH.
Fermin Reig