Fixed #101 : Implement PLURIAL

Fixed #103 : Implement PlurialNodeParser
Fixed #104 : Implement dynamic concept
Fixed #107 : PrepareEvalxxxEvaluator: context hints are lost on a second evaluation
This commit is contained in:
2021-08-05 19:07:21 +02:00
parent c798c2c570
commit 71d1b1d1ca
31 changed files with 600 additions and 105 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ __default__
init = [
"def concept one as 1",
"def concept two as 2",
"one",
"two"
"eval one",
"eval two"
]
sheerka = self.init_scenario(init)
capsys.readouterr()