Enhanced complex concepts handling

This commit is contained in:
2020-01-11 08:03:35 +01:00
parent a62c1f0f13
commit 40416ac337
24 changed files with 1647 additions and 961 deletions
+1 -1
View File
@@ -86,4 +86,4 @@ def test_i_can_parse_a_concept():
assert res
assert res.value.value == PythonNode(
"c:concept_name: + 1",
ast.parse("__C__concept_name__C__+1", mode="eval"))
ast.parse("__C__USE_CONCEPT__concept_name__C__+1", mode="eval"))