Added first version of DebugManager. Implemented draft of the rule engine

This commit is contained in:
2020-11-20 13:41:45 +01:00
parent cd066881b4
commit 315f8ea09b
156 changed files with 8388 additions and 2852 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ Some example :
and so on...
So when a concept is defined using its bnf definition, I use the **BnfParser** to create the grammar, and then
So when a concept is defined using its bnf definition, I use the **BnfDefinitionParser** to create the grammar, and then
I use the **BnfNodeParser** to recognize the concepts
The current implementation to recognize a concept is not very efficient. All the definitions are in a dictionary