Go to file
Maurice Makaay 54cb75955d Went over the full TOML AST implementation to give stuff good names.
Also pushed all tests to ast_test to make sure that the public interface
is sufficient for using the package
2019-06-26 15:38:32 +00:00
ast Went over the full TOML AST implementation to give stuff good names. 2019-06-26 15:38:32 +00:00
.gitignore Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00
ast.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
ast_test.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
comment.go Huge overhaul in AST handling. The AST is now fully integrated with the parser, which has been simplified quite a bit because of this. 2019-06-25 21:29:05 +00:00
comment_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +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 Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
keyvaluepair.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00
keyvaluepair_test.go Implemented inline tables + tests. 2019-06-26 12:54:04 +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 Backup work. 2019-06-23 12:05:52 +00:00
value.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00
value_array.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
value_array_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
value_boolean.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
value_boolean_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
value_datetime.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00
value_datetime_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
value_number.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
value_number_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
value_string.go Cleaning up test code. 2019-06-26 06:39:41 +00:00
value_string_test.go Brought test coverage too 100%. 2019-06-26 07:18:42 +00:00
value_table.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00
value_table_test.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00
value_test.go Implemented inline tables + tests. 2019-06-26 12:54:04 +00:00