add hashmap to scope and identifier loading at runtime
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef BYTECODE_FUNCTION_H
|
||||
#define BYTECODE_FUNCTION_H
|
||||
#include "../translator.h"
|
||||
#include "../../parser/function/function.h"
|
||||
#include "../translator.h"
|
||||
|
||||
size_t translate_parsed_function(Translated *translated,
|
||||
ParsedFunction *parsedFunction);
|
||||
ParsedFunction *parsedFunction);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user