We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4346767 commit 4514ec5Copy full SHA for 4514ec5
README.md
@@ -1,7 +1,7 @@
1
# compiler-compiler
2
Compiler Compiler based on CSharp
3
4
-Supports RE to NFA, e-NFA, NFA to DFA, DFA Minimization, Lexical Analyzer Generator, SLR, LALR, LR(1) Parser Generator.
+Supports RE to NFA, e-NFA, NFA to DFA, DFA Minimization, Lexical Analyzer Generator, SLR, LALR(from LR(1)), LALR(from LR(0)), LR(1) Parser Generator.
5
6
If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in the top folder.
7
0 commit comments