Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 380 Bytes

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