v.0.4.1
I was extending tests further, trying to break the parser over some very special regular expressions, and I was successful in some cases, which all have been fixed.
Those cases were about the use of comment blocks inside a text string inside a regular expression. Crazy, I know :)
Now even those cases cannot break the parser. The comprehensive tests make sure that no matter how complex your regular expressions are, they won't break the parser, it will work correctly always.
- some very unique and complex tests added
- documentation updates