mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Changed how scopes work
Also added logging and GenIR functions for VariableDeclaration
This commit is contained in:
@@ -15,6 +15,9 @@ 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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user