Add support of floating-point literals

This commit is contained in:
Ilmir Usmanov
2014-08-12 22:27:12 +04:00
parent eee1daec91
commit 0a68baa479
10 changed files with 144 additions and 81 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ static const OPCODE *
parser_run (const char *script_source, size_t script_source_size, bool is_show_opcodes)
{
const char *strings[MAX_STRINGS];
int32_t nums[MAX_NUMS];
ecma_number_t nums[MAX_NUMS];
uint8_t strings_num, nums_count;
uint16_t offset;
const OPCODE *opcodes;