Commit Graph

14 Commits

Author SHA1 Message Date
Maurice Makaay 22144487f0 String parser replaced with a low level parser for performance. 2019-08-01 13:25:21 +00:00
Maurice Makaay dea3eb987b Changes for compatibliity with latest parsekit, and some speed improvements. 2019-07-26 22:56:24 +00:00
Maurice Makaay 96a72c4c48 Various small updates, related to speed improvements. 2019-07-18 00:23:14 +00:00
Maurice Makaay b8d99972bb Made it easier to do some profiling on the code. 2019-07-12 12:33:53 +00:00
Maurice Makaay a9964163c1 Squishing out more performance. 2019-07-12 00:20:52 +00:00
Maurice Makaay 83be756015 Cleaning up the grammar-based TOML-parser now the core is stable again. 2019-07-11 14:50:42 +00:00
Maurice Makaay 68dbf2d78e Backup changes for performance fixes. 2019-07-05 15:06:57 +00:00
Maurice Makaay c97a21b146 Backup work to performance tuning. 2019-07-05 08:08:33 +00:00
Maurice Makaay af5d35ecee Cleaning up some logic around whitespace / newlines / comments. 2019-07-04 11:31:28 +00:00
Maurice Makaay a28269800a Make use of the new feature to run without sanity check on the parser, to make the big testfiles-based test suite faster. 2019-06-30 01:07:13 +00:00
Maurice Makaay ec3a47da8d Composition over inheritance, why didn't I do that in the first place I wonder. 2019-06-28 08:34:35 +00:00
Maurice Makaay febe1ff568 Bits of code cleanup, no functional changes. 2019-06-28 08:23:43 +00:00
Maurice Makaay 0d4cb356e9 Straightening out a few small wrinkles that came up from testing against the BurntSushi testset. 2019-06-27 22:01:56 +00:00
Maurice Makaay b95f255ae7 Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00