Skip to content

pmichna/Finite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite

Regular expressions to finite automata converter

You can use the following syntax:

  • concatenation: ab
  • Kleene star: a*
  • parentheses: (ab)*
  • operation under plus: a^+
  • union: a+b
  • no spaces allowed

The application works only for correct regular expressions! Input like "ab+" will produce unknown behavior.

Created by Pawel Michna

About

Regular expressions to finite automata converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published