Go to file
Maurice Makaay e8739d38ea Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
.vscode Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00
.gitignore Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00
comment.go Brought the TOML code up-to-speed with the latest version of parsekit. 2019-06-17 13:59:59 +00:00
comment_test.go Brought the TOML code up-to-speed with the latest version of parsekit. 2019-06-17 13:59:59 +00:00
go.mod Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00
go.sum Brought the TOML code up-to-speed with the latest version of parsekit. 2019-06-17 13:59:59 +00:00
helpers_test.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
keyvaluepair.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
keyvaluepair_test.go Added some docs from the TOML specs to the code for easy reference. 2019-06-17 23:44:32 +00:00
toml.code-workspace Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00
toml.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
toml_test.go Brought the TOML code up-to-speed with the latest version of parsekit. 2019-06-17 13:59:59 +00:00
value_number.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
value_number_test.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
value_string.go Implemented all string types and key types 2019-06-17 23:25:39 +00:00
value_string_test.go Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00