something's screwed up with im im handling string variables :/
This commit is contained in:
@@ -18,6 +18,8 @@ class StringNode:
|
||||
value: str
|
||||
def __repr__(self):
|
||||
return "String"
|
||||
def __str__(self):
|
||||
return self.value
|
||||
@dataclass
|
||||
class IntNode:
|
||||
value: float
|
||||
|
Reference in New Issue
Block a user