working on generating an AST with scope and stuff

This commit is contained in:
SpookyDervish
2025-09-01 06:44:33 +10:00
parent 67fe809c57
commit eee9325ab8
6 changed files with 187 additions and 43 deletions

3
ground_types.py Normal file
View File

@@ -0,0 +1,3 @@
class String:
def __init__(self, value: str):
self.value = value