IR passed test, but bugs may remain

This commit is contained in:
2024-08-23 15:50:59 +00:00
parent 1df264ed77
commit 8781d58776
3 changed files with 17 additions and 9 deletions

View File

@ -319,6 +319,7 @@ class IDExpr_ASTNode : public BasicExpr_ASTNode {
friend class ASTSemanticCheckVisitor;
friend class IRBuilder;
IdentifierType id;
IRVariableInfo cached_var_info;
public:
IDExpr_ASTNode() = default;