assemblyscript-regex
assemblyscript-regex copied to clipboard
NFA includes some states that are redundant

The NFA above has a few states which do nothing other than perform an epsilon transition to the next state. These should be eliminated.