add assignments table and offset handler

This commit is contained in:
2025-10-15 17:49:20 +05:30
parent 69b73003ca
commit a4cfc2b7aa
5 changed files with 62 additions and 13 deletions

View File

@ -30,6 +30,7 @@ class IRGenerator:
# this part cannot yet resolve circular dependencies. Gets stuck on an infinite loop during that.
self.generated.append(struct.name)
def struct_name_generator(self, ):
def struct_name_generator(
self,
) -> None:
pass