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
|
e1534f678e
|
Simplified calculator 2 example.
|
2019-05-28 23:51:19 +00:00 |
Maurice Makaay
|
11883b06ac
|
Added a unit test for the actual parser loop issue that I ran into myself. This one will not bite me again!
|
2019-05-28 23:13:28 +00:00 |
Maurice Makaay
|
d31d09abf0
|
Added crude loop protection to the parser, which should prevent parsers running in circles (happened to me a few times too).
|
2019-05-28 23:01:23 +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 |