ruby-tomlrb

Racc based TOML parser library for Ruby
  https://github.com/fbernier/tomlrb
  0
  no reviews



A Racc based TOML (Tom's Obvious, Minimal Language) Ruby parser supporting the 0.4.0 version of the spec.

TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table.