February 21st, 2019

xmkit-scm: An eXtended Module Parser in Scheme



Released a new XM parser toolkit today, written in my new favourite language: Scheme. The library is provided as an “egg” extension to the Chicken 4 implementation of Scheme. The parser offers a large set of features, including procedures for parsing pattern data (of coure), verifying file integrity, and extracting and converting sample data. Chicken users can simply install the extension with “chicken-install xmkit”. Documentation is available here.