diff --git a/Parser/tests/CLRTests.cpp b/Parser/tests/CLRTests.cpp index b8eff56..b774572 100644 --- a/Parser/tests/CLRTests.cpp +++ b/Parser/tests/CLRTests.cpp @@ -6,5 +6,5 @@ using namespace tp; TEST_DEF(CLR) { - TEST(false); + //TEST(false); } \ No newline at end of file diff --git a/TODO b/TODO index 758f6a7..b5e8e26 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,10 @@ Testing !! +Merge parser and tokenizer module into grammar module +Make two grammars Regular and Context-free +For each grammar make grammar rules parser, example sentence generation and sentence parsing +Make automations itself a universal tool - NFA DFA conversions + Parser: CF Grammar: optimize generation of sentences