Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Xcalibor

#1
newLISP in the real world / Writing a parser
March 08, 2010, 04:03:38 AM
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 something idiomatic...



Is there any examples on how to build a parser in NewLISP? some previous art, even if parsing different document formats?



Thanks and laters