[go: nahoru, domu]

Skip to content

ZK-regex DFA generator. Forked from cyberzhg's toolbox of encoding and parsing tools.

License

Notifications You must be signed in to change notification settings

zkemail/zkregex.com

 
 

Repository files navigation

Regex DFA Toolbox

Forked from github.com/CyberZHG/toolbox/. This fork is deployed at mindfa.onrender.com/min_dfa.

This lets you change the min dfa tool to add a little bit more parsing for simple regexes.

In order to live-rebuild with hot reload, run

python3 build.py --live

To just build once (i.e. for server deployment), run

python3 build.py

Note that you should only make modifications in the parts/ folder, the .html in the top level will be rebuilt. You may also need to add new js files to the _header file for some reason.

About

ZK-regex DFA generator. Forked from cyberzhg's toolbox of encoding and parsing tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 15.6%
  • Python 1.6%
  • CSS 0.7%