ColinEberhardt / assemblyscript-regex

A regex engine for AssemblyScript
MIT License
86 stars 12 forks source link

NFA includes some states that are redundant #30

Open ColinEberhardt opened 3 years ago

ColinEberhardt commented 3 years ago

image

ColinEberhardt commented 3 years ago

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