Fixed EvalEvaluator when there is nothing to evaluate

This commit is contained in:
2019-12-27 14:43:36 +01:00
parent 21da87393f
commit 81b2355633
5 changed files with 97 additions and 15 deletions
+19 -1
View File
@@ -749,4 +749,22 @@ The ParsingExpression
The [Non]TerminalNode
represents what was found. So similarly to the ConceptNode, you will find the start, end and token attributes
That's all for today !
That's all for today !
2019-27-12
**********
How to manage variables resolutions
"""""""""""""""""""""""""""""""""""
I have to admit that I am a little bit stuck with how to manage variable resolution with PythonEvaluator.
What is expected by the expression depends on the expression itself.
Let's see an example
::
def concept one as 1
def concept two as 2
eval one + two