add dependency tree functionality

This commit is contained in:
2025-10-14 02:35:49 +05:30
parent 27ab3aaf1e
commit e1f9ac6ba0
5 changed files with 17 additions and 18 deletions

View File

@ -12,3 +12,6 @@ class IRGenerator:
raise ImportError(
"Semantic analysis of vmlinux imports failed. Cannot generate IR"
)
for struct in handler:
print(struct)
print()