Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 330 Bytes

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.