--- parser3/src/include/Attic/code.h 2001/03/08 09:31:42 1.15 +++ parser3/src/include/Attic/code.h 2001/03/09 08:19:47 1.17 @@ -1,5 +1,5 @@ /* - $Id: code.h,v 1.15 2001/03/08 09:31:42 paf Exp $ + $Id: code.h,v 1.17 2001/03/09 08:19:47 paf Exp $ */ #ifndef CODE_H @@ -10,11 +10,12 @@ enum OPCODE { // literals - OP_VALUE, OP_CODE__STORE_PARAM, OP_CLASS, + OP_VALUE, OP_CODE__STORE_PARAM, // actions OP_WITH_SELF, OP_WITH_ROOT, OP_WITH_READ, OP_WITH_WRITE, - OP_CONSTRUCT, + OP_GET_CLASS, + OP_CONSTRUCT_VALUE, OP_CONSTRUCT_EXPR, OP_WRITE, OP_GET_ELEMENT, OP_GET_ELEMENT__WRITE, OP_CREATE_EWPOOL, OP_REDUCE_EWPOOL,