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 |
Maurice Makaay
|
9f19add210
|
Now the parser code is out of the way, we can split up the state functions describing the syntax of TOML into separate files, while still keeping it maintainable.
|
2019-05-17 14:13:25 +00:00 |
Maurice Makaay
|
f86ef2b918
|
Splitting off a more generic parser (it's fun getting to know a language, but you keep refactoring with all new stuff that you learn :-)
|
2019-05-17 12:44:24 +00:00 |