[WIP]
Toml parser for mruby. this library is using libtoml
This library doesn't parse TOML_DATE type. it returns nil.
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'bamchoh/mruby-toml'
end
p Toml.parser("bar = 1")
#=> {bar => 1}
under the MIT License:
- see LICENSE file