--- parser3/src/include/pa_opcode.h 2001/12/15 21:28:19 1.9 +++ parser3/src/include/pa_opcode.h 2002/01/31 15:04:38 1.11 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_opcode.h,v 1.9 2001/12/15 21:28:19 paf Exp $ + $Id: pa_opcode.h,v 1.11 2002/01/31 15:04:38 paf Exp $ */ #ifndef CODE_H @@ -22,6 +22,7 @@ enum OPCODE { //@{ /// @name literals OP_VALUE, OP_CURLY_CODE__STORE_PARAM, OP_EXPR_CODE__STORE_PARAM, + OP_NESTED_CODE, //@} //@{ @@ -36,6 +37,7 @@ enum OPCODE { OP_GET_METHOD_FRAME, OP_STORE_PARAM, OP_PREPARE_TO_CONSTRUCT_OBJECT, OP_CALL, + OP_PREPARE_TO_CONSTRUCT_EXPR, //@} //@{ @@ -64,6 +66,7 @@ enum OPCODE { - OP_VALUE followed by Value* - OP_CURLY_CODE__STORE_PARAM followed by Array* - OP_EXPR_CODE__STORE_PARAM followed by Array* + - OP_NESTED_CODE followed by Array* */ union Operation { void *cast; ///< casting helper