Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 491 Bytes

File metadata and controls

13 lines (8 loc) · 491 Bytes

Regular-Expression-to-DFA-convertor.

A regular expression will be given in input and pictorial DFA will be generated.

The pictorial repsresntation of the DFA is made through an open source software graphviz(https://graphviz.org/). https://gitlab.com/graphviz/graphviz Graphviz needs to be installed in your pc to have the image as the output.

ToDo (2023)

  • Convert into a django project
  • serve the images from a djnago server and also save the previous regex visualized by the user