Description
Parses TOML files in Ruby using a racc-based parser. It is useful for reading structured configuration and metadata in tools that prefer TOML syntax.
TOML input should still be validated after parsing. Check required keys, types, ranges, and defaults before applying settings to real behavior.