Search found 1 match
- Mon Mar 08, 2010 12:03 pm
 - Forum: newLISP in the real world
 - Topic: Writing a parser
 - Replies: 3
 - Views: 1702
 
Writing a parser
Greetings all, I have written a quick 'n' dirty Perl parser for the SGF (Smart Game Format) which is used, among others, to record Go (Igo, Baduk, Weiqi) matches. Now I'd like to try doing something similar in NewLISP, but I don't want to directly translate the Perl one, but instead try to build som...