--- parser3/src/include/Attic/code.h 2001/03/19 16:43:59 1.25 +++ parser3/src/include/Attic/code.h 2001/04/25 11:02:52 1.27 @@ -1,9 +1,11 @@ /** @file - Parser + Parser: compiled code related decls. + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: code.h,v 1.25 2001/03/19 16:43:59 paf Exp $ + $Id: code.h,v 1.27 2001/04/25 11:02:52 paf Exp $ */ #ifndef CODE_H @@ -39,7 +41,7 @@ enum OPCODE { //@{ /// expression op: unary - OP_NEG, OP_INV, OP_NOT, OP_DEF, OP_IN, OP_FEXISTS, + OP_NEG, OP_INV, OP_NOT, OP_DEF, OP_IN, OP_FEXISTS, OP_DEXISTS, //@} //@{