Skip to content

ZayedKh/ToC-CW-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Script to generate FSA transition diagram and associated RegEx

To run this cpp script you can use CLion, or run it through the terminal (assuming you have gcc/clang installed)

gcc:

  g++ ToCAutomata.cpp -o temp && ./temp

Or with clang:

  clang++ ToCAutomata.cpp -o temp && ./temp

Enter your IT login e.g. abcd036 (NO WHITESPACE)

Observe results, precisely telling you which state matches to what, as well as the regEx constructed using Kleene Theorem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages