converting regex (regular expression) to DFA directly by creating syntax tree in java
-
Updated
Jan 26, 2022 - Java
converting regex (regular expression) to DFA directly by creating syntax tree in java
Code for Compiler Design Lab, Semester 7
Generate a string from regex using java. Firstly transfrom regex to nfa to dfa then create a new string from regex
Add a description, image, and links to the regex-to-dfa-java topic page so that developers can more easily learn about it.
To associate your repository with the regex-to-dfa-java topic, visit your repo's landing page and select "manage topics."