We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d166 commit 4346767Copy full SHA for 4346767
README.md
@@ -5,6 +5,10 @@ Supports RE to NFA, e-NFA, NFA to DFA, DFA Minimization, Lexical Analyzer Genera
5
6
If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in the top folder.
7
8
+Graphviz is required to use the graph visualization feature of Regular Expression.
9
+
10
+https://graphviz.gitlab.io/
11
12
## InhaCC - Compiler Compiler Collection
13
14

0 commit comments