Maurice Makaay
|
75373e5ed5
|
Big simplification run once more, cleaned up code, added tests and examples, made stuff unexported where possible, to slim down the exported interface.
|
2019-06-04 23:15:02 +00:00 |
Maurice Makaay
|
4580962fb8
|
Backup a load of work on typed token support, making it easy to produce tokens directly from parser/combinator-based parsing rules.
|
2019-06-04 00:03:08 +00:00 |
Maurice Makaay
|
21f1aa597c
|
Made the panic() calls (which basically indicate parser implementation bugs) more useful by referencing from where illegal calls were made.
|
2019-05-29 07:24:27 +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 |