absyntax/absyntax.cc
changeset 612 c062ff18d04f
parent 596 4efb11e44065
child 654 7421cb63defa
equal deleted inserted replaced
611:8e81d7db54be 612:c062ff18d04f
    55   this->last_file    = lfile,
    55   this->last_file    = lfile,
    56   this->last_line    = last_line;
    56   this->last_line    = last_line;
    57   this->last_column  = last_column;
    57   this->last_column  = last_column;
    58   this->last_order   = last_order;
    58   this->last_order   = last_order;
    59   this->datatype     = NULL;
    59   this->datatype     = NULL;
    60   this->const_value_real64   = NULL;
    60   this->const_value._real64.status   = cs_undefined;
    61   this->const_value_int64    = NULL;
    61   this->const_value._int64.status    = cs_undefined;
    62   this->const_value_uint64   = NULL;
    62   this->const_value._uint64.status   = cs_undefined;
    63   this->const_value_bool     = NULL;
    63   this->const_value._bool.status     = cs_undefined;
    64 }
    64 }
    65 
    65 
    66 
    66 
    67 
    67 
    68 token_c::token_c(const char *value, 
    68 token_c::token_c(const char *value,