Maurice Makaay
|
7aff3fc43e
|
Added a nice example that shows how a []string-based type can be turned into a parser that fills its own slice elements during parsing.
|
2019-05-28 14:38:04 +00:00 |
Maurice Makaay
|
2d851103e5
|
Cleanup of stuff that I don't need anymore, because it has been fully deprecated. Also added some tests for panic() calls in parsekit, which brings test coverage to 100%. It's not a goal as such, but it's good to know that I got there without cheaty tests :)
|
2019-05-28 13:41:58 +00:00 |
Maurice Makaay
|
3dfa99c965
|
Modified all examples and tests to make use of the new ideas on how to keep parsing state. After this commit, I can cleanup a lot of stuff from the emitting loop-based parser which was basically crap for complex parsers.
|
2019-05-28 10:42:46 +00:00 |
Maurice Makaay
|
d0d12dae22
|
Added a new example, yet another hello world.
|
2019-05-26 10:15:34 +00:00 |