1
0
mirror of synced 2026-02-22 15:37:11 +00:00

implement package import

This commit is contained in:
Rahul Bhagwat
2025-08-03 23:31:54 -04:00
parent 15b4716d18
commit b776283d79
6 changed files with 51 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ std::string AST::type2str(AstNodeType type)
X(AST_MODPORT)
X(AST_MODPORTMEMBER)
X(AST_PACKAGE)
X(AST_IMPORT)
X(AST_WIRETYPE)
X(AST_TYPEDEF)
X(AST_STRUCT)