Go to file
Maurice Makaay 83be756015 Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
ast Make use of the new feature to run without sanity check on the parser, to make the big testfiles-based test suite faster. 2019-06-30 01:07:13 +00:00
cmd/burntsushi-tester Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
parse Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
parse2 Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
.gitignore Ignore build output, removed some profiling code. 2019-06-30 10:15:39 +00:00
Makefile Integrated multiple file-based test suites (BurntSushi, iarna and my own) into the unit tests. BurntSushi's tests are also still supported using the test interface implementation from cmd/burntsushi-tester. 2019-06-29 15:45:52 +00:00
README.md Backup work, before switching from module development setup to standard GOPATH workspace setup (some tooling simply is not yet working with it, and I mainly miss refactoring a lot) 2019-06-27 07:36:24 +00:00
go.mod Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
go.sum Backup work, before switching from module development setup to standard GOPATH workspace setup (some tooling simply is not yet working with it, and I mainly miss refactoring a lot) 2019-06-27 07:36:24 +00:00
toml.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00

README.md

TOML encoder/decoder for Go

TOML stands for Tom's Obvious, Minimal Language. This go package provides a decoder and an encoder for TOML.

Specification: https://github.com/toml-lang/toml

Compatible with TOML version v0.5.0