Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 418 Bytes

File metadata and controls

15 lines (13 loc) · 418 Bytes

RegExp-Calculator

Generate deterministic automata from a regular expression

Installation

Requirements

  • Python3
  • ANTLR4 for Python3
    • Once installed Python3 use command: pip install antlr4-python3-runtime
  • Graphviz

Execution

  1. Clone the repository
  2. Execute RegEx.py with Python