7 lines
169 B
C
7 lines
169 B
C
#ifndef BYTECODE_NUMBER_H
|
|
#define BYTECODE_NUMBER_H
|
|
#include "../translator.h"
|
|
|
|
size_t translate_parsed_number(Translated *translated, ParsedValue *parsedValue);
|
|
|
|
#endif |