Skip to content

narslan/chicken-pgn-abnf

Repository files navigation

pgn-abnf

PGN (Portable Game Notation) parser for Chicken Scheme.

Description

This library contains procedures for parsing PGN database files as described Standard: Portable Game Notation Specification

Usage

See files under tests/ folder

chicken-pgn-abnf uses the chicken-abnf pattern matcher library to construct the parser.