zkemail / zkregex.com

ZK-regex DFA generator. Forked from cyberzhg's toolbox of encoding and parsing tools.
https://zkregex.com/min_dfa
GNU General Public License v3.0
2 stars 0 forks source link

regex2nfa and nfa2dfa not showing transition labels #12

Open plazer1 opened 1 month ago

plazer1 commented 1 month ago

In regex2nfa and nfa2dfa, all transitions are labelled just [] instead of the actual symbol:

image

Reproduce:

Tested in Firefox 114.0.1 and Chrome 127.0.6533.73 on Windows 11.

Divide-By-0 commented 1 month ago

Thanks for the report! Moved to the right repo.