go-toml/parsekit
Maurice Makaay d9d837fe6e Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
..
emitting.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
matchers.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
matchers_test.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
matching.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
parsekit.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
peek.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +00:00
staterouting.go Added a load of parser/combinator implementation, the system seems feasible! 2019-05-20 22:40:59 +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