Skip to content

Commit 4514ec5

Browse files
authored
Update README.md
1 parent 4346767 commit 4514ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# compiler-compiler
22
Compiler Compiler based on CSharp
33

4-
Supports RE to NFA, e-NFA, NFA to DFA, DFA Minimization, Lexical Analyzer Generator, SLR, LALR, LR(1) Parser Generator.
4+
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.
55

66
If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in the top folder.
77

0 commit comments

Comments
 (0)