pnathan / pp-toml

Paul's Parser for Tom's Own Minimal Language
https://github.com/mojombo/toml
Other
19 stars 3 forks source link

Fix #15. Now supports fully commented input. #16

Closed pnathan closed 9 years ago

pnathan commented 9 years ago

Short circuit after we strip comments out, returning an appropriately empty hash table. See new test cases for examples.

Also added GENERIC-COMPARABILITY as a dependency to allow easy comparison of hash tables.

This bumps the version to 1.0.1, as it only bugfixes the API.