Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spotandjake/grain-toml

A Basic Toml Parser For Grain-Lang
https://github.com/spotandjake/grain-toml

Last synced: 23 days ago
JSON representation

A Basic Toml Parser For Grain-Lang

Awesome Lists containing this project

README

        

# Grain-Toml
This repo contains 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.

Feel free to use this in your project or as inspiration for a better toml-parser.

# To Be Done
This library is by no means completes, Some Notable Things Missing Are
+ Fix Key Duplication Detection
+ Date Support
+ Consider representing date's as numbers until grain has actual date support
+ Validate Seconds Against Leap Seconds
+ Allow Optional Seconds
+ Validation
+ Fix Key Duplicate Validation