-
Notifications
You must be signed in to change notification settings - Fork 0
convert from a DFA to regular expression
License
ffacs/dfa2re
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# DFA2RE Convert a DFA to Regular expression ## build g++ main.cpp -std=c++17 -o cv ## example ./cv would generate a regular expression that find the pattern which is a multiple of 3. ## TODO read from input file and generate output ## WARN The code was not well tested.
About
convert from a DFA to regular expression
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published