Skip to content

jvican/stoml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOML parser for Scala Build Status

TOML is a minimal configuration file format that shines because of its simplicity.

This is a clean-room parser implementation of the TOML spec that allows you to quickly parse any TOML file and get great error reporting when it fails.

Forget YAML, go TOML.

Import in your project

"me.vican.jorge" %% "stoml" % "0.5"
resolvers += Resolver.bintrayRepo("jvican", "releases")

Acknowledgements

Built on top of Fastparse (which means fast parsing) and Scalacheck to automatically check any combination of valid TOML elements.

About

TOML parser for Scala.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages