Convert parser operand structure to jsp_operand_t class, move operand types to enum defined in the class.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-07-27 20:47:16 +03:00
parent b0276b3e46
commit 0111a73702
8 changed files with 1154 additions and 1111 deletions
-2
View File
@@ -24,8 +24,6 @@
#include "lit-id-hash-table.h"
#include "lit-literal.h"
#define NOT_A_LITERAL (lit_cpointer_t::null_cp ())
typedef struct
{
lit_cpointer_t lit_id[3];