We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef57612 commit 9dab836Copy full SHA for 9dab836
src/lpython/semantics/python_ast_to_asr.cpp
@@ -148,6 +148,8 @@ class CommonVisitor : public AST::BaseVisitor<Derived> {
148
ASR::asr_t *tmp;
149
Allocator &al;
150
SymbolTable *current_scope;
151
+ // The current_module contains the current module that is being visited;
152
+ // this is used to append to the module dependencies if needed
153
ASR::Module_t *current_module = nullptr;
154
Vec<char *> current_module_dependencies;
155
// True for the main module, false for every other one
0 commit comments