Removed how variables were handled

This commit is contained in:
Pasha Bibko
2025-05-10 13:39:25 +01:00
parent 050eeb5a53
commit 9e9606681f
8 changed files with 5 additions and 88 deletions

View File

@@ -13,9 +13,6 @@ namespace LX
llvm::LLVMContext context;
llvm::Module module;
llvm::IRBuilder<> builder;
// Not LLVM I just cba to add this parameter to the functions that needed it //
Scope* scope;
};
}