Summary
This release implements a proper parser (using [lark](https://github.com/lark-parser/lark)), replacing the old implementation that used a complex regular expression that didn't handle all the cases.
**Note:** Also, support for Python 2.6 was dropped looking at the usage data of commentjson with Python 2.6 on [pypistats](https://pypistats.org/packages/commentjson).
Bugs Fixed
* 4 10 16 22 - multiple unhandled cases of parsing comments
* 3 - tests are run against Windows and OSX as well