go-toml/parsekit
Maurice Makaay 3677ab18cb Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
..
emitting.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
internals.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
matchers.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
matchers_test.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
matching.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
parsekit.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
staterouting.go Hmm... even beter wording! Fully from the parser writer's perspective, hiding internals. 2019-05-18 13:21:56 +00:00
stringbuf.go 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
stringbuf_test.go 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