Skip to content

v0.8.0 - Parser!

Compare
Choose a tag to compare
@vaidik vaidik released this 07 Jul 14:39
· 32 commits to master since this release
16a19dd

Summary

This release implements a proper parser (using 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.

Bugs Fixed

  • #4 #10 #16 #22 - multiple unhandled cases of parsing comments
  • #3 - tests are run against Windows and OSX as well