Description
This is a mostly complete TOML parser written in Grain using a recursive descent style parser. It covers most of the unreleased v1.1.0
spec
A mostly complete toml parser for the grain language. The parser supports the tomlĀ v1.1.0
Ā spec which has not been released yet and is still in motion but it is mostly backwards compatible with theĀ v1.0.0
Ā spec and should be able to parse most toml files, as long as they donāt include dates, and there is a bug with key deduplication in nested lists.