Maurice Makaay
|
b8d99972bb
|
Made it easier to do some profiling on the code.
|
2019-07-12 12:33:53 +00:00 |
Maurice Makaay
|
7227fdcb93
|
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 |
Maurice Makaay
|
5782971bde
|
100% compatibility with the BurntSushi tests established.
|
2019-06-27 22:43:17 +00:00 |
Maurice Makaay
|
6b9a7adfd9
|
Added support for the BurntSushi TOML tests.
|
2019-06-27 13:58:13 +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 |
Maurice Makaay
|
666cff3af3
|
Ahhhh found a name that clicked for the more general layer of the parser code: parsekit. That is short and tells me what it is. It's not a parser, but something to build parsers with. Now I could also name the actual parsing code as I would like to, namely 'toml/parser'. So it feels like the structure is settling down.
|
2019-05-17 22:03:10 +00:00 |
Maurice Makaay
|
3f638c59cd
|
Some huge refactorings before I start moving forward again. Learned a lot about Go in the meanwhile, and more ideas keep popping up to improve what I've got so far even further.
|
2019-05-17 19:56:55 +00:00 |