nearly working, gotta get converting numbers to strings working
This commit is contained in:
@@ -25,6 +25,8 @@ class IntNode:
|
||||
value: float
|
||||
def __repr__(self):
|
||||
return "Int"
|
||||
def __str__(self):
|
||||
return str(self.value)
|
||||
@dataclass
|
||||
class FloatNode:
|
||||
value: float
|
||||
|
Reference in New Issue
Block a user