pp-toml

https://github.com/pnathan/pp-toml.git

git clone 'https://github.com/pnathan/pp-toml.git'

(ql:quickload :pp-toml)
6

Paul's Parser for Tom's Own Minimal Language

Common Lisp TOML parser.

Build Status

Compliance notes

Testing

To run the tests, do this:

 sbcl --script run-sbcl-tests.lisp

Which will produce a test report.

Contributions

Gratefully accepted. Please add test cases for bug reports you fix or features you add.

License is LLGPL.

Remarks

Since Tom thought it'd be a good idea to put his name on the language, I'm putting my name on this parser.