PGN (Portable Game Notation) parser for Chicken Scheme.
This library contains procedures for parsing PGN database files as described Standard: Portable Game Notation Specification
See files under tests/
folder
chicken-pgn-abnf
uses the chicken-abnf pattern matcher library to construct the parser.