X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Foberon-internals.h;h=703ba6c5e4b4b6eb88fa9bb3f98d94973fd9e56e;hb=d4c8198d236035324c6ebf07deb79e73bb062af9;hp=3c6fb853f1a824330eb773fa55a95b7ac0ffd16d;hpb=a0ff807fe0e69c50469e506836467da32f23f754;p=dsw-obn.git diff --git a/src/oberon-internals.h b/src/oberon-internals.h index 3c6fb85..703ba6c 100644 --- a/src/oberon-internals.h +++ b/src/oberon-internals.h @@ -57,6 +57,8 @@ struct oberon_type_t { enum oberon_type_kind class; int size; + oberon_type_t * shorter; + oberon_type_t * longer; int num_decl; oberon_type_t * base; @@ -180,7 +182,8 @@ enum oberon_mode_kind MODE_CHAR, MODE_STRING, MODE_TYPE, - MODE_SET + MODE_SET, + MODE_LEN }; enum oberon_operator_kind @@ -188,6 +191,8 @@ enum oberon_operator_kind OP_UNARY_MINUS, OP_LOGIC_NOT, OP_ABS, + OP_CAP, + OP_ENTIER, OP_ADD, OP_SUB, @@ -213,7 +218,9 @@ enum oberon_operator_kind OP_DIFFERENCE, OP_SYM_DIFFERENCE, OP_COMPLEMENTATION, - OP_IN + OP_IN, + + OP_ASH }; struct oberon_item_t