go-toml/parsekit
Maurice Makaay a3947feea7 Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
..
parsekit.go Backup work. 2019-05-21 12:49:42 +00:00
parser_combinators.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
parser_combinators_test.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
peek.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
statehandler_emit.go Backup work. 2019-05-21 12:49:42 +00:00
statehandler_expects.go Backup work. 2019-05-21 12:49:42 +00:00
statehandler_on.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
statehandler_on_match.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
statehandler_on_route.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +00:00
statehandler_routing.go Some changes to see how they reflect in godoc. 2019-05-21 13:23:30 +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