Skip to content

AlinGeorgescu/Deterministic-Finite-Automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deterministic-Finite-Automaton

Deterministic Finite Automaton analyzer using JFlex

The program gets a DFA M = (K,Σ,δ,s,F) as input and answers the following questions about it:

  • -v : is the accepted language void?
  • -e : does the accepted language contain the empty string?
  • -a : which are the accessible states?
  • -u : which are the usefull states?
  • -f : is the accepted language finite?

How to run? make run arg=$(arg), where arg is one of the above.

About

Deterministic Finite Automaton analyzer using JFlex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published