digitalmars.D - SGF parser?
- Michiel (10/10) Feb 14 2007 I've never written anything real or useful with D. I now have to write a
I've never written anything real or useful with D. I now have to write a program for my bachelor project. It has to do some data mining in go games. I'd like to use D, but I need an SGF (Smart Game Format) parser. I'd write one myself, but that takes valuable time in which I should actually do data mining. Is it too much to hope for an existing parser in D? If so, does anyone know a parser in C I could link with D? If not, I'm going to have to use Java. And I don't want to. :) It doesn't have to be very advanced. There will be no variations in the games I will analyze and I don't need to use the comments. Thanks!
Feb 14 2007