assemblyscript-regex icon indicating copy to clipboard operation
assemblyscript-regex copied to clipboard

NFA includes some states that are redundant

Open ColinEberhardt opened this issue 4 years ago • 1 comments

image

ColinEberhardt avatar Jan 29 '21 17:01 ColinEberhardt

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

ColinEberhardt avatar Jan 29 '21 17:01 ColinEberhardt