Go to file
Maurice Makaay c405260ea6 All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +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 All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +00:00
keyvaluepair_test.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +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 All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +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.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +00:00
value_boolean.go And stil... it can be cleaner and simpler. 2019-06-18 23:26:15 +00:00
value_boolean_test.go Added booleans ...that was boring. 2019-06-18 23:24:23 +00:00
value_datetime.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +00:00
value_datetime_test.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +00:00
value_number.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +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
value_test.go All base value types for TOML implemented (added date/time types and implemented correct detection of the possible value types). All examples from the TOML specification key/value assignments have been added to the unit tests. All are gree :-) 2019-06-19 10:42:51 +00:00