Author :
Martin Mitas
Date :
2019-03-12 09:56:11
Hash :2dd96ab4 Message :Fix O(n^2) in handling the "rule of three".
We had to break the list of potential '*' openers into multiple ones so
we do not have to walk it when looking for matching length due to the
"rule of three" for intraword delimiter runs.
Fixes #63.