add declarations to translator
This commit is contained in:
10
src/translator/declaration/declaration.h
Normal file
10
src/translator/declaration/declaration.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BYTECODE_DECLARATION_H
|
||||
#define BYTECODE_DECLARATION_H
|
||||
#include "../translator.h"
|
||||
|
||||
size_t translate_parsed_string(Translated *translated, ParsedValue *parsedValue);
|
||||
|
||||
size_t translate_parsed_declaration(Translated *translated,
|
||||
ParsedValue *parsedValue);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user