Maurice Makaay
|
c536dd1243
|
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 |
Maurice Makaay
|
8838dc9c44
|
Backup work.
|
2019-06-23 12:05:52 +00:00 |
Maurice Makaay
|
45245e05b6
|
Some small cleanup, committing before I continue with inline lists.
|
2019-06-19 11:09:26 +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
|
51a093efc5
|
Added some docs from the TOML specs to the code for easy reference.
|
2019-06-17 23:44:32 +00:00 |
Maurice Makaay
|
e1ef9df7ca
|
Implemented all string types and key types
|
2019-06-17 23:25:39 +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
|
9a13e0dd7a
|
Split off the parsekit code into a separate repository and Go module.
|
2019-05-21 15:25:06 +00:00 |