Skip to content

ffacs/dfa2re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages