--- parser3/src/include/Attic/code.h 2001/03/19 15:29:37 1.24 +++ 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.24 2001/03/19 15:29:37 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, //@} //@{ @@ -53,7 +55,7 @@ enum OPCODE { //@} }; -/** @brief +/** Parser source code got compiled into intermediate form of Operation-s, which is executed afterwards.