Fixed #49 : I can recognize concept

This commit is contained in:
2021-03-18 16:43:00 +01:00
parent 36515aebb7
commit e1a0b2f46e
3 changed files with 95 additions and 51 deletions
+3
View File
@@ -287,6 +287,9 @@ class VariableNode(ExprNode):
else:
return self.name
def unpack(self):
return [self.name] + self.attributes
@dataclass
class ComparisonNode(ExprNode):