Skip to content

kevinnascimento/RecognizeRegularLanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recognize Regular Language

The recognition of a regular language validated by the automaton in the following language:

L = { w | w ε {a, b, c}+ ^ w is defined by: a+ (b a (aa)) | (aa)* (b | c) ((b | c)² )*

But it is possible to change the automaton in MainController class, loadAutomata method.

About

Recognize Regular Language with JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published