diff --git a/README.md b/README.md index 62edc75..5db54df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # compiler-compiler Compiler Compiler based on CSharp -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. If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in the top folder.