Commit Graph

14 Commits

Author SHA1 Message Date
Maurice Makaay 6b9a7adfd9 Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
Maurice Makaay b95f255ae7 Moved all parser code into subpackage 'parse'. 2019-06-26 21:51:42 +00:00
Maurice Makaay 8838dc9c44 Backup work. 2019-06-23 12:05:52 +00:00
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
Maurice Makaay 278efd7dbe Implemented all number formats for TOML. 2019-06-18 22:52:45 +00:00
Maurice Makaay e8739d38ea Implemented the TOML number formats (integer, binary, octal, hexadecimal. 2019-06-18 15:45:33 +00:00
Maurice Makaay 51a093efc5 Added some docs from the TOML specs to the code for easy reference. 2019-06-17 23:44:32 +00:00
Maurice Makaay b49715652e Brought the TOML code up-to-speed with the latest version of parsekit. 2019-06-17 13:59:59 +00:00
Maurice Makaay 269bd9ed36 Compatbility with parsekit v0.0.2 2019-05-26 09:26:17 +00:00
Maurice Makaay 0ac419fb9e Compatibility with latest parsekit. 2019-05-24 20:50:51 +00:00
Maurice Makaay 3e0c9136c3 Moved EOF handling into parsekit and updates for code-compatiblity with latest parsekit version. 2019-05-24 13:58:00 +00:00
Maurice Makaay 6af770a918 Compatibility with the latest parsekit module. 2019-05-23 00:02:53 +00:00
Maurice Makaay 234bbdf30f Compatibility with new atoms in parsekit. 2019-05-22 12:44:52 +00:00
Maurice Makaay 9a13e0dd7a Split off the parsekit code into a separate repository and Go module. 2019-05-21 15:25:06 +00:00