nayakastha / compiler-design-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler-Design-Lab

Variations automata we can get from any given regex.

We can enter a Regular Expression and get a

  • Non Deterministic Finite Automata
  • Intermediate Deterministic Automata
  • Minimised Deterministic Automata
  • Simulation of the Transition Table

demo

About


Languages

Language:C++ 53.1%Language:C 43.7%Language:Lex 3.2%