Skip to content

bamchoh/mruby-toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-toml Build Status

[WIP]

Toml parser for mruby. this library is using libtoml

limitation

This library doesn't parse TOML_DATE type. it returns nil.

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'bamchoh/mruby-toml'
end

example

p Toml.parser("bar = 1")
#=> {bar => 1}

License

under the MIT License:

  • see LICENSE file

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published