Fixed EvalEvaluator when there is nothing to evaluate
This commit is contained in:
+19
-1
@@ -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
|
||||
Reference in New Issue
Block a user