DmitrySoshnikov / regexp-tree

Regular expressions processor in JavaScript
MIT License
400 stars 45 forks source link

Incorrect Starting States in DFA #252

Open cmsalser opened 1 year ago

cmsalser commented 1 year ago

Description

While working with conversions between NFA's and DFA's, I noticed an issue where the starting state had changed from the corresponding NFA.

Cases