Commit 2dd96ab4ac9da762334f4688918bd58d8230a56a

Martin Mitas 2019-03-12T09:56:11

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.