Jonas Jenwald f710eb56e4 Change the signature of the Parser constructor to take a parameter object
A lot of the `new Parser()` call-sites look quite unwieldy/ugly as-is, with a bunch of somewhat randomly ordered arguments, which we can avoid by changing the constructor to accept an object instead. As an added bonus, this provides better documentation without having to add inline argument comments in the code.
2019-06-23 16:01:45 +02:00
..
2019-04-07 13:14:03 +02:00
2018-08-05 21:21:46 +02:00
2017-02-27 08:32:39 -06:00