Go to file
Maurice Makaay c29afaeacc Nope, NOW I'm done with the number types. On reading the docs, I noticed
that I missed an implementation for floats 'nan' and 'inf'. All taken care
of now!
2019-06-18 23:13:59 +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 all number formats for TOML. 2019-06-18 22:52:45 +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 Nope, NOW I'm done with the number types. On reading the docs, I noticed 2019-06-18 23:13:59 +00:00
value_number_test.go Nope, NOW I'm done with the number types. On reading the docs, I noticed 2019-06-18 23:13:59 +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