Updated TODO
This commit is contained in:
parent
7b276e1005
commit
be206950f0
2 changed files with 6 additions and 1 deletions
|
|
@ -6,5 +6,5 @@
|
||||||
using namespace tp;
|
using namespace tp;
|
||||||
|
|
||||||
TEST_DEF(CLR) {
|
TEST_DEF(CLR) {
|
||||||
TEST(false);
|
//TEST(false);
|
||||||
}
|
}
|
||||||
5
TODO
5
TODO
|
|
@ -1,5 +1,10 @@
|
||||||
Testing !!
|
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:
|
Parser:
|
||||||
CF Grammar:
|
CF Grammar:
|
||||||
optimize generation of sentences
|
optimize generation of sentences
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue