Go to file
Maurice Makaay 5ff6f20ab7 Speed improvements 2019-07-29 23:51:03 +00:00
ast Restructured the BurntSushi testing code, to not let it be a part of the TOML AST. 2019-07-28 14:51:14 +00:00
burntsushi Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:30 +00:00
cmd/burntsushi-tester Speed improvements 2019-07-29 23:51:03 +00:00
parse Speed improvements 2019-07-29 23:51:03 +00:00
parse2 Speed improvements 2019-07-29 23:51:03 +00:00
.gitignore Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
Makefile Made it easier to do some profiling on the code. 2019-07-12 12:33:53 +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