working on generating an AST with scope and stuff
This commit is contained in:
3
ground_types.py
Normal file
3
ground_types.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class String:
|
||||
def __init__(self, value: str):
|
||||
self.value = value
|
Reference in New Issue
Block a user