--- parser3/src/include/Attic/code.h 2001/03/10 16:34:34 1.19 +++ parser3/src/include/Attic/code.h 2001/03/13 14:28:50 1.21 @@ -1,9 +1,9 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: code.h,v 1.19 2001/03/10 16:34:34 paf Exp $ + $Id: code.h,v 1.21 2001/03/13 14:28:50 paf Exp $ */ #ifndef CODE_H @@ -36,7 +36,8 @@ enum OPCODE { OP_BIN_AND, OP_BIN_OR, OP_BIN_XOR, OP_LOG_AND, OP_LOG_OR, OP_LOG_XOR, OP_NUM_LT, OP_NUM_GT, OP_NUM_LE, OP_NUM_GE, OP_NUM_EQ, OP_NUM_NE, - OP_STR_LT, OP_STR_GT, OP_STR_LE, OP_STR_GE, OP_STR_EQ, OP_STR_NE + OP_STR_LT, OP_STR_GT, OP_STR_LE, OP_STR_GE, OP_STR_EQ, OP_STR_NE, + OP_IS }; union Operation {