go-toml/parse
Maurice Makaay 22144487f0 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
..
testfiles String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
benchmark_test.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
document.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
document_test.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +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 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
keyvaluepair_test.go Speed improvements 2019-07-29 23:51:03 +00:00
parse.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
parse_test.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
testfiles_test.go Restructured the BurntSushi testing code, to not let it be a part of the TOML AST. 2019-07-28 14:51:14 +00:00
value.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
value_array.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
value_array_test.go Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
value_boolean.go Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
value_boolean_test.go Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
value_datetime.go Speed improvements 2019-07-29 23:51:03 +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 Speed improvements 2019-07-29 23:51:03 +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 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
value_string_test.go String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
value_table.go Speed improvements 2019-07-29 23:51:03 +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