go-toml/parse
Maurice Makaay 83be756015 Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
..
testfiles Backup insane idea. 2019-07-03 15:46:23 +00:00
document.go Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
document_test.go Slight improvement for the document-level error in case no key or table was found. 2019-06-27 22:54:54 +00:00
helpers_test.go Composition over inheritance, why didn't I do that in the first place I wonder. 2019-06-28 08:34:35 +00:00
keyvaluepair.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
keyvaluepair_test.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
parse.go Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
parse_test.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
testfiles_test.go Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
value.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_array.go Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
value_array_test.go Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
value_boolean.go Bits of code cleanup, no functional changes. 2019-06-28 08:23:43 +00:00
value_boolean_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_datetime.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
value_datetime_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
value_number.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
value_number_test.go Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
value_string.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:27 +00:00
value_string_test.go Integrated multiple file-based test suites (BurntSushi, iarna and my own) into the unit tests. BurntSushi's tests are also still supported using the test interface implementation from cmd/burntsushi-tester. 2019-06-29 15:45:52 +00:00
value_table.go Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
value_table_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00