Added first version of DebugManager. Implemented draft of the rule engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user