update NOTICE and LICENSE
[nit.git] / c_src / lexer._sep.c
index 9a9b198..28bf0ca 100644 (file)
 /* This C file is generated by NIT to compile module lexer. */
 #include "lexer._sep.h"
-val_t lexer___Token___to_s(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 15, LOCATE_lexer___Token___to_s};
-  val_t variable[9];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[2] = NEW_String_string___String___init(); /*new String*/
-  variable[3] = NEW_String_string___String___with_native(BOX_NativeString("'"), TAG_Int(1)); /*new String*/
-  variable[4] = variable[3];
-  ((string___String___append_t)CALL(variable[2],COLOR_abstract_collection___IndexedCollection___append))(variable[2], variable[4]) /*String::append*/;
-  variable[5] = variable[0];
-  variable[5] = ATTR_lexer___Token____text(variable[5]) /*Token::_text*/;
-  variable[6] = variable[5];
-  ((string___String___append_t)CALL(variable[2],COLOR_abstract_collection___IndexedCollection___append))(variable[2], variable[6]) /*String::append*/;
-  variable[7] = NEW_String_string___String___with_native(BOX_NativeString("'"), TAG_Int(1)); /*new String*/
-  variable[8] = variable[7];
-  ((string___String___append_t)CALL(variable[2],COLOR_abstract_collection___IndexedCollection___append))(variable[2], variable[8]) /*String::append*/;
-  variable[1] = variable[2];
-  goto return_label0;
-  return_label0: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-val_t lexer___Token___text(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 8, LOCATE_lexer___Token___text};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___Token____text( self) /*Token::_text*/;
-}
-void lexer___Token___text__eq(val_t  self, val_t  param0) {
-  struct trace_t trace = {NULL, NULL, 8, LOCATE_lexer___Token___text__eq};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  ATTR_lexer___Token____text( self) /*Token::_text*/ =  param0;
-  tracehead = trace.prev;
+val_t lexer___Token___text(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 9;
+  fra.me.meth = LOCATE_lexer___Token___text;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:9 */
+  REGB0 = TAG_Bool(ATTR_lexer___Token____text(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_text", LOCATE_lexer, 9);
+  }
+  fra.me.REG[0] = ATTR_lexer___Token____text(fra.me.REG[0]);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[0];
+}
+val_t lexer___Token___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 11;
+  fra.me.meth = LOCATE_lexer___Token___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 0;
+  /* ./parser//lexer.nit:11 */
+  nit_abort("Deferred method called", NULL, LOCATE_lexer, 11);
+  stack_frame_head = fra.me.prev;
+  return NIT_NULL;
+}
+val_t lexer___Token___to_s(val_t p0){
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+  static val_t once_value_2; /* Once value */
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 13;
+  fra.me.meth = LOCATE_lexer___Token___to_s;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:14 */
+  REGB0 = TAG_Int(3);
+  fra.me.REG[1] = NEW_Array_array___Array___with_capacity(REGB0);
+  if (!once_value_1) {
+    fra.me.REG[2] = BOX_NativeString("'");
+    REGB0 = TAG_Int(1);
+    fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  CALL_abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  REGB0 = TAG_Bool(ATTR_lexer___Token____text(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_text", LOCATE_lexer, 14);
+  }
+  fra.me.REG[0] = ATTR_lexer___Token____text(fra.me.REG[0]);
+  CALL_abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[0]);
+  if (!once_value_2) {
+    fra.me.REG[0] = BOX_NativeString("'");
+    REGB0 = TAG_Int(1);
+    fra.me.REG[0] = NEW_String_string___String___with_native(fra.me.REG[0], REGB0);
+    once_value_2 = fra.me.REG[0];
+    register_static_object(&once_value_2);
+  } else fra.me.REG[0] = once_value_2;
+  fra.me.REG[0] = fra.me.REG[0];
+  CALL_abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[0]);
+  fra.me.REG[1] = CALL_string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
+  goto label3;
+  label3: while(0);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[1];
+}
+val_t lexer___TEol___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 19;
+  fra.me.meth = LOCATE_lexer___TEol___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:21 */
+  REGB0 = TAG_Int(0);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TEol___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos0 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TEol].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos0]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 24;
+  fra.me.meth = LOCATE_lexer___TEol___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:26 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:27 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos0] = 1;
   return;
 }
-val_t lexer___Token___filename(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 9, LOCATE_lexer___Token___filename};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___Token____filename( self) /*Token::_filename*/;
-}
-val_t lexer___Token___line(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 10, LOCATE_lexer___Token___line};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___Token____line( self) /*Token::_line*/;
-}
-val_t lexer___Token___pos(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 11, LOCATE_lexer___Token___pos};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___Token____pos( self) /*Token::_pos*/;
-}
-val_t lexer___Token___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 13, LOCATE_lexer___Token___parser_index};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  fprintf(stderr, "Deferred method called");
-  fprintf(stderr, " (%s:%d)\n", LOCATE_lexer, 13);
-  nit_exit(1);
-  tracehead = trace.prev;
-  return NIT_NULL;
+val_t lexer___TComment___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 32;
+  fra.me.meth = LOCATE_lexer___TComment___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:34 */
+  REGB0 = TAG_Int(1);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TComment___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos1 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TComment].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos1]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 37;
+  fra.me.meth = LOCATE_lexer___TComment___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:39 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:40 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos1] = 1;
+  return;
 }
-val_t lexer___TEol___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 21, LOCATE_lexer___TEol___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(0);
-  goto return_label1;
-  return_label1: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TEol___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 26, LOCATE_lexer___TEol___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEol].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label2: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEol].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwmodule___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 45;
+  fra.me.meth = LOCATE_lexer___TKwmodule___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:47 */
+  REGB0 = TAG_Int(2);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwmodule___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos2 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwmodule].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos2]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 50;
+  fra.me.meth = LOCATE_lexer___TKwmodule___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:52 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:53 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos2] = 1;
   return;
 }
-val_t lexer___TComment___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 36, LOCATE_lexer___TComment___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(1);
-  goto return_label3;
-  return_label3: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TComment___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 41, LOCATE_lexer___TComment___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TComment].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label4: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TComment].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwimport___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 58;
+  fra.me.meth = LOCATE_lexer___TKwimport___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:60 */
+  REGB0 = TAG_Int(3);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwimport___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos3 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwimport].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos3]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 63;
+  fra.me.meth = LOCATE_lexer___TKwimport___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:65 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("import");
+      REGB0 = TAG_Int(6);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:66 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos3] = 1;
   return;
 }
-val_t lexer___TKwpackage___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 51, LOCATE_lexer___TKwpackage___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(2);
-  goto return_label5;
-  return_label5: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwpackage___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 56, LOCATE_lexer___TKwpackage___init_tk};
-  static val_t once_value_7; static int once_bool_7; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwpackage].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_7) variable[6] = once_value_7;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("package"), TAG_Int(7)); /*new String*/
-    once_value_7 = variable[6];
-    once_bool_7 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label6: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwpackage].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwclass___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 71;
+  fra.me.meth = LOCATE_lexer___TKwclass___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:73 */
+  REGB0 = TAG_Int(4);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwclass___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos4 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwclass].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos4]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 76;
+  fra.me.meth = LOCATE_lexer___TKwclass___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:78 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("class");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:79 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos4] = 1;
   return;
 }
-val_t lexer___TKwimport___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 66, LOCATE_lexer___TKwimport___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(3);
-  goto return_label8;
-  return_label8: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwimport___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 71, LOCATE_lexer___TKwimport___init_tk};
-  static val_t once_value_10; static int once_bool_10; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwimport].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_10) variable[6] = once_value_10;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("import"), TAG_Int(6)); /*new String*/
-    once_value_10 = variable[6];
-    once_bool_10 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label9: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwimport].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwabstract___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 84;
+  fra.me.meth = LOCATE_lexer___TKwabstract___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:86 */
+  REGB0 = TAG_Int(5);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwabstract___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos5 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwabstract].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos5]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 89;
+  fra.me.meth = LOCATE_lexer___TKwabstract___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:91 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("abstract");
+      REGB0 = TAG_Int(8);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:92 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos5] = 1;
   return;
 }
-val_t lexer___TKwclass___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 81, LOCATE_lexer___TKwclass___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(4);
-  goto return_label11;
-  return_label11: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwclass___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 86, LOCATE_lexer___TKwclass___init_tk};
-  static val_t once_value_13; static int once_bool_13; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwclass].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_13) variable[6] = once_value_13;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("class"), TAG_Int(5)); /*new String*/
-    once_value_13 = variable[6];
-    once_bool_13 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label12: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwclass].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwinterface___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 97;
+  fra.me.meth = LOCATE_lexer___TKwinterface___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:99 */
+  REGB0 = TAG_Int(6);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwinterface___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos6 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwinterface].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos6]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 102;
+  fra.me.meth = LOCATE_lexer___TKwinterface___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:104 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("interface");
+      REGB0 = TAG_Int(9);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:105 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos6] = 1;
   return;
 }
-val_t lexer___TKwabstract___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 96, LOCATE_lexer___TKwabstract___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(5);
-  goto return_label14;
-  return_label14: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwabstract___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 101, LOCATE_lexer___TKwabstract___init_tk};
-  static val_t once_value_16; static int once_bool_16; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwabstract].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_16) variable[6] = once_value_16;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("abstract"), TAG_Int(8)); /*new String*/
-    once_value_16 = variable[6];
-    once_bool_16 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label15: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwabstract].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwenum___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 110;
+  fra.me.meth = LOCATE_lexer___TKwenum___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:112 */
+  REGB0 = TAG_Int(7);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwenum___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos7 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwenum].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos7]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 115;
+  fra.me.meth = LOCATE_lexer___TKwenum___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:117 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:118 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos7] = 1;
   return;
 }
-val_t lexer___TKwinterface___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 111, LOCATE_lexer___TKwinterface___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(6);
-  goto return_label17;
-  return_label17: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwinterface___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 116, LOCATE_lexer___TKwinterface___init_tk};
-  static val_t once_value_19; static int once_bool_19; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwinterface].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_19) variable[6] = once_value_19;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("interface"), TAG_Int(9)); /*new String*/
-    once_value_19 = variable[6];
-    once_bool_19 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label18: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwinterface].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwspecial___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 123;
+  fra.me.meth = LOCATE_lexer___TKwspecial___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:125 */
+  REGB0 = TAG_Int(8);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwspecial___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos8 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwspecial].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos8]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 128;
+  fra.me.meth = LOCATE_lexer___TKwspecial___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:130 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("special");
+      REGB0 = TAG_Int(7);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:131 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos8] = 1;
   return;
 }
-val_t lexer___TKwuniversal___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 126, LOCATE_lexer___TKwuniversal___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(7);
-  goto return_label20;
-  return_label20: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwuniversal___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 131, LOCATE_lexer___TKwuniversal___init_tk};
-  static val_t once_value_22; static int once_bool_22; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwuniversal].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_22) variable[6] = once_value_22;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("universal"), TAG_Int(9)); /*new String*/
-    once_value_22 = variable[6];
-    once_bool_22 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label21: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwuniversal].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwend___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 136;
+  fra.me.meth = LOCATE_lexer___TKwend___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:138 */
+  REGB0 = TAG_Int(9);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwend___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos9 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwend].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos9]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 141;
+  fra.me.meth = LOCATE_lexer___TKwend___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:143 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("end");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:144 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos9] = 1;
   return;
 }
-val_t lexer___TKwspecial___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 141, LOCATE_lexer___TKwspecial___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(8);
-  goto return_label23;
-  return_label23: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwspecial___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 146, LOCATE_lexer___TKwspecial___init_tk};
-  static val_t once_value_25; static int once_bool_25; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwspecial].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_25) variable[6] = once_value_25;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("special"), TAG_Int(7)); /*new String*/
-    once_value_25 = variable[6];
-    once_bool_25 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label24: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwspecial].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwmeth___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 149;
+  fra.me.meth = LOCATE_lexer___TKwmeth___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:151 */
+  REGB0 = TAG_Int(10);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwmeth___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos10 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwmeth].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos10]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 154;
+  fra.me.meth = LOCATE_lexer___TKwmeth___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:156 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("fun");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:157 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos10] = 1;
   return;
 }
-val_t lexer___TKwend___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 156, LOCATE_lexer___TKwend___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(9);
-  goto return_label26;
-  return_label26: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwend___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 161, LOCATE_lexer___TKwend___init_tk};
-  static val_t once_value_28; static int once_bool_28; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwend].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_28) variable[6] = once_value_28;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("end"), TAG_Int(3)); /*new String*/
-    once_value_28 = variable[6];
-    once_bool_28 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label27: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwend].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwtype___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 162;
+  fra.me.meth = LOCATE_lexer___TKwtype___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:164 */
+  REGB0 = TAG_Int(11);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwtype___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos11 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwtype].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos11]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 167;
+  fra.me.meth = LOCATE_lexer___TKwtype___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:169 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("type");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:170 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos11] = 1;
   return;
 }
-val_t lexer___TKwmeth___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 171, LOCATE_lexer___TKwmeth___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(10);
-  goto return_label29;
-  return_label29: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwmeth___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 176, LOCATE_lexer___TKwmeth___init_tk};
-  static val_t once_value_31; static int once_bool_31; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwmeth].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_31) variable[6] = once_value_31;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("meth"), TAG_Int(4)); /*new String*/
-    once_value_31 = variable[6];
-    once_bool_31 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label30: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwmeth].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwinit___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 175;
+  fra.me.meth = LOCATE_lexer___TKwinit___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:177 */
+  REGB0 = TAG_Int(12);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwinit___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos12 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwinit].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos12]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 180;
+  fra.me.meth = LOCATE_lexer___TKwinit___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:182 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("init");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:183 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos12] = 1;
   return;
 }
-val_t lexer___TKwtype___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 186, LOCATE_lexer___TKwtype___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(11);
-  goto return_label32;
-  return_label32: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwtype___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 191, LOCATE_lexer___TKwtype___init_tk};
-  static val_t once_value_34; static int once_bool_34; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwtype].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_34) variable[6] = once_value_34;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("type"), TAG_Int(4)); /*new String*/
-    once_value_34 = variable[6];
-    once_bool_34 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label33: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwtype].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwredef___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 188;
+  fra.me.meth = LOCATE_lexer___TKwredef___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:190 */
+  REGB0 = TAG_Int(13);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwredef___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos13 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwredef].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos13]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 193;
+  fra.me.meth = LOCATE_lexer___TKwredef___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:195 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("redef");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:196 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos13] = 1;
   return;
 }
-val_t lexer___TKwattr___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 201, LOCATE_lexer___TKwattr___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(12);
-  goto return_label35;
-  return_label35: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwattr___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 206, LOCATE_lexer___TKwattr___init_tk};
-  static val_t once_value_37; static int once_bool_37; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwattr].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_37) variable[6] = once_value_37;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("attr"), TAG_Int(4)); /*new String*/
-    once_value_37 = variable[6];
-    once_bool_37 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label36: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwattr].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwis___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 201;
+  fra.me.meth = LOCATE_lexer___TKwis___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:203 */
+  REGB0 = TAG_Int(14);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwis___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos14 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwis].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos14]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 206;
+  fra.me.meth = LOCATE_lexer___TKwis___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:208 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("is");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:209 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos14] = 1;
   return;
 }
-val_t lexer___TKwinit___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 216, LOCATE_lexer___TKwinit___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(13);
-  goto return_label38;
-  return_label38: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwinit___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 221, LOCATE_lexer___TKwinit___init_tk};
-  static val_t once_value_40; static int once_bool_40; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwinit].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_40) variable[6] = once_value_40;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("init"), TAG_Int(4)); /*new String*/
-    once_value_40 = variable[6];
-    once_bool_40 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label39: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwinit].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwdo___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 214;
+  fra.me.meth = LOCATE_lexer___TKwdo___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:216 */
+  REGB0 = TAG_Int(15);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwdo___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos15 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwdo].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos15]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 219;
+  fra.me.meth = LOCATE_lexer___TKwdo___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:221 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("do");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:222 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos15] = 1;
   return;
 }
-val_t lexer___TKwredef___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 231, LOCATE_lexer___TKwredef___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(14);
-  goto return_label41;
-  return_label41: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwredef___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 236, LOCATE_lexer___TKwredef___init_tk};
-  static val_t once_value_43; static int once_bool_43; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwredef].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_43) variable[6] = once_value_43;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("redef"), TAG_Int(5)); /*new String*/
-    once_value_43 = variable[6];
-    once_bool_43 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label42: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwredef].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwreadable___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 227;
+  fra.me.meth = LOCATE_lexer___TKwreadable___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:229 */
+  REGB0 = TAG_Int(16);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwreadable___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos16 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwreadable].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos16]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 232;
+  fra.me.meth = LOCATE_lexer___TKwreadable___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:234 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("readable");
+      REGB0 = TAG_Int(8);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:235 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos16] = 1;
   return;
 }
-val_t lexer___TKwis___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 246, LOCATE_lexer___TKwis___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(15);
-  goto return_label44;
-  return_label44: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwis___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 251, LOCATE_lexer___TKwis___init_tk};
-  static val_t once_value_46; static int once_bool_46; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwis].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_46) variable[6] = once_value_46;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("is"), TAG_Int(2)); /*new String*/
-    once_value_46 = variable[6];
-    once_bool_46 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label45: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwis].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwwritable___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 240;
+  fra.me.meth = LOCATE_lexer___TKwwritable___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:242 */
+  REGB0 = TAG_Int(17);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwwritable___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos17 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwwritable].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos17]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 245;
+  fra.me.meth = LOCATE_lexer___TKwwritable___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:247 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("writable");
+      REGB0 = TAG_Int(8);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:248 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos17] = 1;
   return;
 }
-val_t lexer___TKwdo___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 261, LOCATE_lexer___TKwdo___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(16);
-  goto return_label47;
-  return_label47: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwdo___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 266, LOCATE_lexer___TKwdo___init_tk};
-  static val_t once_value_49; static int once_bool_49; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwdo].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_49) variable[6] = once_value_49;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("do"), TAG_Int(2)); /*new String*/
-    once_value_49 = variable[6];
-    once_bool_49 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label48: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwdo].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwvar___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 253;
+  fra.me.meth = LOCATE_lexer___TKwvar___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:255 */
+  REGB0 = TAG_Int(18);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwvar___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos18 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwvar].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos18]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 258;
+  fra.me.meth = LOCATE_lexer___TKwvar___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:260 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("var");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:261 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos18] = 1;
   return;
 }
-val_t lexer___TKwreadable___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 276, LOCATE_lexer___TKwreadable___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(17);
-  goto return_label50;
-  return_label50: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwreadable___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 281, LOCATE_lexer___TKwreadable___init_tk};
-  static val_t once_value_52; static int once_bool_52; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwreadable].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_52) variable[6] = once_value_52;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("readable"), TAG_Int(8)); /*new String*/
-    once_value_52 = variable[6];
-    once_bool_52 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label51: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwreadable].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwintern___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 266;
+  fra.me.meth = LOCATE_lexer___TKwintern___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:268 */
+  REGB0 = TAG_Int(19);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwintern___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos19 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwintern].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos19]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 271;
+  fra.me.meth = LOCATE_lexer___TKwintern___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:273 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("intern");
+      REGB0 = TAG_Int(6);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:274 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos19] = 1;
   return;
 }
-val_t lexer___TKwwritable___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 291, LOCATE_lexer___TKwwritable___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(18);
-  goto return_label53;
-  return_label53: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwwritable___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 296, LOCATE_lexer___TKwwritable___init_tk};
-  static val_t once_value_55; static int once_bool_55; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwritable].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_55) variable[6] = once_value_55;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("writable"), TAG_Int(8)); /*new String*/
-    once_value_55 = variable[6];
-    once_bool_55 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label54: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwritable].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwextern___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 279;
+  fra.me.meth = LOCATE_lexer___TKwextern___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:281 */
+  REGB0 = TAG_Int(20);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwextern___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos20 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwextern].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos20]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 284;
+  fra.me.meth = LOCATE_lexer___TKwextern___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:286 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("extern");
+      REGB0 = TAG_Int(6);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:287 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos20] = 1;
   return;
 }
-val_t lexer___TKwvar___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 306, LOCATE_lexer___TKwvar___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(19);
-  goto return_label56;
-  return_label56: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwvar___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 311, LOCATE_lexer___TKwvar___init_tk};
-  static val_t once_value_58; static int once_bool_58; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwvar].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_58) variable[6] = once_value_58;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("var"), TAG_Int(3)); /*new String*/
-    once_value_58 = variable[6];
-    once_bool_58 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label57: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwvar].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwprotected___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 292;
+  fra.me.meth = LOCATE_lexer___TKwprotected___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:294 */
+  REGB0 = TAG_Int(21);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwprotected___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos21 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwprotected].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos21]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 297;
+  fra.me.meth = LOCATE_lexer___TKwprotected___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:299 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("protected");
+      REGB0 = TAG_Int(9);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:300 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos21] = 1;
   return;
 }
-val_t lexer___TKwintern___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 321, LOCATE_lexer___TKwintern___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(20);
-  goto return_label59;
-  return_label59: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwintern___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 326, LOCATE_lexer___TKwintern___init_tk};
-  static val_t once_value_61; static int once_bool_61; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwintern].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_61) variable[6] = once_value_61;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("intern"), TAG_Int(6)); /*new String*/
-    once_value_61 = variable[6];
-    once_bool_61 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label60: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwintern].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwprivate___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 305;
+  fra.me.meth = LOCATE_lexer___TKwprivate___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:307 */
+  REGB0 = TAG_Int(22);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwprivate___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos22 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwprivate].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos22]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 310;
+  fra.me.meth = LOCATE_lexer___TKwprivate___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:312 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("private");
+      REGB0 = TAG_Int(7);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:313 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos22] = 1;
   return;
 }
-val_t lexer___TKwextern___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 336, LOCATE_lexer___TKwextern___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(21);
-  goto return_label62;
-  return_label62: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwextern___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 341, LOCATE_lexer___TKwextern___init_tk};
-  static val_t once_value_64; static int once_bool_64; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwextern].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_64) variable[6] = once_value_64;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("extern"), TAG_Int(6)); /*new String*/
-    once_value_64 = variable[6];
-    once_bool_64 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label63: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwextern].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwintrude___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 318;
+  fra.me.meth = LOCATE_lexer___TKwintrude___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:320 */
+  REGB0 = TAG_Int(23);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwintrude___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos23 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwintrude].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos23]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 323;
+  fra.me.meth = LOCATE_lexer___TKwintrude___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:325 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("intrude");
+      REGB0 = TAG_Int(7);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:326 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos23] = 1;
   return;
 }
-val_t lexer___TKwprotected___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 351, LOCATE_lexer___TKwprotected___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(22);
-  goto return_label65;
-  return_label65: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwprotected___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 356, LOCATE_lexer___TKwprotected___init_tk};
-  static val_t once_value_67; static int once_bool_67; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwprotected].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_67) variable[6] = once_value_67;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("protected"), TAG_Int(9)); /*new String*/
-    once_value_67 = variable[6];
-    once_bool_67 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label66: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwprotected].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwif___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 331;
+  fra.me.meth = LOCATE_lexer___TKwif___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:333 */
+  REGB0 = TAG_Int(24);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwif___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos24 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwif].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos24]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 336;
+  fra.me.meth = LOCATE_lexer___TKwif___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:338 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("if");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:339 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos24] = 1;
   return;
 }
-val_t lexer___TKwprivate___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 366, LOCATE_lexer___TKwprivate___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(23);
-  goto return_label68;
-  return_label68: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwprivate___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 371, LOCATE_lexer___TKwprivate___init_tk};
-  static val_t once_value_70; static int once_bool_70; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwprivate].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_70) variable[6] = once_value_70;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("private"), TAG_Int(7)); /*new String*/
-    once_value_70 = variable[6];
-    once_bool_70 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label69: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwprivate].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwthen___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 344;
+  fra.me.meth = LOCATE_lexer___TKwthen___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:346 */
+  REGB0 = TAG_Int(25);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwthen___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos25 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwthen].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos25]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 349;
+  fra.me.meth = LOCATE_lexer___TKwthen___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:351 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("then");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:352 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos25] = 1;
   return;
 }
-val_t lexer___TKwintrude___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 381, LOCATE_lexer___TKwintrude___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(24);
-  goto return_label71;
-  return_label71: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwintrude___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 386, LOCATE_lexer___TKwintrude___init_tk};
-  static val_t once_value_73; static int once_bool_73; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwintrude].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_73) variable[6] = once_value_73;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("intrude"), TAG_Int(7)); /*new String*/
-    once_value_73 = variable[6];
-    once_bool_73 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label72: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwintrude].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwelse___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 357;
+  fra.me.meth = LOCATE_lexer___TKwelse___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:359 */
+  REGB0 = TAG_Int(26);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwelse___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos26 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwelse].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos26]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 362;
+  fra.me.meth = LOCATE_lexer___TKwelse___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:364 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("else");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:365 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos26] = 1;
   return;
 }
-val_t lexer___TKwif___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 396, LOCATE_lexer___TKwif___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(25);
-  goto return_label74;
-  return_label74: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwif___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 401, LOCATE_lexer___TKwif___init_tk};
-  static val_t once_value_76; static int once_bool_76; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwif].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_76) variable[6] = once_value_76;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("if"), TAG_Int(2)); /*new String*/
-    once_value_76 = variable[6];
-    once_bool_76 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label75: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwif].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwwhile___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 370;
+  fra.me.meth = LOCATE_lexer___TKwwhile___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:372 */
+  REGB0 = TAG_Int(27);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwwhile___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos27 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwwhile].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos27]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 375;
+  fra.me.meth = LOCATE_lexer___TKwwhile___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:377 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("while");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:378 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos27] = 1;
   return;
 }
-val_t lexer___TKwthen___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 411, LOCATE_lexer___TKwthen___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(26);
-  goto return_label77;
-  return_label77: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwthen___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 416, LOCATE_lexer___TKwthen___init_tk};
-  static val_t once_value_79; static int once_bool_79; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwthen].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_79) variable[6] = once_value_79;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("then"), TAG_Int(4)); /*new String*/
-    once_value_79 = variable[6];
-    once_bool_79 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label78: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwthen].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwloop___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 383;
+  fra.me.meth = LOCATE_lexer___TKwloop___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:385 */
+  REGB0 = TAG_Int(28);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwloop___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos28 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwloop].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos28]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 388;
+  fra.me.meth = LOCATE_lexer___TKwloop___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:390 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("loop");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:391 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos28] = 1;
   return;
 }
-val_t lexer___TKwelse___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 426, LOCATE_lexer___TKwelse___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(27);
-  goto return_label80;
-  return_label80: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwelse___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 431, LOCATE_lexer___TKwelse___init_tk};
-  static val_t once_value_82; static int once_bool_82; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwelse].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_82) variable[6] = once_value_82;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("else"), TAG_Int(4)); /*new String*/
-    once_value_82 = variable[6];
-    once_bool_82 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label81: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwelse].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwfor___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 396;
+  fra.me.meth = LOCATE_lexer___TKwfor___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:398 */
+  REGB0 = TAG_Int(29);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwfor___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos29 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwfor].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos29]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 401;
+  fra.me.meth = LOCATE_lexer___TKwfor___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:403 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("for");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:404 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos29] = 1;
   return;
 }
-val_t lexer___TKwwhile___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 441, LOCATE_lexer___TKwwhile___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(28);
-  goto return_label83;
-  return_label83: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwwhile___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 446, LOCATE_lexer___TKwwhile___init_tk};
-  static val_t once_value_85; static int once_bool_85; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwhile].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_85) variable[6] = once_value_85;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("while"), TAG_Int(5)); /*new String*/
-    once_value_85 = variable[6];
-    once_bool_85 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label84: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwhile].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwin___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 409;
+  fra.me.meth = LOCATE_lexer___TKwin___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:411 */
+  REGB0 = TAG_Int(30);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwin___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos30 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwin].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos30]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 414;
+  fra.me.meth = LOCATE_lexer___TKwin___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:416 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("in");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:417 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos30] = 1;
   return;
 }
-val_t lexer___TKwfor___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 456, LOCATE_lexer___TKwfor___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(29);
-  goto return_label86;
-  return_label86: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwfor___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 461, LOCATE_lexer___TKwfor___init_tk};
-  static val_t once_value_88; static int once_bool_88; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwfor].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_88) variable[6] = once_value_88;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("for"), TAG_Int(3)); /*new String*/
-    once_value_88 = variable[6];
-    once_bool_88 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label87: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwfor].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwand___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 422;
+  fra.me.meth = LOCATE_lexer___TKwand___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:424 */
+  REGB0 = TAG_Int(31);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwand___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos31 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwand].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos31]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 427;
+  fra.me.meth = LOCATE_lexer___TKwand___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:429 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("and");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:430 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos31] = 1;
   return;
 }
-val_t lexer___TKwin___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 471, LOCATE_lexer___TKwin___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(30);
-  goto return_label89;
-  return_label89: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwin___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 476, LOCATE_lexer___TKwin___init_tk};
-  static val_t once_value_91; static int once_bool_91; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwin].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_91) variable[6] = once_value_91;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("in"), TAG_Int(2)); /*new String*/
-    once_value_91 = variable[6];
-    once_bool_91 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label90: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwin].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwor___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 435;
+  fra.me.meth = LOCATE_lexer___TKwor___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:437 */
+  REGB0 = TAG_Int(32);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwor___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos32 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwor].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos32]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 440;
+  fra.me.meth = LOCATE_lexer___TKwor___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:442 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("or");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:443 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos32] = 1;
   return;
 }
-val_t lexer___TKwand___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 486, LOCATE_lexer___TKwand___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(31);
-  goto return_label92;
-  return_label92: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwand___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 491, LOCATE_lexer___TKwand___init_tk};
-  static val_t once_value_94; static int once_bool_94; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwand].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_94) variable[6] = once_value_94;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("and"), TAG_Int(3)); /*new String*/
-    once_value_94 = variable[6];
-    once_bool_94 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label93: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwand].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwnot___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 448;
+  fra.me.meth = LOCATE_lexer___TKwnot___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:450 */
+  REGB0 = TAG_Int(33);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwnot___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos33 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwnot].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos33]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 453;
+  fra.me.meth = LOCATE_lexer___TKwnot___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:455 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("not");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:456 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos33] = 1;
   return;
 }
-val_t lexer___TKwor___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 501, LOCATE_lexer___TKwor___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(32);
-  goto return_label95;
-  return_label95: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwor___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 506, LOCATE_lexer___TKwor___init_tk};
-  static val_t once_value_97; static int once_bool_97; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwor].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_97) variable[6] = once_value_97;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("or"), TAG_Int(2)); /*new String*/
-    once_value_97 = variable[6];
-    once_bool_97 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label96: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwor].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwreturn___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 461;
+  fra.me.meth = LOCATE_lexer___TKwreturn___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:463 */
+  REGB0 = TAG_Int(34);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwreturn___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos34 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwreturn].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos34]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 466;
+  fra.me.meth = LOCATE_lexer___TKwreturn___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:468 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("return");
+      REGB0 = TAG_Int(6);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:469 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos34] = 1;
   return;
 }
-val_t lexer___TKwnot___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 516, LOCATE_lexer___TKwnot___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(33);
-  goto return_label98;
-  return_label98: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwnot___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 521, LOCATE_lexer___TKwnot___init_tk};
-  static val_t once_value_100; static int once_bool_100; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnot].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_100) variable[6] = once_value_100;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("not"), TAG_Int(3)); /*new String*/
-    once_value_100 = variable[6];
-    once_bool_100 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label99: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnot].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwcontinue___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 474;
+  fra.me.meth = LOCATE_lexer___TKwcontinue___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:476 */
+  REGB0 = TAG_Int(35);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwcontinue___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos35 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwcontinue].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos35]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 479;
+  fra.me.meth = LOCATE_lexer___TKwcontinue___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:481 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("continue");
+      REGB0 = TAG_Int(8);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:482 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos35] = 1;
   return;
 }
-val_t lexer___TKwreturn___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 531, LOCATE_lexer___TKwreturn___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(34);
-  goto return_label101;
-  return_label101: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwreturn___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 536, LOCATE_lexer___TKwreturn___init_tk};
-  static val_t once_value_103; static int once_bool_103; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwreturn].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_103) variable[6] = once_value_103;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("return"), TAG_Int(6)); /*new String*/
-    once_value_103 = variable[6];
-    once_bool_103 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label102: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwreturn].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwbreak___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 487;
+  fra.me.meth = LOCATE_lexer___TKwbreak___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:489 */
+  REGB0 = TAG_Int(36);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwbreak___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos36 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwbreak].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos36]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 492;
+  fra.me.meth = LOCATE_lexer___TKwbreak___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:494 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("break");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:495 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos36] = 1;
   return;
 }
-val_t lexer___TKwcontinue___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 546, LOCATE_lexer___TKwcontinue___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(35);
-  goto return_label104;
-  return_label104: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwcontinue___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 551, LOCATE_lexer___TKwcontinue___init_tk};
-  static val_t once_value_106; static int once_bool_106; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwcontinue].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_106) variable[6] = once_value_106;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("continue"), TAG_Int(8)); /*new String*/
-    once_value_106 = variable[6];
-    once_bool_106 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label105: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwcontinue].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwabort___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 500;
+  fra.me.meth = LOCATE_lexer___TKwabort___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:502 */
+  REGB0 = TAG_Int(37);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwabort___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos37 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwabort].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos37]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 505;
+  fra.me.meth = LOCATE_lexer___TKwabort___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:507 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("abort");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:508 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos37] = 1;
   return;
 }
-val_t lexer___TKwbreak___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 561, LOCATE_lexer___TKwbreak___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(36);
-  goto return_label107;
-  return_label107: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwbreak___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 566, LOCATE_lexer___TKwbreak___init_tk};
-  static val_t once_value_109; static int once_bool_109; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwbreak].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_109) variable[6] = once_value_109;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("break"), TAG_Int(5)); /*new String*/
-    once_value_109 = variable[6];
-    once_bool_109 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label108: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwbreak].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwassert___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 513;
+  fra.me.meth = LOCATE_lexer___TKwassert___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:515 */
+  REGB0 = TAG_Int(38);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwassert___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos38 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwassert].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos38]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 518;
+  fra.me.meth = LOCATE_lexer___TKwassert___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:520 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("assert");
+      REGB0 = TAG_Int(6);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:521 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos38] = 1;
   return;
 }
-val_t lexer___TKwabort___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 576, LOCATE_lexer___TKwabort___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(37);
-  goto return_label110;
-  return_label110: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwabort___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 581, LOCATE_lexer___TKwabort___init_tk};
-  static val_t once_value_112; static int once_bool_112; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwabort].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_112) variable[6] = once_value_112;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("abort"), TAG_Int(5)); /*new String*/
-    once_value_112 = variable[6];
-    once_bool_112 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label111: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwabort].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwnew___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 526;
+  fra.me.meth = LOCATE_lexer___TKwnew___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:528 */
+  REGB0 = TAG_Int(39);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwnew___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos39 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwnew].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos39]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 531;
+  fra.me.meth = LOCATE_lexer___TKwnew___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:533 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("new");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:534 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos39] = 1;
   return;
 }
-val_t lexer___TKwassert___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 591, LOCATE_lexer___TKwassert___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(38);
-  goto return_label113;
-  return_label113: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwassert___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 596, LOCATE_lexer___TKwassert___init_tk};
-  static val_t once_value_115; static int once_bool_115; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwassert].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_115) variable[6] = once_value_115;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("assert"), TAG_Int(6)); /*new String*/
-    once_value_115 = variable[6];
-    once_bool_115 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label114: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwassert].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwisa___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 539;
+  fra.me.meth = LOCATE_lexer___TKwisa___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:541 */
+  REGB0 = TAG_Int(40);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwisa___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos40 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwisa].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos40]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 544;
+  fra.me.meth = LOCATE_lexer___TKwisa___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:546 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("isa");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:547 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos40] = 1;
   return;
 }
-val_t lexer___TKwnew___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 606, LOCATE_lexer___TKwnew___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(39);
-  goto return_label116;
-  return_label116: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwnew___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 611, LOCATE_lexer___TKwnew___init_tk};
-  static val_t once_value_118; static int once_bool_118; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnew].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_118) variable[6] = once_value_118;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("new"), TAG_Int(3)); /*new String*/
-    once_value_118 = variable[6];
-    once_bool_118 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label117: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnew].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwonce___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 552;
+  fra.me.meth = LOCATE_lexer___TKwonce___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:554 */
+  REGB0 = TAG_Int(41);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwonce___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos41 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwonce].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos41]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 557;
+  fra.me.meth = LOCATE_lexer___TKwonce___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:559 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("once");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:560 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos41] = 1;
   return;
 }
-val_t lexer___TKwisa___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 621, LOCATE_lexer___TKwisa___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(40);
-  goto return_label119;
-  return_label119: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwisa___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 626, LOCATE_lexer___TKwisa___init_tk};
-  static val_t once_value_121; static int once_bool_121; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwisa].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_121) variable[6] = once_value_121;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("isa"), TAG_Int(3)); /*new String*/
-    once_value_121 = variable[6];
-    once_bool_121 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label120: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwisa].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwsuper___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 565;
+  fra.me.meth = LOCATE_lexer___TKwsuper___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:567 */
+  REGB0 = TAG_Int(42);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwsuper___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos42 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwsuper].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos42]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 570;
+  fra.me.meth = LOCATE_lexer___TKwsuper___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:572 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("super");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:573 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos42] = 1;
   return;
 }
-val_t lexer___TKwonce___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 636, LOCATE_lexer___TKwonce___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(41);
-  goto return_label122;
-  return_label122: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwonce___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 641, LOCATE_lexer___TKwonce___init_tk};
-  static val_t once_value_124; static int once_bool_124; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwonce].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_124) variable[6] = once_value_124;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("once"), TAG_Int(4)); /*new String*/
-    once_value_124 = variable[6];
-    once_bool_124 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label123: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwonce].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwself___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 578;
+  fra.me.meth = LOCATE_lexer___TKwself___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:580 */
+  REGB0 = TAG_Int(43);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwself___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos43 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwself].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos43]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 583;
+  fra.me.meth = LOCATE_lexer___TKwself___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:585 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("self");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:586 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos43] = 1;
   return;
 }
-val_t lexer___TKwsuper___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 651, LOCATE_lexer___TKwsuper___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(42);
-  goto return_label125;
-  return_label125: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwsuper___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 656, LOCATE_lexer___TKwsuper___init_tk};
-  static val_t once_value_127; static int once_bool_127; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwsuper].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_127) variable[6] = once_value_127;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("super"), TAG_Int(5)); /*new String*/
-    once_value_127 = variable[6];
-    once_bool_127 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label126: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwsuper].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwtrue___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 591;
+  fra.me.meth = LOCATE_lexer___TKwtrue___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:593 */
+  REGB0 = TAG_Int(44);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwtrue___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos44 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwtrue].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos44]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 596;
+  fra.me.meth = LOCATE_lexer___TKwtrue___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:598 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("true");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:599 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos44] = 1;
   return;
 }
-val_t lexer___TKwself___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 666, LOCATE_lexer___TKwself___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(43);
-  goto return_label128;
-  return_label128: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwself___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 671, LOCATE_lexer___TKwself___init_tk};
-  static val_t once_value_130; static int once_bool_130; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwself].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_130) variable[6] = once_value_130;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("self"), TAG_Int(4)); /*new String*/
-    once_value_130 = variable[6];
-    once_bool_130 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label129: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwself].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwfalse___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 604;
+  fra.me.meth = LOCATE_lexer___TKwfalse___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:606 */
+  REGB0 = TAG_Int(45);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwfalse___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos45 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwfalse].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos45]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 609;
+  fra.me.meth = LOCATE_lexer___TKwfalse___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:611 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("false");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:612 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos45] = 1;
   return;
 }
-val_t lexer___TKwtrue___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 681, LOCATE_lexer___TKwtrue___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(44);
-  goto return_label131;
-  return_label131: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwtrue___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 686, LOCATE_lexer___TKwtrue___init_tk};
-  static val_t once_value_133; static int once_bool_133; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwtrue].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_133) variable[6] = once_value_133;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("true"), TAG_Int(4)); /*new String*/
-    once_value_133 = variable[6];
-    once_bool_133 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label132: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwtrue].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwnull___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 617;
+  fra.me.meth = LOCATE_lexer___TKwnull___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:619 */
+  REGB0 = TAG_Int(46);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwnull___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos46 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwnull].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos46]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 622;
+  fra.me.meth = LOCATE_lexer___TKwnull___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:624 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("null");
+      REGB0 = TAG_Int(4);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:625 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos46] = 1;
   return;
 }
-val_t lexer___TKwfalse___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 696, LOCATE_lexer___TKwfalse___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(45);
-  goto return_label134;
-  return_label134: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwfalse___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 701, LOCATE_lexer___TKwfalse___init_tk};
-  static val_t once_value_136; static int once_bool_136; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwfalse].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_136) variable[6] = once_value_136;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("false"), TAG_Int(5)); /*new String*/
-    once_value_136 = variable[6];
-    once_bool_136 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label135: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwfalse].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwas___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 630;
+  fra.me.meth = LOCATE_lexer___TKwas___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:632 */
+  REGB0 = TAG_Int(47);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwas___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos47 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwas].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos47]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 635;
+  fra.me.meth = LOCATE_lexer___TKwas___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:637 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("as");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:638 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos47] = 1;
   return;
 }
-val_t lexer___TKwnull___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 711, LOCATE_lexer___TKwnull___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(46);
-  goto return_label137;
-  return_label137: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwnull___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 716, LOCATE_lexer___TKwnull___init_tk};
-  static val_t once_value_139; static int once_bool_139; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnull].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_139) variable[6] = once_value_139;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("null"), TAG_Int(4)); /*new String*/
-    once_value_139 = variable[6];
-    once_bool_139 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label138: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwnull].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwnullable___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 643;
+  fra.me.meth = LOCATE_lexer___TKwnullable___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:645 */
+  REGB0 = TAG_Int(48);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwnullable___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos48 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwnullable].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos48]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 648;
+  fra.me.meth = LOCATE_lexer___TKwnullable___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:650 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("nullable");
+      REGB0 = TAG_Int(8);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:651 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos48] = 1;
   return;
 }
-val_t lexer___TKwas___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 726, LOCATE_lexer___TKwas___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(47);
-  goto return_label140;
-  return_label140: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwas___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 731, LOCATE_lexer___TKwas___init_tk};
-  static val_t once_value_142; static int once_bool_142; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwas].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_142) variable[6] = once_value_142;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("as"), TAG_Int(2)); /*new String*/
-    once_value_142 = variable[6];
-    once_bool_142 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label141: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwas].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwisset___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 656;
+  fra.me.meth = LOCATE_lexer___TKwisset___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:658 */
+  REGB0 = TAG_Int(49);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwisset___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos49 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwisset].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos49]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 661;
+  fra.me.meth = LOCATE_lexer___TKwisset___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:663 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("isset");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:664 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos49] = 1;
   return;
 }
-val_t lexer___TKwwith___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 741, LOCATE_lexer___TKwwith___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(48);
-  goto return_label143;
-  return_label143: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TKwwith___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 746, LOCATE_lexer___TKwwith___init_tk};
-  static val_t once_value_145; static int once_bool_145; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwith].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_145) variable[6] = once_value_145;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("with"), TAG_Int(4)); /*new String*/
-    once_value_145 = variable[6];
-    once_bool_145 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label144: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TKwwith].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TKwlabel___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 669;
+  fra.me.meth = LOCATE_lexer___TKwlabel___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:671 */
+  REGB0 = TAG_Int(50);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TKwlabel___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos50 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TKwlabel].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos50]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 674;
+  fra.me.meth = LOCATE_lexer___TKwlabel___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:676 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("label");
+      REGB0 = TAG_Int(5);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:677 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos50] = 1;
   return;
 }
-val_t lexer___TOpar___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 756, LOCATE_lexer___TOpar___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(49);
-  goto return_label146;
-  return_label146: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TOpar___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 761, LOCATE_lexer___TOpar___init_tk};
-  static val_t once_value_148; static int once_bool_148; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TOpar].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_148) variable[6] = once_value_148;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("("), TAG_Int(1)); /*new String*/
-    once_value_148 = variable[6];
-    once_bool_148 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label147: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TOpar].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TOpar___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 682;
+  fra.me.meth = LOCATE_lexer___TOpar___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:684 */
+  REGB0 = TAG_Int(51);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TOpar___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos51 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TOpar].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos51]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 687;
+  fra.me.meth = LOCATE_lexer___TOpar___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:689 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("(");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:690 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos51] = 1;
   return;
 }
-val_t lexer___TCpar___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 771, LOCATE_lexer___TCpar___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(50);
-  goto return_label149;
-  return_label149: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TCpar___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 776, LOCATE_lexer___TCpar___init_tk};
-  static val_t once_value_151; static int once_bool_151; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TCpar].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_151) variable[6] = once_value_151;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(")"), TAG_Int(1)); /*new String*/
-    once_value_151 = variable[6];
-    once_bool_151 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label150: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TCpar].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TCpar___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 695;
+  fra.me.meth = LOCATE_lexer___TCpar___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:697 */
+  REGB0 = TAG_Int(52);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TCpar___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos52 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TCpar].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos52]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 700;
+  fra.me.meth = LOCATE_lexer___TCpar___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:702 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(")");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:703 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos52] = 1;
   return;
 }
-val_t lexer___TObra___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 786, LOCATE_lexer___TObra___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(51);
-  goto return_label152;
-  return_label152: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TObra___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 791, LOCATE_lexer___TObra___init_tk};
-  static val_t once_value_154; static int once_bool_154; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TObra].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_154) variable[6] = once_value_154;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("["), TAG_Int(1)); /*new String*/
-    once_value_154 = variable[6];
-    once_bool_154 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label153: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TObra].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TObra___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 708;
+  fra.me.meth = LOCATE_lexer___TObra___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:710 */
+  REGB0 = TAG_Int(53);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TObra___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos53 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TObra].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos53]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 713;
+  fra.me.meth = LOCATE_lexer___TObra___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:715 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("[");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:716 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos53] = 1;
   return;
 }
-val_t lexer___TCbra___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 801, LOCATE_lexer___TCbra___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(52);
-  goto return_label155;
-  return_label155: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TCbra___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 806, LOCATE_lexer___TCbra___init_tk};
-  static val_t once_value_157; static int once_bool_157; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TCbra].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_157) variable[6] = once_value_157;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("]"), TAG_Int(1)); /*new String*/
-    once_value_157 = variable[6];
-    once_bool_157 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label156: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TCbra].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TCbra___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 721;
+  fra.me.meth = LOCATE_lexer___TCbra___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:723 */
+  REGB0 = TAG_Int(54);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TCbra___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos54 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TCbra].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos54]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 726;
+  fra.me.meth = LOCATE_lexer___TCbra___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:728 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("]");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:729 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos54] = 1;
   return;
 }
-val_t lexer___TComma___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 816, LOCATE_lexer___TComma___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(53);
-  goto return_label158;
-  return_label158: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TComma___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 821, LOCATE_lexer___TComma___init_tk};
-  static val_t once_value_160; static int once_bool_160; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TComma].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_160) variable[6] = once_value_160;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(","), TAG_Int(1)); /*new String*/
-    once_value_160 = variable[6];
-    once_bool_160 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label159: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TComma].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TComma___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 734;
+  fra.me.meth = LOCATE_lexer___TComma___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:736 */
+  REGB0 = TAG_Int(55);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TComma___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos55 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TComma].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos55]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 739;
+  fra.me.meth = LOCATE_lexer___TComma___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:741 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(",");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:742 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos55] = 1;
   return;
 }
-val_t lexer___TColumn___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 831, LOCATE_lexer___TColumn___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(54);
-  goto return_label161;
-  return_label161: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TColumn___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 836, LOCATE_lexer___TColumn___init_tk};
-  static val_t once_value_163; static int once_bool_163; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TColumn].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_163) variable[6] = once_value_163;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(":"), TAG_Int(1)); /*new String*/
-    once_value_163 = variable[6];
-    once_bool_163 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label162: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TColumn].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TColumn___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 747;
+  fra.me.meth = LOCATE_lexer___TColumn___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:749 */
+  REGB0 = TAG_Int(56);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TColumn___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos56 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TColumn].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos56]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 752;
+  fra.me.meth = LOCATE_lexer___TColumn___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:754 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(":");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:755 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos56] = 1;
   return;
 }
-val_t lexer___TQuad___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 846, LOCATE_lexer___TQuad___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(55);
-  goto return_label164;
-  return_label164: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TQuad___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 851, LOCATE_lexer___TQuad___init_tk};
-  static val_t once_value_166; static int once_bool_166; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TQuad].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_166) variable[6] = once_value_166;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("::"), TAG_Int(2)); /*new String*/
-    once_value_166 = variable[6];
-    once_bool_166 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label165: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TQuad].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TQuad___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 760;
+  fra.me.meth = LOCATE_lexer___TQuad___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:762 */
+  REGB0 = TAG_Int(57);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TQuad___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos57 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TQuad].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos57]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 765;
+  fra.me.meth = LOCATE_lexer___TQuad___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:767 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("::");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:768 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos57] = 1;
   return;
 }
-val_t lexer___TAssign___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 861, LOCATE_lexer___TAssign___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(56);
-  goto return_label167;
-  return_label167: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TAssign___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 866, LOCATE_lexer___TAssign___init_tk};
-  static val_t once_value_169; static int once_bool_169; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TAssign].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_169) variable[6] = once_value_169;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("="), TAG_Int(1)); /*new String*/
-    once_value_169 = variable[6];
-    once_bool_169 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label168: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TAssign].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TAssign___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 773;
+  fra.me.meth = LOCATE_lexer___TAssign___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:775 */
+  REGB0 = TAG_Int(58);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TAssign___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos58 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TAssign].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos58]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 778;
+  fra.me.meth = LOCATE_lexer___TAssign___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:780 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("=");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:781 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos58] = 1;
   return;
 }
-val_t lexer___TPluseq___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 876, LOCATE_lexer___TPluseq___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(57);
-  goto return_label170;
-  return_label170: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TPluseq___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 881, LOCATE_lexer___TPluseq___init_tk};
-  static val_t once_value_172; static int once_bool_172; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPluseq].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_172) variable[6] = once_value_172;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("+="), TAG_Int(2)); /*new String*/
-    once_value_172 = variable[6];
-    once_bool_172 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label171: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPluseq].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TPluseq___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 786;
+  fra.me.meth = LOCATE_lexer___TPluseq___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:788 */
+  REGB0 = TAG_Int(59);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TPluseq___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos59 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TPluseq].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos59]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 791;
+  fra.me.meth = LOCATE_lexer___TPluseq___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:793 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("+=");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:794 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos59] = 1;
   return;
 }
-val_t lexer___TMinuseq___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 891, LOCATE_lexer___TMinuseq___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(58);
-  goto return_label173;
-  return_label173: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TMinuseq___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 896, LOCATE_lexer___TMinuseq___init_tk};
-  static val_t once_value_175; static int once_bool_175; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMinuseq].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_175) variable[6] = once_value_175;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("-="), TAG_Int(2)); /*new String*/
-    once_value_175 = variable[6];
-    once_bool_175 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label174: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMinuseq].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TMinuseq___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 799;
+  fra.me.meth = LOCATE_lexer___TMinuseq___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:801 */
+  REGB0 = TAG_Int(60);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TMinuseq___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos60 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TMinuseq].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos60]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 804;
+  fra.me.meth = LOCATE_lexer___TMinuseq___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:806 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("-=");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:807 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos60] = 1;
   return;
 }
-val_t lexer___TDotdotdot___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 906, LOCATE_lexer___TDotdotdot___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(59);
-  goto return_label176;
-  return_label176: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TDotdotdot___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 911, LOCATE_lexer___TDotdotdot___init_tk};
-  static val_t once_value_178; static int once_bool_178; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDotdotdot].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_178) variable[6] = once_value_178;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("..."), TAG_Int(3)); /*new String*/
-    once_value_178 = variable[6];
-    once_bool_178 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label177: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDotdotdot].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TDotdotdot___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 812;
+  fra.me.meth = LOCATE_lexer___TDotdotdot___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:814 */
+  REGB0 = TAG_Int(61);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TDotdotdot___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos61 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TDotdotdot].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos61]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 817;
+  fra.me.meth = LOCATE_lexer___TDotdotdot___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:819 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("...");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:820 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos61] = 1;
   return;
 }
-val_t lexer___TDotdot___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 921, LOCATE_lexer___TDotdot___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(60);
-  goto return_label179;
-  return_label179: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TDotdot___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 926, LOCATE_lexer___TDotdot___init_tk};
-  static val_t once_value_181; static int once_bool_181; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDotdot].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_181) variable[6] = once_value_181;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(".."), TAG_Int(2)); /*new String*/
-    once_value_181 = variable[6];
-    once_bool_181 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label180: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDotdot].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TDotdot___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 825;
+  fra.me.meth = LOCATE_lexer___TDotdot___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:827 */
+  REGB0 = TAG_Int(62);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TDotdot___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos62 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TDotdot].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos62]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 830;
+  fra.me.meth = LOCATE_lexer___TDotdot___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:832 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("..");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:833 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos62] = 1;
   return;
 }
-val_t lexer___TDot___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 936, LOCATE_lexer___TDot___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(61);
-  goto return_label182;
-  return_label182: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TDot___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 941, LOCATE_lexer___TDot___init_tk};
-  static val_t once_value_184; static int once_bool_184; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDot].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_184) variable[6] = once_value_184;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("."), TAG_Int(1)); /*new String*/
-    once_value_184 = variable[6];
-    once_bool_184 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label183: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TDot].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TDot___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 838;
+  fra.me.meth = LOCATE_lexer___TDot___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:840 */
+  REGB0 = TAG_Int(63);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TDot___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos63 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TDot].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos63]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 843;
+  fra.me.meth = LOCATE_lexer___TDot___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:845 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(".");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:846 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos63] = 1;
   return;
 }
-val_t lexer___TPlus___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 951, LOCATE_lexer___TPlus___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(62);
-  goto return_label185;
-  return_label185: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TPlus___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 956, LOCATE_lexer___TPlus___init_tk};
-  static val_t once_value_187; static int once_bool_187; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPlus].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_187) variable[6] = once_value_187;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("+"), TAG_Int(1)); /*new String*/
-    once_value_187 = variable[6];
-    once_bool_187 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label186: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPlus].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TPlus___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 851;
+  fra.me.meth = LOCATE_lexer___TPlus___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:853 */
+  REGB0 = TAG_Int(64);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TPlus___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos64 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TPlus].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos64]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 856;
+  fra.me.meth = LOCATE_lexer___TPlus___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:858 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("+");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:859 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos64] = 1;
   return;
 }
-val_t lexer___TMinus___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 966, LOCATE_lexer___TMinus___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(63);
-  goto return_label188;
-  return_label188: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TMinus___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 971, LOCATE_lexer___TMinus___init_tk};
-  static val_t once_value_190; static int once_bool_190; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMinus].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_190) variable[6] = once_value_190;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("-"), TAG_Int(1)); /*new String*/
-    once_value_190 = variable[6];
-    once_bool_190 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label189: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMinus].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TMinus___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 864;
+  fra.me.meth = LOCATE_lexer___TMinus___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:866 */
+  REGB0 = TAG_Int(65);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TMinus___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos65 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TMinus].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos65]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 869;
+  fra.me.meth = LOCATE_lexer___TMinus___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:871 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("-");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:872 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos65] = 1;
   return;
 }
-val_t lexer___TStar___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 981, LOCATE_lexer___TStar___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(64);
-  goto return_label191;
-  return_label191: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TStar___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 986, LOCATE_lexer___TStar___init_tk};
-  static val_t once_value_193; static int once_bool_193; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStar].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_193) variable[6] = once_value_193;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("*"), TAG_Int(1)); /*new String*/
-    once_value_193 = variable[6];
-    once_bool_193 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label192: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStar].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TStar___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 877;
+  fra.me.meth = LOCATE_lexer___TStar___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:879 */
+  REGB0 = TAG_Int(66);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TStar___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos66 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TStar].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos66]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 882;
+  fra.me.meth = LOCATE_lexer___TStar___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:884 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("*");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:885 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos66] = 1;
   return;
 }
-val_t lexer___TSlash___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 996, LOCATE_lexer___TSlash___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(65);
-  goto return_label194;
-  return_label194: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TSlash___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1001, LOCATE_lexer___TSlash___init_tk};
-  static val_t once_value_196; static int once_bool_196; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TSlash].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_196) variable[6] = once_value_196;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("/"), TAG_Int(1)); /*new String*/
-    once_value_196 = variable[6];
-    once_bool_196 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label195: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TSlash].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TSlash___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 890;
+  fra.me.meth = LOCATE_lexer___TSlash___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:892 */
+  REGB0 = TAG_Int(67);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TSlash___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos67 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TSlash].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos67]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 895;
+  fra.me.meth = LOCATE_lexer___TSlash___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:897 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("/");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:898 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos67] = 1;
   return;
 }
-val_t lexer___TPercent___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1011, LOCATE_lexer___TPercent___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(66);
-  goto return_label197;
-  return_label197: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TPercent___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1016, LOCATE_lexer___TPercent___init_tk};
-  static val_t once_value_199; static int once_bool_199; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPercent].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_199) variable[6] = once_value_199;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("%"), TAG_Int(1)); /*new String*/
-    once_value_199 = variable[6];
-    once_bool_199 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label198: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TPercent].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TPercent___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 903;
+  fra.me.meth = LOCATE_lexer___TPercent___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:905 */
+  REGB0 = TAG_Int(68);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TPercent___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos68 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TPercent].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos68]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 908;
+  fra.me.meth = LOCATE_lexer___TPercent___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:910 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("%");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:911 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos68] = 1;
   return;
 }
-val_t lexer___TEq___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1026, LOCATE_lexer___TEq___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(67);
-  goto return_label200;
-  return_label200: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TEq___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1031, LOCATE_lexer___TEq___init_tk};
-  static val_t once_value_202; static int once_bool_202; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEq].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_202) variable[6] = once_value_202;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("=="), TAG_Int(2)); /*new String*/
-    once_value_202 = variable[6];
-    once_bool_202 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label201: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEq].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TEq___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 916;
+  fra.me.meth = LOCATE_lexer___TEq___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:918 */
+  REGB0 = TAG_Int(69);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TEq___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos69 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TEq].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos69]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 921;
+  fra.me.meth = LOCATE_lexer___TEq___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:923 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("==");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:924 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos69] = 1;
   return;
 }
-val_t lexer___TNe___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1041, LOCATE_lexer___TNe___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(68);
-  goto return_label203;
-  return_label203: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TNe___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1046, LOCATE_lexer___TNe___init_tk};
-  static val_t once_value_205; static int once_bool_205; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TNe].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_205) variable[6] = once_value_205;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("!="), TAG_Int(2)); /*new String*/
-    once_value_205 = variable[6];
-    once_bool_205 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label204: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TNe].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TNe___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 929;
+  fra.me.meth = LOCATE_lexer___TNe___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:931 */
+  REGB0 = TAG_Int(70);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TNe___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos70 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TNe].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos70]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 934;
+  fra.me.meth = LOCATE_lexer___TNe___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:936 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("!=");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:937 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos70] = 1;
   return;
 }
-val_t lexer___TLt___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1056, LOCATE_lexer___TLt___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(69);
-  goto return_label206;
-  return_label206: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TLt___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1061, LOCATE_lexer___TLt___init_tk};
-  static val_t once_value_208; static int once_bool_208; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TLt].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_208) variable[6] = once_value_208;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("<"), TAG_Int(1)); /*new String*/
-    once_value_208 = variable[6];
-    once_bool_208 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label207: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TLt].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TLt___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 942;
+  fra.me.meth = LOCATE_lexer___TLt___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:944 */
+  REGB0 = TAG_Int(71);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TLt___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos71 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TLt].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos71]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 947;
+  fra.me.meth = LOCATE_lexer___TLt___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:949 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("<");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:950 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos71] = 1;
   return;
 }
-val_t lexer___TLe___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1071, LOCATE_lexer___TLe___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(70);
-  goto return_label209;
-  return_label209: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TLe___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1076, LOCATE_lexer___TLe___init_tk};
-  static val_t once_value_211; static int once_bool_211; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TLe].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_211) variable[6] = once_value_211;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("<="), TAG_Int(2)); /*new String*/
-    once_value_211 = variable[6];
-    once_bool_211 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label210: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TLe].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TLe___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 955;
+  fra.me.meth = LOCATE_lexer___TLe___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:957 */
+  REGB0 = TAG_Int(72);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TLe___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos72 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TLe].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos72]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 960;
+  fra.me.meth = LOCATE_lexer___TLe___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:962 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("<=");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:963 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos72] = 1;
   return;
 }
-val_t lexer___TGt___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1086, LOCATE_lexer___TGt___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(71);
-  goto return_label212;
-  return_label212: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TGt___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1091, LOCATE_lexer___TGt___init_tk};
-  static val_t once_value_214; static int once_bool_214; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TGt].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_214) variable[6] = once_value_214;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(">"), TAG_Int(1)); /*new String*/
-    once_value_214 = variable[6];
-    once_bool_214 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label213: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TGt].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TLl___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 968;
+  fra.me.meth = LOCATE_lexer___TLl___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:970 */
+  REGB0 = TAG_Int(73);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TLl___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos73 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TLl].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos73]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 973;
+  fra.me.meth = LOCATE_lexer___TLl___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:975 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("<<");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:976 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos73] = 1;
   return;
 }
-val_t lexer___TGe___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1101, LOCATE_lexer___TGe___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(72);
-  goto return_label215;
-  return_label215: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TGe___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1106, LOCATE_lexer___TGe___init_tk};
-  static val_t once_value_217; static int once_bool_217; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TGe].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_217) variable[6] = once_value_217;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString(">="), TAG_Int(2)); /*new String*/
-    once_value_217 = variable[6];
-    once_bool_217 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label216: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TGe].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TGt___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 981;
+  fra.me.meth = LOCATE_lexer___TGt___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:983 */
+  REGB0 = TAG_Int(74);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TGt___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos74 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TGt].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos74]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 986;
+  fra.me.meth = LOCATE_lexer___TGt___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:988 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(">");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:989 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos74] = 1;
   return;
 }
-val_t lexer___TStarship___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1116, LOCATE_lexer___TStarship___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(73);
-  goto return_label218;
-  return_label218: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TStarship___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1121, LOCATE_lexer___TStarship___init_tk};
-  static val_t once_value_220; static int once_bool_220; /* Once value for variable[6]*/
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStarship].i]) return;
-  variable[5] = variable[0];
-  if (once_bool_220) variable[6] = once_value_220;
-  else {
-    variable[6] = NEW_String_string___String___with_native(BOX_NativeString("<=>"), TAG_Int(3)); /*new String*/
-    once_value_220 = variable[6];
-    once_bool_220 = true;
-  }
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label219: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStarship].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TGe___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 994;
+  fra.me.meth = LOCATE_lexer___TGe___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:996 */
+  REGB0 = TAG_Int(75);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TGe___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos75 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TGe].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos75]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 999;
+  fra.me.meth = LOCATE_lexer___TGe___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:1001 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(">=");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1002 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos75] = 1;
   return;
 }
-val_t lexer___TClassid___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1131, LOCATE_lexer___TClassid___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(74);
-  goto return_label221;
-  return_label221: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TClassid___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1136, LOCATE_lexer___TClassid___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TClassid].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label222: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TClassid].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TGg___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1007;
+  fra.me.meth = LOCATE_lexer___TGg___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1009 */
+  REGB0 = TAG_Int(76);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TGg___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos76 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TGg].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos76]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1012;
+  fra.me.meth = LOCATE_lexer___TGg___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:1014 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString(">>");
+      REGB0 = TAG_Int(2);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1015 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos76] = 1;
   return;
 }
-val_t lexer___TId___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1146, LOCATE_lexer___TId___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(75);
-  goto return_label223;
-  return_label223: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TId___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1151, LOCATE_lexer___TId___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TId].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label224: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TId].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TStarship___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1020;
+  fra.me.meth = LOCATE_lexer___TStarship___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1022 */
+  REGB0 = TAG_Int(77);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TStarship___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos77 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TStarship].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos77]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1025;
+  fra.me.meth = LOCATE_lexer___TStarship___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:1027 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("<=>");
+      REGB0 = TAG_Int(3);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1028 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos77] = 1;
   return;
 }
-val_t lexer___TAttrid___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1161, LOCATE_lexer___TAttrid___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(76);
-  goto return_label225;
-  return_label225: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TAttrid___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1166, LOCATE_lexer___TAttrid___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TAttrid].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label226: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TAttrid].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TBang___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1033;
+  fra.me.meth = LOCATE_lexer___TBang___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1035 */
+  REGB0 = TAG_Int(78);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TBang___init_tk(val_t p0, val_t p1, int* init_table){
+  int itpos78 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TBang].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+    static val_t once_value_2; /* Once value */
+  if (init_table[itpos78]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1038;
+  fra.me.meth = LOCATE_lexer___TBang___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:1040 */
+  if (!once_value_1) {
+    if (!once_value_2) {
+      fra.me.REG[2] = BOX_NativeString("!");
+      REGB0 = TAG_Int(1);
+      fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+      once_value_2 = fra.me.REG[2];
+      register_static_object(&once_value_2);
+    } else fra.me.REG[2] = once_value_2;
+    fra.me.REG[2] = fra.me.REG[2];
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1041 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos78] = 1;
   return;
 }
-val_t lexer___TNumber___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1176, LOCATE_lexer___TNumber___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(77);
-  goto return_label227;
-  return_label227: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TNumber___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1181, LOCATE_lexer___TNumber___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TNumber].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label228: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TNumber].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TClassid___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1046;
+  fra.me.meth = LOCATE_lexer___TClassid___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1048 */
+  REGB0 = TAG_Int(79);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TClassid___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos79 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TClassid].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos79]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1051;
+  fra.me.meth = LOCATE_lexer___TClassid___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1053 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1054 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos79] = 1;
   return;
 }
-val_t lexer___TFloat___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1191, LOCATE_lexer___TFloat___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(78);
-  goto return_label229;
-  return_label229: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TFloat___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1196, LOCATE_lexer___TFloat___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TFloat].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label230: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TFloat].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TId___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1059;
+  fra.me.meth = LOCATE_lexer___TId___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1061 */
+  REGB0 = TAG_Int(80);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TId___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos80 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TId].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos80]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1064;
+  fra.me.meth = LOCATE_lexer___TId___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1066 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1067 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos80] = 1;
   return;
 }
-val_t lexer___TChar___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1206, LOCATE_lexer___TChar___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(79);
-  goto return_label231;
-  return_label231: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TChar___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1211, LOCATE_lexer___TChar___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TChar].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label232: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TChar].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TAttrid___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1072;
+  fra.me.meth = LOCATE_lexer___TAttrid___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1074 */
+  REGB0 = TAG_Int(81);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TAttrid___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos81 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TAttrid].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos81]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1077;
+  fra.me.meth = LOCATE_lexer___TAttrid___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1079 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1080 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos81] = 1;
   return;
 }
-val_t lexer___TString___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1221, LOCATE_lexer___TString___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(80);
-  goto return_label233;
-  return_label233: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TString___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1226, LOCATE_lexer___TString___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TString].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label234: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TString].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TNumber___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1085;
+  fra.me.meth = LOCATE_lexer___TNumber___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1087 */
+  REGB0 = TAG_Int(82);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TNumber___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos82 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TNumber].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos82]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1090;
+  fra.me.meth = LOCATE_lexer___TNumber___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1092 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1093 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos82] = 1;
   return;
 }
-val_t lexer___TStartString___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1236, LOCATE_lexer___TStartString___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(81);
-  goto return_label235;
-  return_label235: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TStartString___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1241, LOCATE_lexer___TStartString___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStartString].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label236: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TStartString].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TFloat___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1098;
+  fra.me.meth = LOCATE_lexer___TFloat___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1100 */
+  REGB0 = TAG_Int(83);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TFloat___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos83 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TFloat].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos83]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1103;
+  fra.me.meth = LOCATE_lexer___TFloat___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1105 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1106 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos83] = 1;
   return;
 }
-val_t lexer___TMidString___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1251, LOCATE_lexer___TMidString___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(82);
-  goto return_label237;
-  return_label237: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TMidString___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1256, LOCATE_lexer___TMidString___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMidString].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label238: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TMidString].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TChar___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1111;
+  fra.me.meth = LOCATE_lexer___TChar___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1113 */
+  REGB0 = TAG_Int(84);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TChar___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos84 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TChar].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos84]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1116;
+  fra.me.meth = LOCATE_lexer___TChar___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1118 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1119 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos84] = 1;
   return;
 }
-val_t lexer___TEndString___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1266, LOCATE_lexer___TEndString___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(83);
-  goto return_label239;
-  return_label239: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___TEndString___init_tk(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1271, LOCATE_lexer___TEndString___init_tk};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEndString].i]) return;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____text(variable[6]) /*Token::_text*/ =  variable[1] /*text*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____filename(variable[6]) /*Token::_filename*/ =  variable[2] /*fname*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____line(variable[6]) /*Token::_line*/ =  variable[3] /*line*/;
-  variable[6] = variable[0];
-  ATTR_lexer___Token____pos(variable[6]) /*Token::_pos*/ =  variable[4] /*pos*/;
-  return_label240: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_TEndString].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TString___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1124;
+  fra.me.meth = LOCATE_lexer___TString___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1126 */
+  REGB0 = TAG_Int(85);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TString___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos85 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TString].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos85]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1129;
+  fra.me.meth = LOCATE_lexer___TString___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1131 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1132 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos85] = 1;
   return;
 }
-val_t lexer___EOF___parser_index(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1282, LOCATE_lexer___EOF___parser_index};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(84);
-  goto return_label241;
-  return_label241: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___EOF___init(val_t  self, val_t  param0, val_t  param1, val_t  param2, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1287, LOCATE_lexer___EOF___init};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_EOF].i]) return;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____filename(variable[5]) /*Token::_filename*/ =  variable[1] /*fname*/;
-  variable[5] = variable[0];
-  variable[6] = NEW_String_string___String___with_native(BOX_NativeString(""), TAG_Int(0)); /*new String*/
-  ATTR_lexer___Token____text(variable[5]) /*Token::_text*/ = variable[6];
-  variable[5] = variable[0];
-  ATTR_lexer___Token____line(variable[5]) /*Token::_line*/ =  variable[2] /*line*/;
-  variable[5] = variable[0];
-  ATTR_lexer___Token____pos(variable[5]) /*Token::_pos*/ =  variable[3] /*pos*/;
-  return_label242: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_EOF].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TStartString___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1137;
+  fra.me.meth = LOCATE_lexer___TStartString___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1139 */
+  REGB0 = TAG_Int(86);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TStartString___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos86 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TStartString].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos86]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1142;
+  fra.me.meth = LOCATE_lexer___TStartString___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1144 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1145 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos86] = 1;
   return;
 }
-val_t lexer___PError___message(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1297, LOCATE_lexer___PError___message};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___PError____message( self) /*PError::_message*/;
-}
-void lexer___PError___message__eq(val_t  self, val_t  param0) {
-  struct trace_t trace = {NULL, NULL, 1297, LOCATE_lexer___PError___message__eq};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  ATTR_lexer___PError____message( self) /*PError::_message*/ =  param0;
-  tracehead = trace.prev;
+val_t lexer___TMidString___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1150;
+  fra.me.meth = LOCATE_lexer___TMidString___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1152 */
+  REGB0 = TAG_Int(87);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TMidString___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos87 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TMidString].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos87]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1155;
+  fra.me.meth = LOCATE_lexer___TMidString___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1157 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1158 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos87] = 1;
   return;
 }
-void lexer___PError___init_error(val_t  self, val_t  param0, val_t  param1, val_t  param2, val_t  param3, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1299, LOCATE_lexer___PError___init_error};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  variable[3] =  param2;
-  variable[4] =  param3;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_PError].i]) return;
-  variable[6] = variable[0];
-  ((lexer___EOF___init_t)CALL(variable[6],COLOR_lexer___EOF___init))(variable[6],  variable[1] /*fname*/,  variable[2] /*line*/,  variable[3] /*pos*/, init_table /*YYY*/) /*EOF::init*/;
-  variable[6] = variable[0];
-  ATTR_lexer___PError____message(variable[6]) /*PError::_message*/ =  variable[4] /*message*/;
-  return_label243: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_PError].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___TEndString___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1163;
+  fra.me.meth = LOCATE_lexer___TEndString___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1165 */
+  REGB0 = TAG_Int(88);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___TEndString___init_tk(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos88 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_TEndString].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos88]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1168;
+  fra.me.meth = LOCATE_lexer___TEndString___init_tk;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1170 */
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1171 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[2];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos88] = 1;
   return;
 }
-val_t lexer___Lexer___filename(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1316, LOCATE_lexer___Lexer___filename};
-  val_t *variable = NULL;
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  tracehead = trace.prev;
-  return ATTR_lexer___Lexer____filename( self) /*Lexer::_filename*/;
-}
-val_t lexer___Lexer___state_initial(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1343, LOCATE_lexer___Lexer___state_initial};
-  val_t variable[2];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  TAG_Int(0);
-  goto return_label244;
-  return_label244: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___Lexer___init(val_t  self, val_t  param0, val_t  param1, int* init_table) {
-  struct trace_t trace = {NULL, NULL, 1346, LOCATE_lexer___Lexer___init};
-  val_t variable[6];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[2] =  param1;
-  if (init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_Lexer].i]) return;
-  variable[4] = variable[0];
-  ATTR_lexer___Lexer____filename(variable[4]) /*Lexer::_filename*/ =  variable[2] /*fname*/;
-  variable[4] = variable[0];
-  variable[5] = NEW_String_string___String___init(); /*new String*/
-  ATTR_lexer___Lexer____text(variable[4]) /*Lexer::_text*/ = variable[5];
-  variable[4] = variable[0];
-  ATTR_lexer___Lexer____stream(variable[4]) /*Lexer::_stream*/ =  variable[1] /*stream*/;
-  variable[4] = variable[0];
-  variable[5] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  ATTR_lexer___Lexer____stream_pos(variable[4]) /*Lexer::_stream_pos*/ = variable[5];
-  variable[4] = variable[0];
-  variable[5] = NEW_String_string___String___init(); /*new String*/
-  ATTR_lexer___Lexer____stream_buf(variable[4]) /*Lexer::_stream_buf*/ = variable[5];
-  variable[4] = variable[0];
-  ((lexer___Lexer___build_goto_table_t)CALL(variable[4],COLOR_lexer___Lexer___build_goto_table))(variable[4]) /*Lexer::build_goto_table*/;
-  variable[4] = variable[0];
-  ((lexer___Lexer___build_accept_table_t)CALL(variable[4],COLOR_lexer___Lexer___build_accept_table))(variable[4]) /*Lexer::build_accept_table*/;
-  return_label245: while(false);
-  init_table[VAL2OBJ(variable[0])->vft[INIT_TABLE_POS_Lexer].i] = 1;
-  tracehead = trace.prev;
+val_t lexer___EOF___parser_index(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1177;
+  fra.me.meth = LOCATE_lexer___EOF___parser_index;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1179 */
+  REGB0 = TAG_Int(89);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___EOF___init(val_t p0, val_t p1, int* init_table){
+  int itpos89 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_EOF].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  static val_t once_value_1; /* Once value */
+  if (init_table[itpos89]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1182;
+  fra.me.meth = LOCATE_lexer___EOF___init;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  /* ./parser//lexer.nit:1184 */
+  if (!once_value_1) {
+    fra.me.REG[2] = BOX_NativeString("");
+    REGB0 = TAG_Int(0);
+    fra.me.REG[2] = NEW_String_string___String___with_native(fra.me.REG[2], REGB0);
+    once_value_1 = fra.me.REG[2];
+    register_static_object(&once_value_1);
+  } else fra.me.REG[2] = once_value_1;
+  fra.me.REG[2] = fra.me.REG[2];
+  ATTR_lexer___Token____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1185 */
+  ATTR_parser_nodes___ANode____location(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos89] = 1;
   return;
 }
-val_t lexer___Lexer___peek(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1358, LOCATE_lexer___Lexer___peek};
-  val_t variable[4];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  while (true) { /*while*/
-    variable[2] = variable[0];
-    variable[2] = ATTR_lexer___Lexer____token(variable[2]) /*Lexer::_token*/;
-    variable[2] = TAG_Bool((variable[2] ==  NIT_NULL /*null*/) || ((variable[2] != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable[2],COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable[2], NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable[2],COLOR_kernel___Object_____eqeq))(variable[2],  NIT_NULL /*null*/) /*Object::==*/)))));
-    if (!UNTAG_Bool(variable[2])) break; /* while*/
-    variable[2] = variable[0];
-    variable[3] = variable[0];
-    variable[3] = ((lexer___Lexer___get_token_t)CALL(variable[3],COLOR_lexer___Lexer___get_token))(variable[3]) /*Lexer::get_token*/;
-    ATTR_lexer___Lexer____token(variable[2]) /*Lexer::_token*/ = variable[3];
-    continue_247: while(0);
+val_t lexer___AError___message(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1190;
+  fra.me.meth = LOCATE_lexer___AError___message;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1190 */
+  REGB0 = TAG_Bool(ATTR_lexer___AError____message(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_message", LOCATE_lexer, 1190);
   }
-  break_247: while(0);
-  variable[2] = variable[0];
-  variable[2] = ATTR_lexer___Lexer____token(variable[2]) /*Lexer::_token*/;
-  variable[1] = variable[2];
-  goto return_label246;
-  return_label246: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-val_t lexer___Lexer___next(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1367, LOCATE_lexer___Lexer___next};
-  val_t variable[4];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[3] = variable[0];
-  variable[3] = ATTR_lexer___Lexer____token(variable[3]) /*Lexer::_token*/;
-  variable[2] = variable[3];
-  while (true) { /*while*/
-    variable[3] = TAG_Bool(( variable[2] /*result*/ ==  NIT_NULL /*null*/) || (( variable[2] /*result*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable[2] /*result*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable[2] /*result*/, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable[2] /*result*/,COLOR_kernel___Object_____eqeq))( variable[2] /*result*/,  NIT_NULL /*null*/) /*Object::==*/)))));
-    if (!UNTAG_Bool(variable[3])) break; /* while*/
-    variable[3] = variable[0];
-    variable[3] = ((lexer___Lexer___get_token_t)CALL(variable[3],COLOR_lexer___Lexer___get_token))(variable[3]) /*Lexer::get_token*/;
-    variable[2] = variable[3] /*result=*/;
-    continue_249: while(0);
+  fra.me.REG[0] = ATTR_lexer___AError____message(fra.me.REG[0]);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[0];
+}
+void lexer___AError___init_error(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos90 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_AError].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t tmp;
+  if (init_table[itpos90]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1192;
+  fra.me.meth = LOCATE_lexer___AError___init_error;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1194 */
+  CALL_lexer___EOF___init(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[2], init_table);
+  /* ./parser//lexer.nit:1195 */
+  ATTR_lexer___AError____message(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos90] = 1;
+  return;
+}
+val_t lexer___Lexer___filename(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1210;
+  fra.me.meth = LOCATE_lexer___Lexer___filename;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1210 */
+  REGB0 = TAG_Bool(ATTR_lexer___Lexer____filename(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_filename", LOCATE_lexer, 1210);
   }
-  break_249: while(0);
-  variable[3] = variable[0];
-  ATTR_lexer___Lexer____token(variable[3]) /*Lexer::_token*/ =  NIT_NULL /*null*/;
-  variable[1] =  variable[2] /*result*/;
-  goto return_label248;
-  return_label248: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-val_t lexer___Lexer___get_token(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 1378, LOCATE_lexer___Lexer___get_token};
-  val_t variable[25];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[2] =  TAG_Int(0);
-  variable[4] = variable[0];
-  variable[4] = ATTR_lexer___Lexer____pos(variable[4]) /*Lexer::_pos*/;
-  variable[3] = variable[4];
-  variable[5] = variable[0];
-  variable[5] = ATTR_lexer___Lexer____line(variable[5]) /*Lexer::_line*/;
-  variable[4] = variable[5];
-  variable[6] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[5] = variable[6];
-  variable[7] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[6] = variable[7];
-  variable[8] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[7] = variable[8];
-  variable[9] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[8] = variable[9];
-  variable[10] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[9] = variable[10];
-  variable[11] = variable[0];
-  variable[11] = ATTR_lexer___Lexer____goto_table(variable[11]) /*Lexer::_goto_table*/;
-  variable[12] = variable[0];
-  variable[12] = ATTR_lexer___Lexer____state(variable[12]) /*Lexer::_state*/;
-  variable[13] = variable[11];
-  variable[14] = variable[12];
-  variable[16] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-  variable[17] = variable[16];
-  if (UNTAG_Bool(variable[17])) { /* and */
-    variable[17] = variable[13];
-    variable[17] = ATTR_array___AbstractArray____length(variable[17]) /*AbstractArray::_length*/;
-    variable[17] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)<UNTAG_Int(variable[17]));
+  fra.me.REG[0] = ATTR_lexer___Lexer____filename(fra.me.REG[0]);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[0];
+}
+val_t lexer___Lexer___state_initial(val_t p0){
+  struct {struct stack_frame_t me;} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1237;
+  fra.me.meth = LOCATE_lexer___Lexer___state_initial;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 1;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1238 */
+  REGB0 = TAG_Int(0);
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___Lexer___init(val_t p0, val_t p1, val_t p2, int* init_table){
+  int itpos91 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_Lexer].i;
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t tmp;
+  if (init_table[itpos91]) return;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1240;
+  fra.me.meth = LOCATE_lexer___Lexer___init;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  fra.me.REG[1] = p1;
+  fra.me.REG[2] = p2;
+  /* ./parser//lexer.nit:1243 */
+  ATTR_lexer___Lexer____filename(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1244 */
+  fra.me.REG[2] = NEW_Buffer_string___Buffer___init();
+  ATTR_lexer___Lexer____text(fra.me.REG[0]) = fra.me.REG[2];
+  /* ./parser//lexer.nit:1245 */
+  ATTR_lexer___Lexer____stream(fra.me.REG[0]) = fra.me.REG[1];
+  /* ./parser//lexer.nit:1246 */
+  REGB0 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB0 = TAG_Int(-UNTAG_Int(REGB0));
+  /* ./parser//lexer.nit:1246 */
+  ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]) = REGB0;
+  /* ./parser//lexer.nit:1247 */
+  fra.me.REG[1] = NEW_Buffer_string___Buffer___init();
+  ATTR_lexer___Lexer____stream_buf(fra.me.REG[0]) = fra.me.REG[1];
+  stack_frame_head = fra.me.prev;
+  init_table[itpos91] = 1;
+  return;
+}
+val_t lexer___Lexer___peek(val_t p0){
+  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
+  val_t REGB0;
+  val_t REGB1;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1250;
+  fra.me.meth = LOCATE_lexer___Lexer___peek;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 2;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1253 */
+  while(1) {
+    fra.me.REG[1] = ATTR_lexer___Lexer____token(fra.me.REG[0]);
+    REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
+    if (UNTAG_Bool(REGB0)) {
+    } else {
+      REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
+      if (UNTAG_Bool(REGB1)) {
+        REGB1 = TAG_Bool(false);
+        REGB0 = REGB1;
+      } else {
+        REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[1])(fra.me.REG[1], NIT_NULL);
+        REGB0 = REGB1;
+      }
+    }
+    if (UNTAG_Bool(REGB0)) {
+      /* ./parser//lexer.nit:1254 */
+      fra.me.REG[1] = CALL_lexer___Lexer___get_token(fra.me.REG[0])(fra.me.REG[0]);
+      ATTR_lexer___Lexer____token(fra.me.REG[0]) = fra.me.REG[1];
+    } else {
+      /* ./parser//lexer.nit:1253 */
+      goto label1;
+    }
   }
-  variable[16] = variable[17];
-  if (!UNTAG_Bool(variable[16])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-  variable[16] = variable[13];
-  variable[16] = ATTR_array___Array____items(variable[16]) /*Array::_items*/;
-  variable[16] = UNBOX_NativeArray(variable[16])[UNTAG_Int( variable[14] /*index*/)];
-  variable[15] = variable[16];
-  goto return_label251;
-  return_label251: while(false);
-  variable[11] = variable[15];
-  variable[10] = variable[11];
-  variable[12] = variable[0];
-  variable[12] = ATTR_lexer___Lexer____accept_table(variable[12]) /*Lexer::_accept_table*/;
-  variable[13] = variable[0];
-  variable[13] = ATTR_lexer___Lexer____state(variable[13]) /*Lexer::_state*/;
-  variable[14] = variable[12];
-  variable[15] = variable[13];
-  variable[17] = TAG_Bool(UNTAG_Int( variable[15] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-  variable[18] = variable[17];
-  if (UNTAG_Bool(variable[18])) { /* and */
-    variable[18] = variable[14];
-    variable[18] = ATTR_array___AbstractArray____length(variable[18]) /*AbstractArray::_length*/;
-    variable[18] = TAG_Bool(UNTAG_Int( variable[15] /*index*/)<UNTAG_Int(variable[18]));
+  label1: while(0);
+  /* ./parser//lexer.nit:1256 */
+  fra.me.REG[0] = ATTR_lexer___Lexer____token(fra.me.REG[0]);
+  REGB0 = TAG_Bool(fra.me.REG[0]!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Cast failed", NULL, LOCATE_lexer, 1256);
   }
-  variable[17] = variable[18];
-  if (!UNTAG_Bool(variable[17])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-  variable[17] = variable[14];
-  variable[17] = ATTR_array___Array____items(variable[17]) /*Array::_items*/;
-  variable[17] = UNBOX_NativeArray(variable[17])[UNTAG_Int( variable[15] /*index*/)];
-  variable[16] = variable[17];
-  goto return_label252;
-  return_label252: while(false);
-  variable[12] = variable[16];
-  variable[11] = variable[12];
-  variable[12] = variable[0];
-  variable[12] = ATTR_lexer___Lexer____text(variable[12]) /*Lexer::_text*/;
-  ((array___AbstractArray___clear_t)CALL(variable[12],COLOR_abstract_collection___RemovableCollection___clear))(variable[12]) /*AbstractArray::clear*/;
-  while (true) { /*while*/
-    if (!UNTAG_Bool( TAG_Bool(true))) break; /* while*/
-    variable[13] = variable[0];
-    variable[13] = ((lexer___Lexer___get_char_t)CALL(variable[13],COLOR_lexer___Lexer___get_char))(variable[13]) /*Lexer::get_char*/;
-    variable[12] = variable[13];
-    variable[13] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    variable[13] = TAG_Bool(( variable[12] /*c*/)!=(variable[13]));
-    if (UNTAG_Bool(variable[13])) { /*if*/
-      variable[13] = TAG_Bool(( variable[12] /*c*/)==( TAG_Int(10)));
-      if (UNTAG_Bool(variable[13])) { /*if*/
-        variable[13] = variable[0];
-        variable[13] = ATTR_lexer___Lexer____cr(variable[13]) /*Lexer::_cr*/;
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____cr(variable[13]) /*Lexer::_cr*/ =  TAG_Bool(false);
-        } else { /*if*/
-          variable[13] = variable[0];
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/;
-          variable[14] = TAG_Int(UNTAG_Int(variable[14])+UNTAG_Int( TAG_Int(1)));
-          ATTR_lexer___Lexer____line(variable[13]) /*Lexer::_line*/ = variable[14];
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[13]) /*Lexer::_pos*/ =  TAG_Int(0);
-        }
-      } else { /*if*/
-        variable[13] = TAG_Bool(( variable[12] /*c*/)==( TAG_Int(13)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[13] = variable[0];
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/;
-          variable[14] = TAG_Int(UNTAG_Int(variable[14])+UNTAG_Int( TAG_Int(1)));
-          ATTR_lexer___Lexer____line(variable[13]) /*Lexer::_line*/ = variable[14];
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[13]) /*Lexer::_pos*/ =  TAG_Int(0);
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____cr(variable[13]) /*Lexer::_cr*/ =  TAG_Bool(true);
-        } else { /*if*/
-          variable[13] = variable[0];
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/;
-          variable[14] = TAG_Int(UNTAG_Int(variable[14])+UNTAG_Int( TAG_Int(1)));
-          ATTR_lexer___Lexer____pos(variable[13]) /*Lexer::_pos*/ = variable[14];
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____cr(variable[13]) /*Lexer::_cr*/ =  TAG_Bool(false);
+  goto label2;
+  label2: while(0);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[0];
+}
+val_t lexer___Lexer___next(val_t p0){
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t REGB1;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1259;
+  fra.me.meth = LOCATE_lexer___Lexer___next;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1262 */
+  fra.me.REG[1] = ATTR_lexer___Lexer____token(fra.me.REG[0]);
+  /* ./parser//lexer.nit:1263 */
+  while(1) {
+    REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
+    if (UNTAG_Bool(REGB0)) {
+    } else {
+      REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
+      if (UNTAG_Bool(REGB1)) {
+        REGB1 = TAG_Bool(false);
+        REGB0 = REGB1;
+      } else {
+        REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[1])(fra.me.REG[1], NIT_NULL);
+        REGB0 = REGB1;
+      }
+    }
+    if (UNTAG_Bool(REGB0)) {
+      /* ./parser//lexer.nit:1264 */
+      fra.me.REG[2] = CALL_lexer___Lexer___get_token(fra.me.REG[0])(fra.me.REG[0]);
+      fra.me.REG[1] = fra.me.REG[2];
+    } else {
+      /* ./parser//lexer.nit:1263 */
+      goto label1;
+    }
+  }
+  label1: while(0);
+  /* ./parser//lexer.nit:1266 */
+  ATTR_lexer___Lexer____token(fra.me.REG[0]) = NIT_NULL;
+  /* ./parser//lexer.nit:1267 */
+  goto label2;
+  label2: while(0);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[1];
+}
+val_t lexer___Lexer___get_token(val_t p0){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+  val_t REGB0;
+  val_t REGB1;
+  val_t REGB2;
+  val_t REGB3;
+  val_t REGB4;
+  val_t REGB5;
+  val_t REGB6;
+  val_t REGB7;
+  val_t REGB8;
+  val_t REGB9;
+  val_t REGB10;
+  val_t REGB11;
+  val_t REGB12;
+  val_t REGB13;
+  val_t REGB14;
+  val_t REGB15;
+  val_t REGB16;
+  val_t REGB17;
+  val_t tmp;
+          static val_t once_value_4; /* Once value */
+          static val_t once_value_5; /* Once value */
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1270;
+  fra.me.meth = LOCATE_lexer___Lexer___get_token;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 6;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[3] = NIT_NULL;
+  fra.me.REG[4] = NIT_NULL;
+  fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1273 */
+  REGB0 = TAG_Int(0);
+  /* ./parser//lexer.nit:1275 */
+  REGB1 = TAG_Bool(ATTR_lexer___Lexer____pos(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB1)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_pos", LOCATE_lexer, 1275);
+  }
+  REGB1 = ATTR_lexer___Lexer____pos(fra.me.REG[0]);
+  /* ./parser//lexer.nit:1276 */
+  REGB2 = TAG_Bool(ATTR_lexer___Lexer____line(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB2)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_line", LOCATE_lexer, 1276);
+  }
+  REGB2 = ATTR_lexer___Lexer____line(fra.me.REG[0]);
+  /* ./parser//lexer.nit:1278 */
+  REGB3 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB3 = TAG_Int(-UNTAG_Int(REGB3));
+  /* ./parser//lexer.nit:1279 */
+  REGB4 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB4 = TAG_Int(-UNTAG_Int(REGB4));
+  /* ./parser//lexer.nit:1280 */
+  REGB5 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB5 = TAG_Int(-UNTAG_Int(REGB5));
+  /* ./parser//lexer.nit:1281 */
+  REGB6 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB6 = TAG_Int(-UNTAG_Int(REGB6));
+  /* ./parser//lexer.nit:1282 */
+  REGB7 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB7 = TAG_Int(-UNTAG_Int(REGB7));
+  /* ./parser//lexer.nit:1284 */
+  REGB8 = TAG_Bool(ATTR_lexer___Lexer____text(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB8)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_text", LOCATE_lexer, 1284);
+  }
+  fra.me.REG[1] = ATTR_lexer___Lexer____text(fra.me.REG[0]);
+  /* ./parser//lexer.nit:1285 */
+  CALL_abstract_collection___RemovableCollection___clear(fra.me.REG[1])(fra.me.REG[1]);
+  /* ./parser//lexer.nit:1287 */
+  while(1) {
+    /* ./parser//lexer.nit:1288 */
+    REGB8 = CALL_lexer___Lexer___get_char(fra.me.REG[0])(fra.me.REG[0]);
+    /* ./parser//lexer.nit:1290 */
+    REGB9 = TAG_Int(1);
+    /* ./../lib/standard//kernel.nit:216 */
+    REGB9 = TAG_Int(-UNTAG_Int(REGB9));
+    /* ./parser//lexer.nit:1290 */
+    REGB10 = TAG_Bool(IS_EQUAL_OO(REGB8,REGB9));
+    if (UNTAG_Bool(REGB10)) {
+    } else {
+      /* ./../lib/standard//kernel.nit:207 */
+      REGB9 = TAG_Bool((REGB8)==(REGB9));
+      /* ./parser//lexer.nit:1290 */
+      REGB10 = REGB9;
+    }
+    REGB10 = TAG_Bool(!UNTAG_Bool(REGB10));
+    if (UNTAG_Bool(REGB10)) {
+      /* ./parser//lexer.nit:1291 */
+      REGB10 = TAG_Bool(ATTR_lexer___Lexer____cr(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB10)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_cr", LOCATE_lexer, 1291);
+      }
+      REGB10 = ATTR_lexer___Lexer____cr(fra.me.REG[0]);
+      /* ./parser//lexer.nit:1292 */
+      REGB9 = TAG_Bool(ATTR_lexer___Lexer____line(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB9)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_line", LOCATE_lexer, 1292);
+      }
+      REGB9 = ATTR_lexer___Lexer____line(fra.me.REG[0]);
+      /* ./parser//lexer.nit:1293 */
+      REGB11 = TAG_Bool(ATTR_lexer___Lexer____pos(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB11)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_pos", LOCATE_lexer, 1293);
+      }
+      REGB11 = ATTR_lexer___Lexer____pos(fra.me.REG[0]);
+      /* ./parser//lexer.nit:1294 */
+      REGB12 = TAG_Int(10);
+      REGB13 = TAG_Bool(IS_EQUAL_OO(REGB8,REGB12));
+      if (UNTAG_Bool(REGB13)) {
+      } else {
+        /* ./../lib/standard//kernel.nit:207 */
+        REGB12 = TAG_Bool((REGB8)==(REGB12));
+        /* ./parser//lexer.nit:1294 */
+        REGB13 = REGB12;
+      }
+      if (UNTAG_Bool(REGB13)) {
+        /* ./parser//lexer.nit:1295 */
+        if (UNTAG_Bool(REGB10)) {
+          /* ./parser//lexer.nit:1296 */
+          REGB13 = TAG_Bool(false);
+          REGB10 = REGB13;
+        } else {
+          /* ./parser//lexer.nit:1298 */
+          REGB13 = TAG_Int(1);
+          /* ./../lib/standard//kernel.nit:215 */
+          REGB13 = TAG_Int(UNTAG_Int(REGB9)+UNTAG_Int(REGB13));
+          /* ./parser//lexer.nit:1298 */
+          REGB9 = REGB13;
+          /* ./parser//lexer.nit:1299 */
+          REGB13 = TAG_Int(0);
+          REGB11 = REGB13;
+        }
+      } else {
+        /* ./parser//lexer.nit:1301 */
+        REGB13 = TAG_Int(13);
+        REGB12 = TAG_Bool(IS_EQUAL_OO(REGB8,REGB13));
+        if (UNTAG_Bool(REGB12)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB13 = TAG_Bool((REGB8)==(REGB13));
+          /* ./parser//lexer.nit:1301 */
+          REGB12 = REGB13;
+        }
+        if (UNTAG_Bool(REGB12)) {
+          /* ./parser//lexer.nit:1302 */
+          REGB12 = TAG_Int(1);
+          /* ./../lib/standard//kernel.nit:215 */
+          REGB12 = TAG_Int(UNTAG_Int(REGB9)+UNTAG_Int(REGB12));
+          /* ./parser//lexer.nit:1302 */
+          REGB9 = REGB12;
+          /* ./parser//lexer.nit:1303 */
+          REGB12 = TAG_Int(0);
+          REGB11 = REGB12;
+          /* ./parser//lexer.nit:1304 */
+          REGB12 = TAG_Bool(true);
+          REGB10 = REGB12;
+        } else {
+          /* ./parser//lexer.nit:1306 */
+          REGB12 = TAG_Int(1);
+          /* ./../lib/standard//kernel.nit:215 */
+          REGB12 = TAG_Int(UNTAG_Int(REGB11)+UNTAG_Int(REGB12));
+          /* ./parser//lexer.nit:1306 */
+          REGB11 = REGB12;
+          /* ./parser//lexer.nit:1307 */
+          REGB12 = TAG_Bool(false);
+          REGB10 = REGB12;
         }
       }
-      variable[13] = variable[0];
-      variable[13] = ATTR_lexer___Lexer____text(variable[13]) /*Lexer::_text*/;
-      variable[14] = TAG_Char(UNTAG_Int( variable[12] /*c*/));
-      ((string___String___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13], variable[14]) /*String::add*/;
-      variable[13] =  TAG_Bool(true);
-      while (true) { /*while*/
-        variable[14] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-        variable[14] = TAG_Bool(UNTAG_Int( variable[2] /*dfa_state*/)<UNTAG_Int(variable[14]));
-        variable[15] = variable[14];
-        if (!UNTAG_Bool(variable[15])) { /* or */
-          variable[15] =  variable[13] /*first_loop*/;
-        }
-        variable[14] = variable[15];
-        if (!UNTAG_Bool(variable[14])) break; /* while*/
-        variable[14] =  variable[2] /*dfa_state*/;
-        variable[15] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-        variable[15] = TAG_Bool(UNTAG_Int( variable[2] /*dfa_state*/)<UNTAG_Int(variable[15]));
-        if (UNTAG_Bool(variable[15])) { /*if*/
-          variable[15] = TAG_Int(-UNTAG_Int( TAG_Int(2)));
-          variable[15] = TAG_Int(UNTAG_Int(variable[15])-UNTAG_Int( variable[2] /*dfa_state*/));
-          variable[14] = variable[15] /*old_state=*/;
-        }
-        variable[15] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-        variable[2] = variable[15] /*dfa_state=*/;
-        variable[16] =  variable[10] /*goto_table*/;
-        variable[17] =  variable[14] /*old_state*/;
-        variable[19] = TAG_Bool(UNTAG_Int( variable[17] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-        variable[20] = variable[19];
-        if (UNTAG_Bool(variable[20])) { /* and */
-          variable[20] = variable[16];
-          variable[20] = ATTR_array___AbstractArray____length(variable[20]) /*AbstractArray::_length*/;
-          variable[20] = TAG_Bool(UNTAG_Int( variable[17] /*index*/)<UNTAG_Int(variable[20]));
-        }
-        variable[19] = variable[20];
-        if (!UNTAG_Bool(variable[19])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-        variable[19] = variable[16];
-        variable[19] = ATTR_array___Array____items(variable[19]) /*Array::_items*/;
-        variable[19] = UNBOX_NativeArray(variable[19])[UNTAG_Int( variable[17] /*index*/)];
-        variable[18] = variable[19];
-        goto return_label255;
-        return_label255: while(false);
-        variable[16] = variable[18];
-        variable[15] = variable[16];
-        variable[16] =  TAG_Int(0);
-        variable[18] = ((array___AbstractArray___length_t)CALL( variable[15] /*tmp1*/,COLOR_abstract_collection___Collection___length))( variable[15] /*tmp1*/) /*AbstractArray::length*/;
-        variable[18] = TAG_Int(UNTAG_Int(variable[18])-UNTAG_Int( TAG_Int(1)));
-        variable[17] = variable[18];
-        while (true) { /*while*/
-          variable[18] = TAG_Bool(UNTAG_Int( variable[16] /*low*/)<=UNTAG_Int( variable[17] /*high*/));
-          if (!UNTAG_Bool(variable[18])) break; /* while*/
-          variable[19] = TAG_Int(UNTAG_Int( variable[16] /*low*/)+UNTAG_Int( variable[17] /*high*/));
-          variable[19] = TAG_Int(UNTAG_Int(variable[19])/UNTAG_Int( TAG_Int(2)));
-          variable[18] = variable[19];
-          variable[20] =  variable[15] /*tmp1*/;
-          variable[21] =  variable[18] /*middle*/;
-          variable[23] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-          variable[24] = variable[23];
-          if (UNTAG_Bool(variable[24])) { /* and */
-            variable[24] = variable[20];
-            variable[24] = ATTR_array___AbstractArray____length(variable[24]) /*AbstractArray::_length*/;
-            variable[24] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)<UNTAG_Int(variable[24]));
-          }
-          variable[23] = variable[24];
-          if (!UNTAG_Bool(variable[23])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-          variable[23] = variable[20];
-          variable[23] = ATTR_array___Array____items(variable[23]) /*Array::_items*/;
-          variable[23] = UNBOX_NativeArray(variable[23])[UNTAG_Int( variable[21] /*index*/)];
-          variable[22] = variable[23];
-          goto return_label257;
-          return_label257: while(false);
-          variable[20] = variable[22];
-          variable[19] = variable[20];
-          variable[20] =  variable[19] /*tmp2*/;
-          variable[21] =  TAG_Int(0);
-          variable[23] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-          variable[24] = variable[23];
-          if (UNTAG_Bool(variable[24])) { /* and */
-            variable[24] = variable[20];
-            variable[24] = ATTR_array___AbstractArray____length(variable[24]) /*AbstractArray::_length*/;
-            variable[24] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)<UNTAG_Int(variable[24]));
-          }
-          variable[23] = variable[24];
-          if (!UNTAG_Bool(variable[23])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-          variable[23] = variable[20];
-          variable[23] = ATTR_array___Array____items(variable[23]) /*Array::_items*/;
-          variable[23] = UNBOX_NativeArray(variable[23])[UNTAG_Int( variable[21] /*index*/)];
-          variable[22] = variable[23];
-          goto return_label258;
-          return_label258: while(false);
-          variable[20] = variable[22];
-          variable[20] = TAG_Bool(UNTAG_Int( variable[12] /*c*/)<UNTAG_Int(variable[20]));
-          if (UNTAG_Bool(variable[20])) { /*if*/
-            variable[20] = TAG_Int(UNTAG_Int( variable[18] /*middle*/)-UNTAG_Int( TAG_Int(1)));
-            variable[17] = variable[20] /*high=*/;
-          } else { /*if*/
-            variable[20] =  variable[19] /*tmp2*/;
-            variable[21] =  TAG_Int(1);
-            variable[23] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-            variable[24] = variable[23];
-            if (UNTAG_Bool(variable[24])) { /* and */
-              variable[24] = variable[20];
-              variable[24] = ATTR_array___AbstractArray____length(variable[24]) /*AbstractArray::_length*/;
-              variable[24] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)<UNTAG_Int(variable[24]));
-            }
-            variable[23] = variable[24];
-            if (!UNTAG_Bool(variable[23])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-            variable[23] = variable[20];
-            variable[23] = ATTR_array___Array____items(variable[23]) /*Array::_items*/;
-            variable[23] = UNBOX_NativeArray(variable[23])[UNTAG_Int( variable[21] /*index*/)];
-            variable[22] = variable[23];
-            goto return_label259;
-            return_label259: while(false);
-            variable[20] = variable[22];
-            variable[20] = TAG_Bool(UNTAG_Int( variable[12] /*c*/)>UNTAG_Int(variable[20]));
-            if (UNTAG_Bool(variable[20])) { /*if*/
-              variable[20] = TAG_Int(UNTAG_Int( variable[18] /*middle*/)+UNTAG_Int( TAG_Int(1)));
-              variable[16] = variable[20] /*low=*/;
-            } else { /*if*/
-              variable[20] =  variable[19] /*tmp2*/;
-              variable[21] =  TAG_Int(2);
-              variable[23] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-              variable[24] = variable[23];
-              if (UNTAG_Bool(variable[24])) { /* and */
-               variable[24] = variable[20];
-               variable[24] = ATTR_array___AbstractArray____length(variable[24]) /*AbstractArray::_length*/;
-               variable[24] = TAG_Bool(UNTAG_Int( variable[21] /*index*/)<UNTAG_Int(variable[24]));
+      /* ./../lib/standard//kernel.nit:277 */
+      REGB12 = TAG_Char(UNTAG_Int(REGB8));
+      /* ./parser//lexer.nit:1310 */
+      CALL_abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB12);
+      /* ./parser//lexer.nit:1312 */
+      while(1) {
+        /* ./parser//lexer.nit:1313 */
+        REGB12 = REGB0;
+        /* ./parser//lexer.nit:1314 */
+        REGB13 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:216 */
+        REGB13 = TAG_Int(-UNTAG_Int(REGB13));
+        /* ./../lib/standard//kernel.nit:212 */
+        REGB13 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB13));
+        /* ./parser//lexer.nit:1314 */
+        if (UNTAG_Bool(REGB13)) {
+          /* ./parser//lexer.nit:1315 */
+          REGB13 = TAG_Int(2);
+          /* ./../lib/standard//kernel.nit:216 */
+          REGB13 = TAG_Int(-UNTAG_Int(REGB13));
+          /* ./../lib/standard//kernel.nit:217 */
+          REGB13 = TAG_Int(UNTAG_Int(REGB13)-UNTAG_Int(REGB0));
+          /* ./parser//lexer.nit:1315 */
+          REGB12 = REGB13;
+        }
+        /* ./parser//lexer.nit:1318 */
+        REGB13 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:216 */
+        REGB13 = TAG_Int(-UNTAG_Int(REGB13));
+        /* ./parser//lexer.nit:1318 */
+        REGB0 = REGB13;
+        /* ./parser//lexer.nit:1320 */
+        REGB13 = TAG_Int(0);
+        /* ./parser//lexer.nit:1321 */
+        REGB14 = TAG_Int(0);
+        REGB14 = CALL_tables___TablesCapable___lexer_goto(fra.me.REG[0])(fra.me.REG[0], REGB12, REGB14);
+        REGB15 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:217 */
+        REGB15 = TAG_Int(UNTAG_Int(REGB14)-UNTAG_Int(REGB15));
+        /* ./parser//lexer.nit:1323 */
+        REGB14 = TAG_Int(0);
+        /* ./../lib/standard//kernel.nit:213 */
+        REGB14 = TAG_Bool(UNTAG_Int(REGB15)>=UNTAG_Int(REGB14));
+        /* ./parser//lexer.nit:1323 */
+        if (UNTAG_Bool(REGB14)) {
+          /* ./parser//lexer.nit:1324 */
+          while(1) {
+            /* ./../lib/standard//kernel.nit:211 */
+            REGB14 = TAG_Bool(UNTAG_Int(REGB13)<=UNTAG_Int(REGB15));
+            /* ./parser//lexer.nit:1324 */
+            if (UNTAG_Bool(REGB14)) {
+              /* ./../lib/standard//kernel.nit:215 */
+              REGB14 = TAG_Int(UNTAG_Int(REGB13)+UNTAG_Int(REGB15));
+              /* ./parser//lexer.nit:1325 */
+              REGB16 = TAG_Int(2);
+              /* ./../lib/standard//kernel.nit:219 */
+              REGB16 = TAG_Int(UNTAG_Int(REGB14)/UNTAG_Int(REGB16));
+              /* ./parser//lexer.nit:1326 */
+              REGB14 = TAG_Int(3);
+              /* ./../lib/standard//kernel.nit:218 */
+              REGB14 = TAG_Int(UNTAG_Int(REGB16)*UNTAG_Int(REGB14));
+              /* ./parser//lexer.nit:1326 */
+              REGB17 = TAG_Int(1);
+              /* ./../lib/standard//kernel.nit:215 */
+              REGB17 = TAG_Int(UNTAG_Int(REGB14)+UNTAG_Int(REGB17));
+              /* ./parser//lexer.nit:1328 */
+              REGB14 = CALL_tables___TablesCapable___lexer_goto(fra.me.REG[0])(fra.me.REG[0], REGB12, REGB17);
+              /* ./../lib/standard//kernel.nit:212 */
+              REGB14 = TAG_Bool(UNTAG_Int(REGB8)<UNTAG_Int(REGB14));
+              /* ./parser//lexer.nit:1328 */
+              if (UNTAG_Bool(REGB14)) {
+               /* ./parser//lexer.nit:1329 */
+               REGB14 = TAG_Int(1);
+               /* ./../lib/standard//kernel.nit:217 */
+               REGB14 = TAG_Int(UNTAG_Int(REGB16)-UNTAG_Int(REGB14));
+               /* ./parser//lexer.nit:1329 */
+               REGB15 = REGB14;
+              } else {
+               /* ./parser//lexer.nit:1330 */
+               REGB14 = TAG_Int(1);
+               /* ./../lib/standard//kernel.nit:215 */
+               REGB14 = TAG_Int(UNTAG_Int(REGB17)+UNTAG_Int(REGB14));
+               /* ./parser//lexer.nit:1330 */
+               REGB14 = CALL_tables___TablesCapable___lexer_goto(fra.me.REG[0])(fra.me.REG[0], REGB12, REGB14);
+               /* ./../lib/standard//kernel.nit:214 */
+               REGB14 = TAG_Bool(UNTAG_Int(REGB8)>UNTAG_Int(REGB14));
+               /* ./parser//lexer.nit:1330 */
+               if (UNTAG_Bool(REGB14)) {
+               /* ./parser//lexer.nit:1331 */
+               REGB14 = TAG_Int(1);
+               /* ./../lib/standard//kernel.nit:215 */
+               REGB14 = TAG_Int(UNTAG_Int(REGB16)+UNTAG_Int(REGB14));
+               /* ./parser//lexer.nit:1331 */
+               REGB13 = REGB14;
+               } else {
+               /* ./parser//lexer.nit:1333 */
+               REGB14 = TAG_Int(2);
+               /* ./../lib/standard//kernel.nit:215 */
+               REGB14 = TAG_Int(UNTAG_Int(REGB17)+UNTAG_Int(REGB14));
+               /* ./parser//lexer.nit:1333 */
+               REGB14 = CALL_tables___TablesCapable___lexer_goto(fra.me.REG[0])(fra.me.REG[0], REGB12, REGB14);
+               REGB0 = REGB14;
+               /* ./parser//lexer.nit:1334 */
+               goto label1;
+               }
               }
-              variable[23] = variable[24];
-              if (!UNTAG_Bool(variable[23])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-              variable[23] = variable[20];
-              variable[23] = ATTR_array___Array____items(variable[23]) /*Array::_items*/;
-              variable[23] = UNBOX_NativeArray(variable[23])[UNTAG_Int( variable[21] /*index*/)];
-              variable[22] = variable[23];
-              goto return_label260;
-              return_label260: while(false);
-              variable[20] = variable[22];
-              variable[2] = variable[20] /*dfa_state=*/;
-              variable[20] = TAG_Int(UNTAG_Int( variable[17] /*high*/)+UNTAG_Int( TAG_Int(1)));
-              variable[16] = variable[20] /*low=*/;
+            } else {
+              /* ./parser//lexer.nit:1324 */
+              goto label1;
             }
           }
-          continue_256: while(0);
+          label1: while(0);
+        }
+        /* ./parser//lexer.nit:1338 */
+        REGB12 = TAG_Int(2);
+        /* ./../lib/standard//kernel.nit:216 */
+        REGB12 = TAG_Int(-UNTAG_Int(REGB12));
+        /* ./../lib/standard//kernel.nit:214 */
+        REGB12 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB12));
+        /* ./parser//lexer.nit:1338 */
+        if (UNTAG_Bool(REGB12)) {
+          goto label2;
         }
-        break_256: while(0);
-        variable[13] =  TAG_Bool(false) /*first_loop=*/;
-        continue_254: while(0);
       }
-      break_254: while(0);
-    } else { /*if*/
-      variable[13] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-      variable[2] = variable[13] /*dfa_state=*/;
+      label2: while(0);
+      /* ./parser//lexer.nit:1341 */
+      ATTR_lexer___Lexer____cr(fra.me.REG[0]) = REGB10;
+      /* ./parser//lexer.nit:1342 */
+      ATTR_lexer___Lexer____line(fra.me.REG[0]) = REGB9;
+      /* ./parser//lexer.nit:1343 */
+      ATTR_lexer___Lexer____pos(fra.me.REG[0]) = REGB11;
+    } else {
+      /* ./parser//lexer.nit:1345 */
+      REGB11 = TAG_Int(1);
+      /* ./../lib/standard//kernel.nit:216 */
+      REGB11 = TAG_Int(-UNTAG_Int(REGB11));
+      /* ./parser//lexer.nit:1345 */
+      REGB0 = REGB11;
     }
-    variable[13] = TAG_Bool(UNTAG_Int( variable[2] /*dfa_state*/)>=UNTAG_Int( TAG_Int(0)));
-    if (UNTAG_Bool(variable[13])) { /*if*/
-      variable[13] =  variable[11] /*accept*/;
-      variable[14] =  variable[2] /*dfa_state*/;
-      variable[16] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-      variable[17] = variable[16];
-      if (UNTAG_Bool(variable[17])) { /* and */
-        variable[17] = variable[13];
-        variable[17] = ATTR_array___AbstractArray____length(variable[17]) /*AbstractArray::_length*/;
-        variable[17] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)<UNTAG_Int(variable[17]));
+    /* ./parser//lexer.nit:1348 */
+    REGB11 = TAG_Int(0);
+    /* ./../lib/standard//kernel.nit:213 */
+    REGB11 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB11));
+    /* ./parser//lexer.nit:1348 */
+    if (UNTAG_Bool(REGB11)) {
+      /* ./parser//lexer.nit:1349 */
+      REGB11 = CALL_tables___TablesCapable___lexer_accept(fra.me.REG[0])(fra.me.REG[0], REGB0);
+      /* ./parser//lexer.nit:1350 */
+      REGB9 = TAG_Int(1);
+      /* ./../lib/standard//kernel.nit:216 */
+      REGB9 = TAG_Int(-UNTAG_Int(REGB9));
+      /* ./parser//lexer.nit:1350 */
+      REGB10 = TAG_Bool(IS_EQUAL_OO(REGB11,REGB9));
+      if (UNTAG_Bool(REGB10)) {
+      } else {
+        /* ./../lib/standard//kernel.nit:207 */
+        REGB9 = TAG_Bool((REGB11)==(REGB9));
+        /* ./parser//lexer.nit:1350 */
+        REGB10 = REGB9;
       }
-      variable[16] = variable[17];
-      if (!UNTAG_Bool(variable[16])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-      variable[16] = variable[13];
-      variable[16] = ATTR_array___Array____items(variable[16]) /*Array::_items*/;
-      variable[16] = UNBOX_NativeArray(variable[16])[UNTAG_Int( variable[14] /*index*/)];
-      variable[15] = variable[16];
-      goto return_label261;
-      return_label261: while(false);
-      variable[13] = variable[15];
-      variable[14] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-      variable[13] = TAG_Bool((variable[13])!=(variable[14]));
-      if (UNTAG_Bool(variable[13])) { /*if*/
-        variable[5] =  variable[2] /*dfa_state*/ /*accept_state=*/;
-        variable[13] =  variable[11] /*accept*/;
-        variable[14] =  variable[2] /*dfa_state*/;
-        variable[16] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)>=UNTAG_Int( TAG_Int(0)));
-        variable[17] = variable[16];
-        if (UNTAG_Bool(variable[17])) { /* and */
-          variable[17] = variable[13];
-          variable[17] = ATTR_array___AbstractArray____length(variable[17]) /*AbstractArray::_length*/;
-          variable[17] = TAG_Bool(UNTAG_Int( variable[14] /*index*/)<UNTAG_Int(variable[17]));
-        }
-        variable[16] = variable[17];
-        if (!UNTAG_Bool(variable[16])) { fprintf(stderr, "Assert%s failed", " 'index' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_array___Array_____bra, LOCATE_lexer, 229); nit_exit(1);}
-        variable[16] = variable[13];
-        variable[16] = ATTR_array___Array____items(variable[16]) /*Array::_items*/;
-        variable[16] = UNBOX_NativeArray(variable[16])[UNTAG_Int( variable[14] /*index*/)];
-        variable[15] = variable[16];
-        goto return_label262;
-        return_label262: while(false);
-        variable[13] = variable[15];
-        variable[6] = variable[13] /*accept_token=*/;
-        variable[13] = variable[0];
-        variable[13] = ATTR_lexer___Lexer____text(variable[13]) /*Lexer::_text*/;
-        variable[13] = ((array___AbstractArray___length_t)CALL(variable[13],COLOR_abstract_collection___Collection___length))(variable[13]) /*AbstractArray::length*/;
-        variable[7] = variable[13] /*accept_length=*/;
-        variable[13] = variable[0];
-        variable[13] = ATTR_lexer___Lexer____pos(variable[13]) /*Lexer::_pos*/;
-        variable[8] = variable[13] /*accept_pos=*/;
-        variable[13] = variable[0];
-        variable[13] = ATTR_lexer___Lexer____line(variable[13]) /*Lexer::_line*/;
-        variable[9] = variable[13] /*accept_line=*/;
+      REGB10 = TAG_Bool(!UNTAG_Bool(REGB10));
+      if (UNTAG_Bool(REGB10)) {
+        /* ./parser//lexer.nit:1351 */
+        REGB3 = REGB0;
+        /* ./parser//lexer.nit:1352 */
+        REGB4 = REGB11;
+        /* ./../lib/standard//collection//array.nit:23 */
+        REGB11 = TAG_Bool(ATTR_array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_length", LOCATE_array, 23);
+        }
+        REGB11 = ATTR_array___AbstractArrayRead____length(fra.me.REG[1]);
+        /* ./parser//lexer.nit:1353 */
+        REGB5 = REGB11;
+        /* ./parser//lexer.nit:1354 */
+        REGB11 = TAG_Bool(ATTR_lexer___Lexer____pos(fra.me.REG[0])!=NIT_NULL);
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_pos", LOCATE_lexer, 1354);
+        }
+        REGB11 = ATTR_lexer___Lexer____pos(fra.me.REG[0]);
+        REGB6 = REGB11;
+        /* ./parser//lexer.nit:1355 */
+        REGB11 = TAG_Bool(ATTR_lexer___Lexer____line(fra.me.REG[0])!=NIT_NULL);
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_line", LOCATE_lexer, 1355);
+        }
+        REGB11 = ATTR_lexer___Lexer____line(fra.me.REG[0]);
+        REGB7 = REGB11;
+      }
+    } else {
+      /* ./parser//lexer.nit:1358 */
+      REGB11 = TAG_Int(1);
+      /* ./../lib/standard//kernel.nit:216 */
+      REGB11 = TAG_Int(-UNTAG_Int(REGB11));
+      /* ./parser//lexer.nit:1358 */
+      REGB10 = TAG_Bool(IS_EQUAL_OO(REGB3,REGB11));
+      if (UNTAG_Bool(REGB10)) {
+      } else {
+        /* ./../lib/standard//kernel.nit:207 */
+        REGB11 = TAG_Bool((REGB3)==(REGB11));
+        /* ./parser//lexer.nit:1358 */
+        REGB10 = REGB11;
       }
-    } else { /*if*/
-      variable[13] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-      variable[13] = TAG_Bool(( variable[5] /*accept_state*/)!=(variable[13]));
-      if (UNTAG_Bool(variable[13])) { /*if*/
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(0)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[13] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[13],COLOR_lexer___Lexer___push_back))(variable[13],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[13]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[13] = variable[0];
-          ATTR_lexer___Lexer____line(variable[13]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  NIT_NULL /*null*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(1)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TEol_lexer___TEol___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TEol*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(2)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TComment_lexer___TComment___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TComment*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(3)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwpackage_lexer___TKwpackage___init_tk(variable[14], variable[15], variable[16]); /*new TKwpackage*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(4)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwimport_lexer___TKwimport___init_tk(variable[14], variable[15], variable[16]); /*new TKwimport*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(5)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwclass_lexer___TKwclass___init_tk(variable[14], variable[15], variable[16]); /*new TKwclass*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(6)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwabstract_lexer___TKwabstract___init_tk(variable[14], variable[15], variable[16]); /*new TKwabstract*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(7)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwinterface_lexer___TKwinterface___init_tk(variable[14], variable[15], variable[16]); /*new TKwinterface*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(8)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwuniversal_lexer___TKwuniversal___init_tk(variable[14], variable[15], variable[16]); /*new TKwuniversal*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(9)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwspecial_lexer___TKwspecial___init_tk(variable[14], variable[15], variable[16]); /*new TKwspecial*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(10)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwend_lexer___TKwend___init_tk(variable[14], variable[15], variable[16]); /*new TKwend*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(11)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwmeth_lexer___TKwmeth___init_tk(variable[14], variable[15], variable[16]); /*new TKwmeth*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(12)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwtype_lexer___TKwtype___init_tk(variable[14], variable[15], variable[16]); /*new TKwtype*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(13)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwattr_lexer___TKwattr___init_tk(variable[14], variable[15], variable[16]); /*new TKwattr*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(14)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwinit_lexer___TKwinit___init_tk(variable[14], variable[15], variable[16]); /*new TKwinit*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(15)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwredef_lexer___TKwredef___init_tk(variable[14], variable[15], variable[16]); /*new TKwredef*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(16)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwis_lexer___TKwis___init_tk(variable[14], variable[15], variable[16]); /*new TKwis*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(17)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwdo_lexer___TKwdo___init_tk(variable[14], variable[15], variable[16]); /*new TKwdo*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(18)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwreadable_lexer___TKwreadable___init_tk(variable[14], variable[15], variable[16]); /*new TKwreadable*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(19)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwwritable_lexer___TKwwritable___init_tk(variable[14], variable[15], variable[16]); /*new TKwwritable*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(20)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwvar_lexer___TKwvar___init_tk(variable[14], variable[15], variable[16]); /*new TKwvar*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(21)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwintern_lexer___TKwintern___init_tk(variable[14], variable[15], variable[16]); /*new TKwintern*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(22)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwextern_lexer___TKwextern___init_tk(variable[14], variable[15], variable[16]); /*new TKwextern*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(23)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwprotected_lexer___TKwprotected___init_tk(variable[14], variable[15], variable[16]); /*new TKwprotected*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(24)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwprivate_lexer___TKwprivate___init_tk(variable[14], variable[15], variable[16]); /*new TKwprivate*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(25)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwintrude_lexer___TKwintrude___init_tk(variable[14], variable[15], variable[16]); /*new TKwintrude*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(26)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwif_lexer___TKwif___init_tk(variable[14], variable[15], variable[16]); /*new TKwif*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(27)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwthen_lexer___TKwthen___init_tk(variable[14], variable[15], variable[16]); /*new TKwthen*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(28)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwelse_lexer___TKwelse___init_tk(variable[14], variable[15], variable[16]); /*new TKwelse*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(29)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwwhile_lexer___TKwwhile___init_tk(variable[14], variable[15], variable[16]); /*new TKwwhile*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(30)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwfor_lexer___TKwfor___init_tk(variable[14], variable[15], variable[16]); /*new TKwfor*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(31)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwin_lexer___TKwin___init_tk(variable[14], variable[15], variable[16]); /*new TKwin*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(32)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwand_lexer___TKwand___init_tk(variable[14], variable[15], variable[16]); /*new TKwand*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(33)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwor_lexer___TKwor___init_tk(variable[14], variable[15], variable[16]); /*new TKwor*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(34)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwnot_lexer___TKwnot___init_tk(variable[14], variable[15], variable[16]); /*new TKwnot*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(35)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwreturn_lexer___TKwreturn___init_tk(variable[14], variable[15], variable[16]); /*new TKwreturn*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(36)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwcontinue_lexer___TKwcontinue___init_tk(variable[14], variable[15], variable[16]); /*new TKwcontinue*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(37)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwbreak_lexer___TKwbreak___init_tk(variable[14], variable[15], variable[16]); /*new TKwbreak*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(38)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwabort_lexer___TKwabort___init_tk(variable[14], variable[15], variable[16]); /*new TKwabort*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(39)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwassert_lexer___TKwassert___init_tk(variable[14], variable[15], variable[16]); /*new TKwassert*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(40)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwnew_lexer___TKwnew___init_tk(variable[14], variable[15], variable[16]); /*new TKwnew*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(41)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwisa_lexer___TKwisa___init_tk(variable[14], variable[15], variable[16]); /*new TKwisa*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(42)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwonce_lexer___TKwonce___init_tk(variable[14], variable[15], variable[16]); /*new TKwonce*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(43)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwsuper_lexer___TKwsuper___init_tk(variable[14], variable[15], variable[16]); /*new TKwsuper*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(44)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwself_lexer___TKwself___init_tk(variable[14], variable[15], variable[16]); /*new TKwself*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(45)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwtrue_lexer___TKwtrue___init_tk(variable[14], variable[15], variable[16]); /*new TKwtrue*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(46)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwfalse_lexer___TKwfalse___init_tk(variable[14], variable[15], variable[16]); /*new TKwfalse*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(47)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwnull_lexer___TKwnull___init_tk(variable[14], variable[15], variable[16]); /*new TKwnull*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(48)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwas_lexer___TKwas___init_tk(variable[14], variable[15], variable[16]); /*new TKwas*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(49)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TKwwith_lexer___TKwwith___init_tk(variable[14], variable[15], variable[16]); /*new TKwwith*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(50)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TOpar_lexer___TOpar___init_tk(variable[14], variable[15], variable[16]); /*new TOpar*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(51)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TCpar_lexer___TCpar___init_tk(variable[14], variable[15], variable[16]); /*new TCpar*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(52)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TObra_lexer___TObra___init_tk(variable[14], variable[15], variable[16]); /*new TObra*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(53)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TCbra_lexer___TCbra___init_tk(variable[14], variable[15], variable[16]); /*new TCbra*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(54)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TComma_lexer___TComma___init_tk(variable[14], variable[15], variable[16]); /*new TComma*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(55)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TColumn_lexer___TColumn___init_tk(variable[14], variable[15], variable[16]); /*new TColumn*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(56)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TQuad_lexer___TQuad___init_tk(variable[14], variable[15], variable[16]); /*new TQuad*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(57)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TAssign_lexer___TAssign___init_tk(variable[14], variable[15], variable[16]); /*new TAssign*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(58)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TPluseq_lexer___TPluseq___init_tk(variable[14], variable[15], variable[16]); /*new TPluseq*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(59)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TMinuseq_lexer___TMinuseq___init_tk(variable[14], variable[15], variable[16]); /*new TMinuseq*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(60)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TDotdotdot_lexer___TDotdotdot___init_tk(variable[14], variable[15], variable[16]); /*new TDotdotdot*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(61)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TDotdot_lexer___TDotdot___init_tk(variable[14], variable[15], variable[16]); /*new TDotdot*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(62)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TDot_lexer___TDot___init_tk(variable[14], variable[15], variable[16]); /*new TDot*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(63)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TPlus_lexer___TPlus___init_tk(variable[14], variable[15], variable[16]); /*new TPlus*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(64)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TMinus_lexer___TMinus___init_tk(variable[14], variable[15], variable[16]); /*new TMinus*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(65)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TStar_lexer___TStar___init_tk(variable[14], variable[15], variable[16]); /*new TStar*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(66)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TSlash_lexer___TSlash___init_tk(variable[14], variable[15], variable[16]); /*new TSlash*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(67)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TPercent_lexer___TPercent___init_tk(variable[14], variable[15], variable[16]); /*new TPercent*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(68)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TEq_lexer___TEq___init_tk(variable[14], variable[15], variable[16]); /*new TEq*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(69)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TNe_lexer___TNe___init_tk(variable[14], variable[15], variable[16]); /*new TNe*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(70)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TLt_lexer___TLt___init_tk(variable[14], variable[15], variable[16]); /*new TLt*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(71)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TLe_lexer___TLe___init_tk(variable[14], variable[15], variable[16]); /*new TLe*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(72)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TGt_lexer___TGt___init_tk(variable[14], variable[15], variable[16]); /*new TGt*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(73)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TGe_lexer___TGe___init_tk(variable[14], variable[15], variable[16]); /*new TGe*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(74)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_TStarship_lexer___TStarship___init_tk(variable[14], variable[15], variable[16]); /*new TStarship*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[14] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[14],COLOR_lexer___Lexer___push_back))(variable[14],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[14]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[14] = variable[0];
-          ATTR_lexer___Lexer____line(variable[14]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(75)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TClassid_lexer___TClassid___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TClassid*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(76)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TId_lexer___TId___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TId*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(77)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TAttrid_lexer___TAttrid___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TAttrid*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(78)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TNumber_lexer___TNumber___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TNumber*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(79)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TFloat_lexer___TFloat___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TFloat*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(80)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TChar_lexer___TChar___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TChar*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(81)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TString_lexer___TString___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TString*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(82)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TStartString_lexer___TStartString___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TStartString*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(83)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TMidString_lexer___TMidString___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TMidString*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-        variable[13] = TAG_Bool(( variable[6] /*accept_token*/)==( TAG_Int(84)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____text(variable[14]) /*Lexer::_text*/;
-          variable[14] = ((string___String___substring_t)CALL(variable[14],COLOR_string___String___substring))(variable[14],  TAG_Int(0),  variable[7] /*accept_length*/) /*String::substring*/;
-          variable[13] = variable[14];
-          variable[15] = variable[0];
-          variable[15] = ATTR_lexer___Lexer____filename(variable[15]) /*Lexer::_filename*/;
-          variable[16] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[18] = NEW_TEndString_lexer___TEndString___init_tk( variable[13] /*token_text*/, variable[15], variable[16], variable[17]); /*new TEndString*/
-          variable[15] = variable[18];
-          variable[14] = variable[15];
-          variable[15] = variable[0];
-          ((lexer___Lexer___push_back_t)CALL(variable[15],COLOR_lexer___Lexer___push_back))(variable[15],  variable[7] /*accept_length*/) /*Lexer::push_back*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____pos(variable[15]) /*Lexer::_pos*/ =  variable[8] /*accept_pos*/;
-          variable[15] = variable[0];
-          ATTR_lexer___Lexer____line(variable[15]) /*Lexer::_line*/ =  variable[9] /*accept_line*/;
-          variable[1] =  variable[14] /*token*/;
-          goto return_label250;
-        }
-      } else { /*if*/
-        variable[13] = variable[0];
-        variable[13] = ATTR_lexer___Lexer____text(variable[13]) /*Lexer::_text*/;
-        variable[13] = ((array___AbstractArray___length_t)CALL(variable[13],COLOR_abstract_collection___Collection___length))(variable[13]) /*AbstractArray::length*/;
-        variable[13] = TAG_Bool(UNTAG_Int(variable[13])>UNTAG_Int( TAG_Int(0)));
-        if (UNTAG_Bool(variable[13])) { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_String_string___String___init(); /*new String*/
-          variable[18] = NEW_String_string___String___with_native(BOX_NativeString("Unknown token: "), TAG_Int(15)); /*new String*/
-          variable[19] = variable[18];
-          ((string___String___append_t)CALL(variable[17],COLOR_abstract_collection___IndexedCollection___append))(variable[17], variable[19]) /*String::append*/;
-          variable[20] = variable[0];
-          variable[20] = ATTR_lexer___Lexer____text(variable[20]) /*Lexer::_text*/;
-          variable[21] = variable[20];
-          ((string___String___append_t)CALL(variable[17],COLOR_abstract_collection___IndexedCollection___append))(variable[17], variable[21]) /*String::append*/;
-          variable[22] = NEW_String_string___String___with_native(BOX_NativeString(""), TAG_Int(0)); /*new String*/
-          variable[23] = variable[22];
-          ((string___String___append_t)CALL(variable[17],COLOR_abstract_collection___IndexedCollection___append))(variable[17], variable[23]) /*String::append*/;
-          variable[18] = NEW_PError_lexer___PError___init_error(variable[14], variable[15], variable[16], variable[17]); /*new PError*/
-          variable[14] = variable[18];
-          variable[13] = variable[14];
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
-        } else { /*if*/
-          variable[14] = variable[0];
-          variable[14] = ATTR_lexer___Lexer____filename(variable[14]) /*Lexer::_filename*/;
-          variable[15] = TAG_Int(UNTAG_Int( variable[4] /*start_line*/)+UNTAG_Int( TAG_Int(1)));
-          variable[16] = TAG_Int(UNTAG_Int( variable[3] /*start_pos*/)+UNTAG_Int( TAG_Int(1)));
-          variable[17] = NEW_EOF_lexer___EOF___init(variable[14], variable[15], variable[16]); /*new EOF*/
-          variable[14] = variable[17];
-          variable[13] = variable[14];
-          variable[1] =  variable[13] /*token*/;
-          goto return_label250;
+      REGB10 = TAG_Bool(!UNTAG_Bool(REGB10));
+      if (UNTAG_Bool(REGB10)) {
+        /* ./parser//lexer.nit:1359 */
+        REGB10 = TAG_Bool(ATTR_lexer___Lexer____filename(fra.me.REG[0])!=NIT_NULL);
+        if (UNTAG_Bool(REGB10)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_filename", LOCATE_lexer, 1359);
+        }
+        fra.me.REG[2] = ATTR_lexer___Lexer____filename(fra.me.REG[0]);
+        REGB10 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB10 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB10));
+        /* ./parser//lexer.nit:1359 */
+        REGB11 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB11 = TAG_Int(UNTAG_Int(REGB7)+UNTAG_Int(REGB11));
+        /* ./parser//lexer.nit:1359 */
+        REGB9 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB9 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB9));
+        /* ./parser//lexer.nit:1359 */
+        fra.me.REG[2] = NEW_Location_location___Location___init(fra.me.REG[2], REGB10, REGB11, REGB9, REGB6);
+        /* ./parser//lexer.nit:1360 */
+        ATTR_lexer___Lexer____pos(fra.me.REG[0]) = REGB6;
+        /* ./parser//lexer.nit:1361 */
+        ATTR_lexer___Lexer____line(fra.me.REG[0]) = REGB7;
+        /* ./parser//lexer.nit:1362 */
+        CALL_lexer___Lexer___push_back(fra.me.REG[0])(fra.me.REG[0], REGB5);
+        /* ./parser//lexer.nit:1363 */
+        REGB9 = TAG_Int(0);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1363 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1364 */
+          fra.me.REG[3] = NIT_NULL;
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1366 */
+        REGB11 = TAG_Int(1);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1366 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1367 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1368 */
+          fra.me.REG[4] = NEW_TEol_lexer___TEol___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1370 */
+        REGB9 = TAG_Int(2);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1370 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1371 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1372 */
+          fra.me.REG[4] = NEW_TComment_lexer___TComment___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1374 */
+        REGB11 = TAG_Int(3);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1374 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1375 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1376 */
+          fra.me.REG[4] = NEW_TKwmodule_lexer___TKwmodule___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1378 */
+        REGB9 = TAG_Int(4);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1378 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1379 */
+          fra.me.REG[4] = NEW_TKwimport_lexer___TKwimport___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1381 */
+        REGB11 = TAG_Int(5);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1381 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1382 */
+          fra.me.REG[4] = NEW_TKwclass_lexer___TKwclass___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1384 */
+        REGB9 = TAG_Int(6);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1384 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1385 */
+          fra.me.REG[4] = NEW_TKwabstract_lexer___TKwabstract___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1387 */
+        REGB11 = TAG_Int(7);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1387 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1388 */
+          fra.me.REG[4] = NEW_TKwinterface_lexer___TKwinterface___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1390 */
+        REGB9 = TAG_Int(8);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1390 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1391 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1392 */
+          fra.me.REG[4] = NEW_TKwenum_lexer___TKwenum___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1394 */
+        REGB11 = TAG_Int(9);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1394 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1395 */
+          fra.me.REG[4] = NEW_TKwspecial_lexer___TKwspecial___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1397 */
+        REGB9 = TAG_Int(10);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1397 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1398 */
+          fra.me.REG[4] = NEW_TKwend_lexer___TKwend___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1400 */
+        REGB11 = TAG_Int(11);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1400 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1401 */
+          fra.me.REG[4] = NEW_TKwmeth_lexer___TKwmeth___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1403 */
+        REGB9 = TAG_Int(12);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1403 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1404 */
+          fra.me.REG[4] = NEW_TKwtype_lexer___TKwtype___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1406 */
+        REGB11 = TAG_Int(13);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1406 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1407 */
+          fra.me.REG[4] = NEW_TKwinit_lexer___TKwinit___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1409 */
+        REGB9 = TAG_Int(14);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1409 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1410 */
+          fra.me.REG[4] = NEW_TKwredef_lexer___TKwredef___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1412 */
+        REGB11 = TAG_Int(15);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1412 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1413 */
+          fra.me.REG[4] = NEW_TKwis_lexer___TKwis___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1415 */
+        REGB9 = TAG_Int(16);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1415 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1416 */
+          fra.me.REG[4] = NEW_TKwdo_lexer___TKwdo___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1418 */
+        REGB11 = TAG_Int(17);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1418 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1419 */
+          fra.me.REG[4] = NEW_TKwreadable_lexer___TKwreadable___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1421 */
+        REGB9 = TAG_Int(18);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1421 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1422 */
+          fra.me.REG[4] = NEW_TKwwritable_lexer___TKwwritable___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1424 */
+        REGB11 = TAG_Int(19);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1424 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1425 */
+          fra.me.REG[4] = NEW_TKwvar_lexer___TKwvar___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1427 */
+        REGB9 = TAG_Int(20);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1427 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1428 */
+          fra.me.REG[4] = NEW_TKwintern_lexer___TKwintern___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1430 */
+        REGB11 = TAG_Int(21);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1430 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1431 */
+          fra.me.REG[4] = NEW_TKwextern_lexer___TKwextern___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1433 */
+        REGB9 = TAG_Int(22);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1433 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1434 */
+          fra.me.REG[4] = NEW_TKwprotected_lexer___TKwprotected___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1436 */
+        REGB11 = TAG_Int(23);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1436 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1437 */
+          fra.me.REG[4] = NEW_TKwprivate_lexer___TKwprivate___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1439 */
+        REGB9 = TAG_Int(24);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1439 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1440 */
+          fra.me.REG[4] = NEW_TKwintrude_lexer___TKwintrude___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1442 */
+        REGB11 = TAG_Int(25);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1442 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1443 */
+          fra.me.REG[4] = NEW_TKwif_lexer___TKwif___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1445 */
+        REGB9 = TAG_Int(26);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1445 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1446 */
+          fra.me.REG[4] = NEW_TKwthen_lexer___TKwthen___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1448 */
+        REGB11 = TAG_Int(27);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1448 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1449 */
+          fra.me.REG[4] = NEW_TKwelse_lexer___TKwelse___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1451 */
+        REGB9 = TAG_Int(28);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1451 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1452 */
+          fra.me.REG[4] = NEW_TKwwhile_lexer___TKwwhile___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1454 */
+        REGB11 = TAG_Int(29);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1454 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1455 */
+          fra.me.REG[4] = NEW_TKwloop_lexer___TKwloop___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1457 */
+        REGB9 = TAG_Int(30);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1457 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1458 */
+          fra.me.REG[4] = NEW_TKwfor_lexer___TKwfor___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1460 */
+        REGB11 = TAG_Int(31);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1460 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1461 */
+          fra.me.REG[4] = NEW_TKwin_lexer___TKwin___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1463 */
+        REGB9 = TAG_Int(32);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1463 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1464 */
+          fra.me.REG[4] = NEW_TKwand_lexer___TKwand___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1466 */
+        REGB11 = TAG_Int(33);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1466 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1467 */
+          fra.me.REG[4] = NEW_TKwor_lexer___TKwor___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1469 */
+        REGB9 = TAG_Int(34);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1469 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1470 */
+          fra.me.REG[4] = NEW_TKwnot_lexer___TKwnot___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1472 */
+        REGB11 = TAG_Int(35);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1472 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1473 */
+          fra.me.REG[4] = NEW_TKwreturn_lexer___TKwreturn___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1475 */
+        REGB9 = TAG_Int(36);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1475 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1476 */
+          fra.me.REG[4] = NEW_TKwcontinue_lexer___TKwcontinue___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1478 */
+        REGB11 = TAG_Int(37);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1478 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1479 */
+          fra.me.REG[4] = NEW_TKwbreak_lexer___TKwbreak___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1481 */
+        REGB9 = TAG_Int(38);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1481 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1482 */
+          fra.me.REG[4] = NEW_TKwabort_lexer___TKwabort___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1484 */
+        REGB11 = TAG_Int(39);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1484 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1485 */
+          fra.me.REG[4] = NEW_TKwassert_lexer___TKwassert___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1487 */
+        REGB9 = TAG_Int(40);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1487 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1488 */
+          fra.me.REG[4] = NEW_TKwnew_lexer___TKwnew___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1490 */
+        REGB11 = TAG_Int(41);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1490 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1491 */
+          fra.me.REG[4] = NEW_TKwisa_lexer___TKwisa___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1493 */
+        REGB9 = TAG_Int(42);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1493 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1494 */
+          fra.me.REG[4] = NEW_TKwonce_lexer___TKwonce___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1496 */
+        REGB11 = TAG_Int(43);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1496 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1497 */
+          fra.me.REG[4] = NEW_TKwsuper_lexer___TKwsuper___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1499 */
+        REGB9 = TAG_Int(44);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1499 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1500 */
+          fra.me.REG[4] = NEW_TKwself_lexer___TKwself___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1502 */
+        REGB11 = TAG_Int(45);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1502 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1503 */
+          fra.me.REG[4] = NEW_TKwtrue_lexer___TKwtrue___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1505 */
+        REGB9 = TAG_Int(46);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1505 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1506 */
+          fra.me.REG[4] = NEW_TKwfalse_lexer___TKwfalse___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1508 */
+        REGB11 = TAG_Int(47);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1508 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1509 */
+          fra.me.REG[4] = NEW_TKwnull_lexer___TKwnull___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1511 */
+        REGB9 = TAG_Int(48);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1511 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1512 */
+          fra.me.REG[4] = NEW_TKwas_lexer___TKwas___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1514 */
+        REGB11 = TAG_Int(49);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1514 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1515 */
+          fra.me.REG[4] = NEW_TKwnullable_lexer___TKwnullable___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1517 */
+        REGB9 = TAG_Int(50);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1517 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1518 */
+          fra.me.REG[4] = NEW_TKwisset_lexer___TKwisset___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1520 */
+        REGB11 = TAG_Int(51);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1520 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1521 */
+          fra.me.REG[4] = NEW_TKwlabel_lexer___TKwlabel___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1523 */
+        REGB9 = TAG_Int(52);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1523 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1524 */
+          fra.me.REG[4] = NEW_TOpar_lexer___TOpar___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1526 */
+        REGB11 = TAG_Int(53);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1526 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1527 */
+          fra.me.REG[4] = NEW_TCpar_lexer___TCpar___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1529 */
+        REGB9 = TAG_Int(54);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1529 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1530 */
+          fra.me.REG[4] = NEW_TObra_lexer___TObra___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1532 */
+        REGB11 = TAG_Int(55);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1532 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1533 */
+          fra.me.REG[4] = NEW_TCbra_lexer___TCbra___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1535 */
+        REGB9 = TAG_Int(56);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1535 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1536 */
+          fra.me.REG[4] = NEW_TComma_lexer___TComma___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1538 */
+        REGB11 = TAG_Int(57);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1538 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1539 */
+          fra.me.REG[4] = NEW_TColumn_lexer___TColumn___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1541 */
+        REGB9 = TAG_Int(58);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1541 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1542 */
+          fra.me.REG[4] = NEW_TQuad_lexer___TQuad___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1544 */
+        REGB11 = TAG_Int(59);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1544 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1545 */
+          fra.me.REG[4] = NEW_TAssign_lexer___TAssign___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1547 */
+        REGB9 = TAG_Int(60);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1547 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1548 */
+          fra.me.REG[4] = NEW_TPluseq_lexer___TPluseq___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1550 */
+        REGB11 = TAG_Int(61);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1550 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1551 */
+          fra.me.REG[4] = NEW_TMinuseq_lexer___TMinuseq___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1553 */
+        REGB9 = TAG_Int(62);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1553 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1554 */
+          fra.me.REG[4] = NEW_TDotdotdot_lexer___TDotdotdot___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1556 */
+        REGB11 = TAG_Int(63);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1556 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1557 */
+          fra.me.REG[4] = NEW_TDotdot_lexer___TDotdot___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1559 */
+        REGB9 = TAG_Int(64);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1559 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1560 */
+          fra.me.REG[4] = NEW_TDot_lexer___TDot___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1562 */
+        REGB11 = TAG_Int(65);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1562 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1563 */
+          fra.me.REG[4] = NEW_TPlus_lexer___TPlus___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1565 */
+        REGB9 = TAG_Int(66);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1565 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1566 */
+          fra.me.REG[4] = NEW_TMinus_lexer___TMinus___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1568 */
+        REGB11 = TAG_Int(67);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1568 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1569 */
+          fra.me.REG[4] = NEW_TStar_lexer___TStar___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1571 */
+        REGB9 = TAG_Int(68);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1571 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1572 */
+          fra.me.REG[4] = NEW_TSlash_lexer___TSlash___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1574 */
+        REGB11 = TAG_Int(69);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1574 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1575 */
+          fra.me.REG[4] = NEW_TPercent_lexer___TPercent___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1577 */
+        REGB9 = TAG_Int(70);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1577 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1578 */
+          fra.me.REG[4] = NEW_TEq_lexer___TEq___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1580 */
+        REGB11 = TAG_Int(71);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1580 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1581 */
+          fra.me.REG[4] = NEW_TNe_lexer___TNe___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1583 */
+        REGB9 = TAG_Int(72);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1583 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1584 */
+          fra.me.REG[4] = NEW_TLt_lexer___TLt___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1586 */
+        REGB11 = TAG_Int(73);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1586 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1587 */
+          fra.me.REG[4] = NEW_TLe_lexer___TLe___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1589 */
+        REGB9 = TAG_Int(74);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1589 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1590 */
+          fra.me.REG[4] = NEW_TLl_lexer___TLl___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1592 */
+        REGB11 = TAG_Int(75);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1592 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1593 */
+          fra.me.REG[4] = NEW_TGt_lexer___TGt___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1595 */
+        REGB9 = TAG_Int(76);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1595 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1596 */
+          fra.me.REG[4] = NEW_TGe_lexer___TGe___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1598 */
+        REGB11 = TAG_Int(77);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1598 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1599 */
+          fra.me.REG[4] = NEW_TGg_lexer___TGg___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1601 */
+        REGB9 = TAG_Int(78);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1601 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1602 */
+          fra.me.REG[4] = NEW_TStarship_lexer___TStarship___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1604 */
+        REGB11 = TAG_Int(79);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1604 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1605 */
+          fra.me.REG[4] = NEW_TBang_lexer___TBang___init_tk(fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1607 */
+        REGB9 = TAG_Int(80);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1607 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1608 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1609 */
+          fra.me.REG[4] = NEW_TClassid_lexer___TClassid___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1611 */
+        REGB11 = TAG_Int(81);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1611 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1612 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1613 */
+          fra.me.REG[4] = NEW_TId_lexer___TId___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1615 */
+        REGB9 = TAG_Int(82);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1615 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1616 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1617 */
+          fra.me.REG[4] = NEW_TAttrid_lexer___TAttrid___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1619 */
+        REGB11 = TAG_Int(83);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1619 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1620 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1621 */
+          fra.me.REG[4] = NEW_TNumber_lexer___TNumber___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1623 */
+        REGB9 = TAG_Int(84);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1623 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1624 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1625 */
+          fra.me.REG[4] = NEW_TFloat_lexer___TFloat___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1627 */
+        REGB11 = TAG_Int(85);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1627 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1628 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1629 */
+          fra.me.REG[4] = NEW_TChar_lexer___TChar___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1631 */
+        REGB9 = TAG_Int(86);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1631 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1632 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1633 */
+          fra.me.REG[4] = NEW_TString_lexer___TString___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1635 */
+        REGB11 = TAG_Int(87);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1635 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1636 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1637 */
+          fra.me.REG[4] = NEW_TStartString_lexer___TStartString___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1639 */
+        REGB9 = TAG_Int(88);
+        REGB11 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB9));
+        if (UNTAG_Bool(REGB11)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB9 = TAG_Bool((REGB4)==(REGB9));
+          /* ./parser//lexer.nit:1639 */
+          REGB11 = REGB9;
+        }
+        if (UNTAG_Bool(REGB11)) {
+          /* ./parser//lexer.nit:1640 */
+          REGB11 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB11, REGB5);
+          /* ./parser//lexer.nit:1641 */
+          fra.me.REG[4] = NEW_TMidString_lexer___TMidString___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        }
+        /* ./parser//lexer.nit:1643 */
+        REGB11 = TAG_Int(89);
+        REGB9 = TAG_Bool(IS_EQUAL_OO(REGB4,REGB11));
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          /* ./../lib/standard//kernel.nit:207 */
+          REGB11 = TAG_Bool((REGB4)==(REGB11));
+          /* ./parser//lexer.nit:1643 */
+          REGB9 = REGB11;
+        }
+        if (UNTAG_Bool(REGB9)) {
+          /* ./parser//lexer.nit:1644 */
+          REGB9 = TAG_Int(0);
+          fra.me.REG[4] = CALL_string___AbstractString___substring(fra.me.REG[1])(fra.me.REG[1], REGB9, REGB5);
+          /* ./parser//lexer.nit:1645 */
+          fra.me.REG[2] = NEW_TEndString_lexer___TEndString___init_tk(fra.me.REG[4], fra.me.REG[2]);
+          fra.me.REG[3] = fra.me.REG[2];
+          goto label3;
+        }
+      } else {
+        /* ./parser//lexer.nit:1648 */
+        REGB9 = TAG_Bool(ATTR_lexer___Lexer____filename(fra.me.REG[0])!=NIT_NULL);
+        if (UNTAG_Bool(REGB9)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_filename", LOCATE_lexer, 1648);
+        }
+        fra.me.REG[2] = ATTR_lexer___Lexer____filename(fra.me.REG[0]);
+        REGB9 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB9 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB9));
+        /* ./parser//lexer.nit:1648 */
+        REGB11 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB11 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB11));
+        /* ./parser//lexer.nit:1648 */
+        REGB10 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB10 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB10));
+        /* ./parser//lexer.nit:1648 */
+        REGB8 = TAG_Int(1);
+        /* ./../lib/standard//kernel.nit:215 */
+        REGB8 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB8));
+        /* ./parser//lexer.nit:1648 */
+        fra.me.REG[2] = NEW_Location_location___Location___init(fra.me.REG[2], REGB9, REGB11, REGB10, REGB8);
+        /* ./../lib/standard//collection//array.nit:23 */
+        REGB8 = TAG_Bool(ATTR_array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
+        if (UNTAG_Bool(REGB8)) {
+        } else {
+          nit_abort("Uninitialized attribute %s", "_length", LOCATE_array, 23);
+        }
+        REGB8 = ATTR_array___AbstractArrayRead____length(fra.me.REG[1]);
+        /* ./parser//lexer.nit:1649 */
+        REGB10 = TAG_Int(0);
+        /* ./../lib/standard//kernel.nit:214 */
+        REGB10 = TAG_Bool(UNTAG_Int(REGB8)>UNTAG_Int(REGB10));
+        /* ./parser//lexer.nit:1649 */
+        if (UNTAG_Bool(REGB10)) {
+          /* ./parser//lexer.nit:1650 */
+          REGB10 = TAG_Int(3);
+          fra.me.REG[4] = NEW_Array_array___Array___with_capacity(REGB10);
+          if (!once_value_4) {
+            fra.me.REG[5] = BOX_NativeString("Syntax error: unknown token ");
+            REGB10 = TAG_Int(28);
+            fra.me.REG[5] = NEW_String_string___String___with_native(fra.me.REG[5], REGB10);
+            once_value_4 = fra.me.REG[5];
+            register_static_object(&once_value_4);
+          } else fra.me.REG[5] = once_value_4;
+          fra.me.REG[5] = fra.me.REG[5];
+          CALL_abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[5]);
+          fra.me.REG[5] = CALL_string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
+          CALL_abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[5]);
+          if (!once_value_5) {
+            fra.me.REG[5] = BOX_NativeString(".");
+            REGB10 = TAG_Int(1);
+            fra.me.REG[5] = NEW_String_string___String___with_native(fra.me.REG[5], REGB10);
+            once_value_5 = fra.me.REG[5];
+            register_static_object(&once_value_5);
+          } else fra.me.REG[5] = once_value_5;
+          fra.me.REG[5] = fra.me.REG[5];
+          CALL_abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[5]);
+          fra.me.REG[4] = CALL_string___Object___to_s(fra.me.REG[4])(fra.me.REG[4]);
+          fra.me.REG[4] = NEW_AError_lexer___AError___init_error(fra.me.REG[4], fra.me.REG[2]);
+          /* ./parser//lexer.nit:1651 */
+          fra.me.REG[3] = fra.me.REG[4];
+          goto label3;
+        } else {
+          /* ./parser//lexer.nit:1653 */
+          fra.me.REG[2] = NEW_EOF_lexer___EOF___init(fra.me.REG[2]);
+          /* ./parser//lexer.nit:1654 */
+          fra.me.REG[3] = fra.me.REG[2];
+          goto label3;
         }
       }
     }
-    continue_253: while(0);
   }
-  break_253: while(0);
-  variable[1] =  NIT_NULL /*null*/;
-  goto return_label250;
-  return_label250: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-val_t lexer___Lexer___get_char(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 2080, LOCATE_lexer___Lexer___get_char};
-  val_t variable[7];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[2] = variable[0];
-  variable[2] = ATTR_lexer___Lexer____eof(variable[2]) /*Lexer::_eof*/;
-  if (UNTAG_Bool(variable[2])) { /*if*/
-    variable[2] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    variable[1] = variable[2];
-    goto return_label263;
+  label3: while(0);
+  stack_frame_head = fra.me.prev;
+  return fra.me.REG[3];
+}
+val_t lexer___Lexer___get_char(val_t p0){
+  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
+  val_t REGB0;
+  val_t REGB1;
+  val_t REGB2;
+  val_t REGB3;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1661;
+  fra.me.meth = LOCATE_lexer___Lexer___get_char;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 2;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  /* ./parser//lexer.nit:1665 */
+  REGB0 = TAG_Bool(ATTR_lexer___Lexer____eof(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_eof", LOCATE_lexer, 1665);
   }
-  /*variable[2] is variable result*/
-  variable[4] = variable[0];
-  variable[4] = ATTR_lexer___Lexer____stream_pos(variable[4]) /*Lexer::_stream_pos*/;
-  variable[3] = variable[4];
-  variable[4] = TAG_Bool(UNTAG_Int( variable[3] /*sp*/)>=UNTAG_Int( TAG_Int(0)));
-  if (UNTAG_Bool(variable[4])) { /*if*/
-    variable[5] = variable[0];
-    variable[5] = ATTR_lexer___Lexer____stream_buf(variable[5]) /*Lexer::_stream_buf*/;
-    variable[6] = variable[0];
-    variable[6] = ATTR_lexer___Lexer____stream_pos(variable[6]) /*Lexer::_stream_pos*/;
-    variable[5] = ((string___String_____bra_t)CALL(variable[5],COLOR_abstract_collection___Map_____bra))(variable[5], variable[6]) /*String::[]*/;
-    variable[4] = variable[5];
-    variable[5] = variable[0];
-    variable[6] = TAG_Int(UNTAG_Int( variable[3] /*sp*/)-UNTAG_Int( TAG_Int(1)));
-    ATTR_lexer___Lexer____stream_pos(variable[5]) /*Lexer::_stream_pos*/ = variable[6];
-    variable[5] = TAG_Int((unsigned char)UNTAG_Char( variable[4] /*res*/));
-    variable[2] = variable[5] /*result=*/;
-  } else { /*if*/
-    variable[4] = variable[0];
-    variable[4] = ATTR_lexer___Lexer____stream(variable[4]) /*Lexer::_stream*/;
-    variable[4] = ((stream___IStream___read_char_t)CALL(variable[4],COLOR_stream___IStream___read_char))(variable[4]) /*IStream::read_char*/;
-    variable[2] = variable[4] /*result=*/;
+  REGB0 = ATTR_lexer___Lexer____eof(fra.me.REG[0]);
+  if (UNTAG_Bool(REGB0)) {
+    /* ./parser//lexer.nit:1666 */
+    REGB0 = TAG_Int(1);
+    /* ./../lib/standard//kernel.nit:216 */
+    REGB0 = TAG_Int(-UNTAG_Int(REGB0));
+    /* ./parser//lexer.nit:1666 */
+    goto label1;
   }
-  variable[4] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-  variable[4] = TAG_Bool(( variable[2] /*result*/)==(variable[4]));
-  if (UNTAG_Bool(variable[4])) { /*if*/
-    variable[4] = variable[0];
-    ATTR_lexer___Lexer____eof(variable[4]) /*Lexer::_eof*/ =  TAG_Bool(true);
+  /* ./parser//lexer.nit:1671 */
+  REGB1 = TAG_Bool(ATTR_lexer___Lexer____stream_pos(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB1)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_stream_pos", LOCATE_lexer, 1671);
   }
-  variable[1] =  variable[2] /*result*/;
-  goto return_label263;
-  return_label263: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___Lexer___push_back(val_t  self, val_t  param0) {
-  struct trace_t trace = {NULL, NULL, 2106, LOCATE_lexer___Lexer___push_back};
-  val_t variable[8];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[1] =  param0;
-  variable[4] = variable[0];
-  variable[4] = ATTR_lexer___Lexer____text(variable[4]) /*Lexer::_text*/;
-  variable[4] = ((array___AbstractArray___length_t)CALL(variable[4],COLOR_abstract_collection___Collection___length))(variable[4]) /*AbstractArray::length*/;
-  variable[3] = variable[4];
-  variable[5] = TAG_Int(UNTAG_Int( variable[3] /*length*/)-UNTAG_Int( TAG_Int(1)));
-  variable[4] = variable[5];
-  while (true) { /*while*/
-    variable[5] = TAG_Bool(UNTAG_Int( variable[4] /*i*/)>=UNTAG_Int( variable[1] /*accept_length*/));
-    if (!UNTAG_Bool(variable[5])) break; /* while*/
-    variable[5] = variable[0];
-    ATTR_lexer___Lexer____eof(variable[5]) /*Lexer::_eof*/ =  TAG_Bool(false);
-    variable[5] = variable[0];
-    variable[6] = variable[0];
-    variable[6] = ATTR_lexer___Lexer____stream_pos(variable[6]) /*Lexer::_stream_pos*/;
-    variable[6] = TAG_Int(UNTAG_Int(variable[6])+UNTAG_Int( TAG_Int(1)));
-    ATTR_lexer___Lexer____stream_pos(variable[5]) /*Lexer::_stream_pos*/ = variable[6];
-    variable[5] = variable[0];
-    variable[5] = ATTR_lexer___Lexer____stream_buf(variable[5]) /*Lexer::_stream_buf*/;
-    variable[6] = variable[0];
-    variable[6] = ATTR_lexer___Lexer____stream_pos(variable[6]) /*Lexer::_stream_pos*/;
-    variable[7] = variable[0];
-    variable[7] = ATTR_lexer___Lexer____text(variable[7]) /*Lexer::_text*/;
-    variable[7] = ((string___String_____bra_t)CALL(variable[7],COLOR_abstract_collection___Map_____bra))(variable[7],  variable[4] /*i*/) /*String::[]*/;
-    ((string___String_____braeq_t)CALL(variable[5],COLOR_abstract_collection___Map_____braeq))(variable[5], variable[6], variable[7]) /*String::[]=*/;
-    variable[5] = TAG_Int(UNTAG_Int( variable[4] /*i*/)-UNTAG_Int( TAG_Int(1)));
-    variable[4] = variable[5] /*i=*/;
-    continue_265: while(0);
+  REGB1 = ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]);
+  /* ./parser//lexer.nit:1672 */
+  REGB2 = TAG_Int(0);
+  /* ./../lib/standard//kernel.nit:213 */
+  REGB2 = TAG_Bool(UNTAG_Int(REGB1)>=UNTAG_Int(REGB2));
+  /* ./parser//lexer.nit:1672 */
+  if (UNTAG_Bool(REGB2)) {
+    /* ./parser//lexer.nit:1673 */
+    REGB2 = TAG_Bool(ATTR_lexer___Lexer____stream_buf(fra.me.REG[0])!=NIT_NULL);
+    if (UNTAG_Bool(REGB2)) {
+    } else {
+      nit_abort("Uninitialized attribute %s", "_stream_buf", LOCATE_lexer, 1673);
+    }
+    fra.me.REG[1] = ATTR_lexer___Lexer____stream_buf(fra.me.REG[0]);
+    REGB2 = TAG_Bool(ATTR_lexer___Lexer____stream_pos(fra.me.REG[0])!=NIT_NULL);
+    if (UNTAG_Bool(REGB2)) {
+    } else {
+      nit_abort("Uninitialized attribute %s", "_stream_pos", LOCATE_lexer, 1673);
+    }
+    REGB2 = ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]);
+    REGB2 = CALL_abstract_collection___MapRead_____bra(fra.me.REG[1])(fra.me.REG[1], REGB2);
+    /* ./parser//lexer.nit:1674 */
+    REGB3 = TAG_Int(1);
+    /* ./../lib/standard//kernel.nit:217 */
+    REGB3 = TAG_Int(UNTAG_Int(REGB1)-UNTAG_Int(REGB3));
+    /* ./parser//lexer.nit:1674 */
+    ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]) = REGB3;
+    /* ./../lib/standard//kernel.nit:382 */
+    REGB2 = TAG_Int((unsigned char)UNTAG_Char(REGB2));
+  } else {
+    /* ./parser//lexer.nit:1677 */
+    REGB3 = TAG_Bool(ATTR_lexer___Lexer____stream(fra.me.REG[0])!=NIT_NULL);
+    if (UNTAG_Bool(REGB3)) {
+    } else {
+      nit_abort("Uninitialized attribute %s", "_stream", LOCATE_lexer, 1677);
+    }
+    fra.me.REG[1] = ATTR_lexer___Lexer____stream(fra.me.REG[0]);
+    REGB3 = CALL_stream___IStream___read_char(fra.me.REG[1])(fra.me.REG[1]);
+    REGB2 = REGB3;
   }
-  break_265: while(0);
-  return_label264: while(false);
-  tracehead = trace.prev;
-  return;
-}
-void lexer___Lexer___build_goto_table(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 2121, LOCATE_lexer___Lexer___build_goto_table};
-  static val_t once_value_267; static int once_bool_267; /* Once value for variable[3]*/
-  val_t variable[263];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[2] = variable[0];
-  if (once_bool_267) variable[3] = once_value_267;
-  else {
-    variable[3] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Array[Array[Int]]]]*/
-    variable[4] = NEW_Array_array___Array___with_capacity(TAG_Int(256)); /*new Array[Array[Array[Int]]]*/
-    variable[5] = NEW_Array_array___Array___with_capacity(TAG_Int(48)); /*new Array[Array[Int]]*/
-    variable[6] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[6],COLOR_abstract_collection___SimpleCollection___add))(variable[6],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[6],COLOR_abstract_collection___SimpleCollection___add))(variable[6],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[6],COLOR_abstract_collection___SimpleCollection___add))(variable[6],  TAG_Int(1)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[6]) /*AbstractArray::add*/;
-    variable[7] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(2)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[7]) /*AbstractArray::add*/;
-    variable[8] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(3)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[8]) /*AbstractArray::add*/;
-    variable[9] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(4)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[9]) /*AbstractArray::add*/;
-    variable[10] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10],  TAG_Int(5)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[10]) /*AbstractArray::add*/;
-    variable[11] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(6)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[11]) /*AbstractArray::add*/;
-    variable[12] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(7)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[12]) /*AbstractArray::add*/;
-    variable[13] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(37)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(37)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(8)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[13]) /*AbstractArray::add*/;
-    variable[14] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[14]) /*AbstractArray::add*/;
-    variable[15] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(40)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(40)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[15]) /*AbstractArray::add*/;
-    variable[16] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(41)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(41)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[16]) /*AbstractArray::add*/;
-    variable[17] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(42)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(42)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[17]) /*AbstractArray::add*/;
-    variable[18] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(43)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(43)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[18]) /*AbstractArray::add*/;
-    variable[19] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(44)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(44)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[19]) /*AbstractArray::add*/;
-    variable[20] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(45)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(45)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(15)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[20]) /*AbstractArray::add*/;
-    variable[21] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(16)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[21]) /*AbstractArray::add*/;
-    variable[22] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(47)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(47)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(17)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[22]) /*AbstractArray::add*/;
-    variable[23] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(18)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[23]) /*AbstractArray::add*/;
-    variable[24] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(19)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[24]) /*AbstractArray::add*/;
-    variable[25] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(20)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[25]) /*AbstractArray::add*/;
-    variable[26] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(21)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[26]) /*AbstractArray::add*/;
-    variable[27] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(22)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[27]) /*AbstractArray::add*/;
-    variable[28] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(90)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(23)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[28]) /*AbstractArray::add*/;
-    variable[29] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(91)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(91)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(24)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[29]) /*AbstractArray::add*/;
-    variable[30] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(93)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(93)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(25)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[30]) /*AbstractArray::add*/;
-    variable[31] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(26)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[31]) /*AbstractArray::add*/;
-    variable[32] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(27)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[32]) /*AbstractArray::add*/;
-    variable[33] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(28)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[33]) /*AbstractArray::add*/;
-    variable[34] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(29)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[34]) /*AbstractArray::add*/;
-    variable[35] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(30)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[35]) /*AbstractArray::add*/;
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(31)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(36)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(37)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(38)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(40)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(41)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[48]) /*AbstractArray::add*/;
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(42)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(43)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[50]) /*AbstractArray::add*/;
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(44)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[51]) /*AbstractArray::add*/;
-    variable[52] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[52]) /*AbstractArray::add*/;
-    variable[53] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(125)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(125)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(45)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[5],COLOR_abstract_collection___SimpleCollection___add))(variable[5], variable[53]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[5]) /*AbstractArray::add*/;
-    variable[6] = NEW_Array_array___Array___with_capacity(TAG_Int(2)); /*new Array[Array[Int]]*/
-    variable[7] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[7],COLOR_abstract_collection___SimpleCollection___add))(variable[7],  TAG_Int(1)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[6],COLOR_abstract_collection___SimpleCollection___add))(variable[6], variable[7]) /*AbstractArray::add*/;
-    variable[8] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8],  TAG_Int(4)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[6],COLOR_abstract_collection___SimpleCollection___add))(variable[6], variable[8]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[6]) /*AbstractArray::add*/;
-    variable[7] = variable[0];
-    variable[7] = ((lexer___Lexer___nil_array_t)CALL(variable[7],COLOR_lexer___Lexer___nil_array))(variable[7]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[7]) /*AbstractArray::add*/;
-    variable[8] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[9] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[8],COLOR_abstract_collection___SimpleCollection___add))(variable[8], variable[9]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[8]) /*AbstractArray::add*/;
-    variable[9] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[10] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10],  TAG_Int(32)) /*AbstractArray::add*/;
-    variable[11] = TAG_Int(-UNTAG_Int( TAG_Int(3)));
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10], variable[11]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[9],COLOR_abstract_collection___SimpleCollection___add))(variable[9], variable[10]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[9]) /*AbstractArray::add*/;
-    variable[10] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[11] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11],  TAG_Int(47)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[10],COLOR_abstract_collection___SimpleCollection___add))(variable[10], variable[11]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[10]) /*AbstractArray::add*/;
-    variable[11] = NEW_Array_array___Array___with_capacity(TAG_Int(9)); /*new Array[Array[Int]]*/
-    variable[12] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[12]) /*AbstractArray::add*/;
-    variable[13] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[13]) /*AbstractArray::add*/;
-    variable[14] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[14]) /*AbstractArray::add*/;
-    variable[15] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(49)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[15]) /*AbstractArray::add*/;
-    variable[16] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(91)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[16]) /*AbstractArray::add*/;
-    variable[17] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(92)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(92)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(50)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[17]) /*AbstractArray::add*/;
-    variable[18] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(93)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[18]) /*AbstractArray::add*/;
-    variable[19] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(123)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(123)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(51)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[19]) /*AbstractArray::add*/;
-    variable[20] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(124)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[11],COLOR_abstract_collection___SimpleCollection___add))(variable[11], variable[20]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[11]) /*AbstractArray::add*/;
-    variable[12] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[13] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[13],COLOR_abstract_collection___SimpleCollection___add))(variable[13],  TAG_Int(52)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12], variable[13]) /*AbstractArray::add*/;
-    variable[14] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14],  TAG_Int(53)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12], variable[14]) /*AbstractArray::add*/;
-    variable[15] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(52)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12], variable[15]) /*AbstractArray::add*/;
-    variable[16] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(54)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12], variable[16]) /*AbstractArray::add*/;
-    variable[17] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(52)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[12],COLOR_abstract_collection___SimpleCollection___add))(variable[12], variable[17]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[12]) /*AbstractArray::add*/;
-    variable[13] = variable[0];
-    variable[13] = ((lexer___Lexer___nil_array_t)CALL(variable[13],COLOR_lexer___Lexer___nil_array))(variable[13]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[13]) /*AbstractArray::add*/;
-    variable[14] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[15] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[15],COLOR_abstract_collection___SimpleCollection___add))(variable[15],  TAG_Int(55)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14], variable[15]) /*AbstractArray::add*/;
-    variable[16] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[16],COLOR_abstract_collection___SimpleCollection___add))(variable[16],  TAG_Int(55)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14], variable[16]) /*AbstractArray::add*/;
-    variable[17] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(38)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[17],COLOR_abstract_collection___SimpleCollection___add))(variable[17],  TAG_Int(55)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14], variable[17]) /*AbstractArray::add*/;
-    variable[18] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18],  TAG_Int(56)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14], variable[18]) /*AbstractArray::add*/;
-    variable[19] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(40)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(55)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[14],COLOR_abstract_collection___SimpleCollection___add))(variable[14], variable[19]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[14]) /*AbstractArray::add*/;
-    variable[15] = variable[0];
-    variable[15] = ((lexer___Lexer___nil_array_t)CALL(variable[15],COLOR_lexer___Lexer___nil_array))(variable[15]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[15]) /*AbstractArray::add*/;
-    variable[16] = variable[0];
-    variable[16] = ((lexer___Lexer___nil_array_t)CALL(variable[16],COLOR_lexer___Lexer___nil_array))(variable[16]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[16]) /*AbstractArray::add*/;
-    variable[17] = variable[0];
-    variable[17] = ((lexer___Lexer___nil_array_t)CALL(variable[17],COLOR_lexer___Lexer___nil_array))(variable[17]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[17]) /*AbstractArray::add*/;
-    variable[18] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[19] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[19],COLOR_abstract_collection___SimpleCollection___add))(variable[19],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[18],COLOR_abstract_collection___SimpleCollection___add))(variable[18], variable[19]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[18]) /*AbstractArray::add*/;
-    variable[19] = variable[0];
-    variable[19] = ((lexer___Lexer___nil_array_t)CALL(variable[19],COLOR_lexer___Lexer___nil_array))(variable[19]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[19]) /*AbstractArray::add*/;
-    variable[20] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[21] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[20],COLOR_abstract_collection___SimpleCollection___add))(variable[20], variable[21]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[20]) /*AbstractArray::add*/;
-    variable[21] = NEW_Array_array___Array___with_capacity(TAG_Int(2)); /*new Array[Array[Int]]*/
-    variable[22] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[22],COLOR_abstract_collection___SimpleCollection___add))(variable[22],  TAG_Int(59)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21], variable[22]) /*AbstractArray::add*/;
-    variable[23] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[21],COLOR_abstract_collection___SimpleCollection___add))(variable[21], variable[23]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[21]) /*AbstractArray::add*/;
-    variable[22] = variable[0];
-    variable[22] = ((lexer___Lexer___nil_array_t)CALL(variable[22],COLOR_lexer___Lexer___nil_array))(variable[22]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[22]) /*AbstractArray::add*/;
-    variable[23] = NEW_Array_array___Array___with_capacity(TAG_Int(2)); /*new Array[Array[Int]]*/
-    variable[24] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23], variable[24]) /*AbstractArray::add*/;
-    variable[25] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(18)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[23],COLOR_abstract_collection___SimpleCollection___add))(variable[23], variable[25]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[23]) /*AbstractArray::add*/;
-    variable[24] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[25] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[24],COLOR_abstract_collection___SimpleCollection___add))(variable[24], variable[25]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[24]) /*AbstractArray::add*/;
-    variable[25] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[26] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26],  TAG_Int(63)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[25],COLOR_abstract_collection___SimpleCollection___add))(variable[25], variable[26]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[25]) /*AbstractArray::add*/;
-    variable[26] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[27] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27],  TAG_Int(64)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[26],COLOR_abstract_collection___SimpleCollection___add))(variable[26], variable[27]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[26]) /*AbstractArray::add*/;
-    variable[27] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[28] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[27],COLOR_abstract_collection___SimpleCollection___add))(variable[27], variable[28]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[27]) /*AbstractArray::add*/;
-    variable[28] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[29] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[29],COLOR_abstract_collection___SimpleCollection___add))(variable[29],  TAG_Int(66)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28], variable[29]) /*AbstractArray::add*/;
-    variable[30] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(90)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[30],COLOR_abstract_collection___SimpleCollection___add))(variable[30],  TAG_Int(67)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28], variable[30]) /*AbstractArray::add*/;
-    variable[31] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31],  TAG_Int(68)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28], variable[31]) /*AbstractArray::add*/;
-    variable[32] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(69)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[28],COLOR_abstract_collection___SimpleCollection___add))(variable[28], variable[32]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[28]) /*AbstractArray::add*/;
-    variable[29] = variable[0];
-    variable[29] = ((lexer___Lexer___nil_array_t)CALL(variable[29],COLOR_lexer___Lexer___nil_array))(variable[29]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[29]) /*AbstractArray::add*/;
-    variable[30] = variable[0];
-    variable[30] = ((lexer___Lexer___nil_array_t)CALL(variable[30],COLOR_lexer___Lexer___nil_array))(variable[30]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[30]) /*AbstractArray::add*/;
-    variable[31] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[32] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32],  TAG_Int(70)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[31],COLOR_abstract_collection___SimpleCollection___add))(variable[31], variable[32]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[31]) /*AbstractArray::add*/;
-    variable[32] = NEW_Array_array___Array___with_capacity(TAG_Int(11)); /*new Array[Array[Int]]*/
-    variable[33] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33],  TAG_Int(71)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[33]) /*AbstractArray::add*/;
-    variable[34] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(90)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(72)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[34]) /*AbstractArray::add*/;
-    variable[35] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(73)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[35]) /*AbstractArray::add*/;
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(78)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[32],COLOR_abstract_collection___SimpleCollection___add))(variable[32], variable[43]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[32]) /*AbstractArray::add*/;
-    variable[33] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[34] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[35] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[35]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33], variable[34]) /*AbstractArray::add*/;
-    variable[35] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33], variable[35]) /*AbstractArray::add*/;
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(79)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[33],COLOR_abstract_collection___SimpleCollection___add))(variable[33], variable[37]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[33]) /*AbstractArray::add*/;
-    variable[34] = NEW_Array_array___Array___with_capacity(TAG_Int(6)); /*new Array[Array[Int]]*/
-    variable[35] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[36] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35], variable[36]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[35]) /*AbstractArray::add*/;
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(80)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(81)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[34],COLOR_abstract_collection___SimpleCollection___add))(variable[34], variable[40]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[34]) /*AbstractArray::add*/;
-    variable[35] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[37] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[37]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(82)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[35],COLOR_abstract_collection___SimpleCollection___add))(variable[35], variable[39]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[35]) /*AbstractArray::add*/;
-    variable[36] = NEW_Array_array___Array___with_capacity(TAG_Int(7)); /*new Array[Array[Int]]*/
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[38] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[38]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(83)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(84)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(85)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(121)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[36],COLOR_abstract_collection___SimpleCollection___add))(variable[36], variable[43]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[36]) /*AbstractArray::add*/;
-    variable[37] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[39] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38], variable[39]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(86)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(87)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[37],COLOR_abstract_collection___SimpleCollection___add))(variable[37], variable[42]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[37]) /*AbstractArray::add*/;
-    variable[38] = NEW_Array_array___Array___with_capacity(TAG_Int(2)); /*new Array[Array[Int]]*/
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[40] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[40]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[38],COLOR_abstract_collection___SimpleCollection___add))(variable[38], variable[40]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[38]) /*AbstractArray::add*/;
-    variable[39] = NEW_Array_array___Array___with_capacity(TAG_Int(9)); /*new Array[Array[Int]]*/
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[41] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40], variable[41]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(88)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(89)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(90)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(91)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[39],COLOR_abstract_collection___SimpleCollection___add))(variable[39], variable[48]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[39]) /*AbstractArray::add*/;
-    variable[40] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[42] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[42]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(92)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[40],COLOR_abstract_collection___SimpleCollection___add))(variable[40], variable[44]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[40]) /*AbstractArray::add*/;
-    variable[41] = NEW_Array_array___Array___with_capacity(TAG_Int(7)); /*new Array[Array[Int]]*/
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[43] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[43]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(93)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(94)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[41],COLOR_abstract_collection___SimpleCollection___add))(variable[41], variable[48]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[41]) /*AbstractArray::add*/;
-    variable[42] = NEW_Array_array___Array___with_capacity(TAG_Int(6)); /*new Array[Array[Int]]*/
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[44] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[44]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(96)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[42],COLOR_abstract_collection___SimpleCollection___add))(variable[42], variable[48]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[42]) /*AbstractArray::add*/;
-    variable[43] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[45] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44], variable[45]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[43],COLOR_abstract_collection___SimpleCollection___add))(variable[43], variable[48]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[43]) /*AbstractArray::add*/;
-    variable[44] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[46] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[46]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[44],COLOR_abstract_collection___SimpleCollection___add))(variable[44], variable[47]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[44]) /*AbstractArray::add*/;
-    variable[45] = NEW_Array_array___Array___with_capacity(TAG_Int(7)); /*new Array[Array[Int]]*/
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[47] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[47]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[48]) /*AbstractArray::add*/;
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[50]) /*AbstractArray::add*/;
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[51]) /*AbstractArray::add*/;
-    variable[52] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[45],COLOR_abstract_collection___SimpleCollection___add))(variable[45], variable[52]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[45]) /*AbstractArray::add*/;
-    variable[46] = NEW_Array_array___Array___with_capacity(TAG_Int(8)); /*new Array[Array[Int]]*/
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[48] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47], variable[48]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[48]) /*AbstractArray::add*/;
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[50]) /*AbstractArray::add*/;
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[51]) /*AbstractArray::add*/;
-    variable[52] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[52]) /*AbstractArray::add*/;
-    variable[53] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(121)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(121)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[53]) /*AbstractArray::add*/;
-    variable[54] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[46],COLOR_abstract_collection___SimpleCollection___add))(variable[46], variable[54]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[46]) /*AbstractArray::add*/;
-    variable[47] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[49] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48], variable[49]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47], variable[48]) /*AbstractArray::add*/;
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[47],COLOR_abstract_collection___SimpleCollection___add))(variable[47], variable[50]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[47]) /*AbstractArray::add*/;
-    variable[48] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[50] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[50]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48], variable[50]) /*AbstractArray::add*/;
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[48],COLOR_abstract_collection___SimpleCollection___add))(variable[48], variable[51]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[48]) /*AbstractArray::add*/;
-    variable[49] = NEW_Array_array___Array___with_capacity(TAG_Int(6)); /*new Array[Array[Int]]*/
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50],  TAG_Int(103)) /*AbstractArray::add*/;
-    variable[51] = TAG_Int(-UNTAG_Int( TAG_Int(43)));
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[51]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[50]) /*AbstractArray::add*/;
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[51]) /*AbstractArray::add*/;
-    variable[52] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[52]) /*AbstractArray::add*/;
-    variable[53] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[53]) /*AbstractArray::add*/;
-    variable[54] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[54]) /*AbstractArray::add*/;
-    variable[55] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[49],COLOR_abstract_collection___SimpleCollection___add))(variable[49], variable[55]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[49]) /*AbstractArray::add*/;
-    variable[50] = NEW_Array_array___Array___with_capacity(TAG_Int(9)); /*new Array[Array[Int]]*/
-    variable[51] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[51],COLOR_abstract_collection___SimpleCollection___add))(variable[51],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[51]) /*AbstractArray::add*/;
-    variable[52] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[52],COLOR_abstract_collection___SimpleCollection___add))(variable[52],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[52]) /*AbstractArray::add*/;
-    variable[53] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[53]) /*AbstractArray::add*/;
-    variable[54] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[54]) /*AbstractArray::add*/;
-    variable[55] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(91)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[55]) /*AbstractArray::add*/;
-    variable[56] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(92)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(92)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[56]) /*AbstractArray::add*/;
-    variable[57] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(93)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[57]) /*AbstractArray::add*/;
-    variable[58] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(123)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(123)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[58]) /*AbstractArray::add*/;
-    variable[59] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[59],COLOR_abstract_collection___SimpleCollection___add))(variable[59],  TAG_Int(124)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[59],COLOR_abstract_collection___SimpleCollection___add))(variable[59],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[59],COLOR_abstract_collection___SimpleCollection___add))(variable[59],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[50],COLOR_abstract_collection___SimpleCollection___add))(variable[50], variable[59]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[50]) /*AbstractArray::add*/;
-    variable[51] = variable[0];
-    variable[51] = ((lexer___Lexer___nil_array_t)CALL(variable[51],COLOR_lexer___Lexer___nil_array))(variable[51]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[51]) /*AbstractArray::add*/;
-    variable[52] = variable[0];
-    variable[52] = ((lexer___Lexer___nil_array_t)CALL(variable[52],COLOR_lexer___Lexer___nil_array))(variable[52]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[52]) /*AbstractArray::add*/;
-    variable[53] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[54] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[55] = TAG_Int(-UNTAG_Int( TAG_Int(8)));
-    ((array___AbstractArray___add_t)CALL(variable[54],COLOR_abstract_collection___SimpleCollection___add))(variable[54], variable[55]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[53],COLOR_abstract_collection___SimpleCollection___add))(variable[53], variable[54]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[53]) /*AbstractArray::add*/;
-    variable[54] = variable[0];
-    variable[54] = ((lexer___Lexer___nil_array_t)CALL(variable[54],COLOR_lexer___Lexer___nil_array))(variable[54]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[54]) /*AbstractArray::add*/;
-    variable[55] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[56] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[56],COLOR_abstract_collection___SimpleCollection___add))(variable[56],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55], variable[56]) /*AbstractArray::add*/;
-    variable[57] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55], variable[57]) /*AbstractArray::add*/;
-    variable[58] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[55],COLOR_abstract_collection___SimpleCollection___add))(variable[55], variable[58]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[55]) /*AbstractArray::add*/;
-    variable[56] = variable[0];
-    variable[56] = ((lexer___Lexer___nil_array_t)CALL(variable[56],COLOR_lexer___Lexer___nil_array))(variable[56]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[56]) /*AbstractArray::add*/;
-    variable[57] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[58] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[59] = TAG_Int(-UNTAG_Int( TAG_Int(9)));
-    ((array___AbstractArray___add_t)CALL(variable[58],COLOR_abstract_collection___SimpleCollection___add))(variable[58], variable[59]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[57],COLOR_abstract_collection___SimpleCollection___add))(variable[57], variable[58]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[57]) /*AbstractArray::add*/;
-    variable[58] = variable[0];
-    variable[58] = ((lexer___Lexer___nil_array_t)CALL(variable[58],COLOR_lexer___Lexer___nil_array))(variable[58]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[58]) /*AbstractArray::add*/;
-    variable[59] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[60] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[60],COLOR_abstract_collection___SimpleCollection___add))(variable[60],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[60],COLOR_abstract_collection___SimpleCollection___add))(variable[60],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[60],COLOR_abstract_collection___SimpleCollection___add))(variable[60],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[59],COLOR_abstract_collection___SimpleCollection___add))(variable[59], variable[60]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[59]) /*AbstractArray::add*/;
-    variable[60] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[61] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[61],COLOR_abstract_collection___SimpleCollection___add))(variable[61],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[61],COLOR_abstract_collection___SimpleCollection___add))(variable[61],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[62] = TAG_Int(-UNTAG_Int( TAG_Int(11)));
-    ((array___AbstractArray___add_t)CALL(variable[61],COLOR_abstract_collection___SimpleCollection___add))(variable[61], variable[62]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[60],COLOR_abstract_collection___SimpleCollection___add))(variable[60], variable[61]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[60]) /*AbstractArray::add*/;
-    variable[61] = variable[0];
-    variable[61] = ((lexer___Lexer___nil_array_t)CALL(variable[61],COLOR_lexer___Lexer___nil_array))(variable[61]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[61]) /*AbstractArray::add*/;
-    variable[62] = variable[0];
-    variable[62] = ((lexer___Lexer___nil_array_t)CALL(variable[62],COLOR_lexer___Lexer___nil_array))(variable[62]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[62]) /*AbstractArray::add*/;
-    variable[63] = variable[0];
-    variable[63] = ((lexer___Lexer___nil_array_t)CALL(variable[63],COLOR_lexer___Lexer___nil_array))(variable[63]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[63]) /*AbstractArray::add*/;
-    variable[64] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[65] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[65],COLOR_abstract_collection___SimpleCollection___add))(variable[65],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[65],COLOR_abstract_collection___SimpleCollection___add))(variable[65],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[65],COLOR_abstract_collection___SimpleCollection___add))(variable[65],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[64],COLOR_abstract_collection___SimpleCollection___add))(variable[64], variable[65]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[64]) /*AbstractArray::add*/;
-    variable[65] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[66] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[66],COLOR_abstract_collection___SimpleCollection___add))(variable[66],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[66],COLOR_abstract_collection___SimpleCollection___add))(variable[66],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[66],COLOR_abstract_collection___SimpleCollection___add))(variable[66],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[65],COLOR_abstract_collection___SimpleCollection___add))(variable[65], variable[66]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[65]) /*AbstractArray::add*/;
-    variable[66] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[67] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[67],COLOR_abstract_collection___SimpleCollection___add))(variable[67],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[67],COLOR_abstract_collection___SimpleCollection___add))(variable[67],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[67],COLOR_abstract_collection___SimpleCollection___add))(variable[67],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[66],COLOR_abstract_collection___SimpleCollection___add))(variable[66], variable[67]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[66]) /*AbstractArray::add*/;
-    variable[67] = variable[0];
-    variable[67] = ((lexer___Lexer___nil_array_t)CALL(variable[67],COLOR_lexer___Lexer___nil_array))(variable[67]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[67]) /*AbstractArray::add*/;
-    variable[68] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[69] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[69],COLOR_abstract_collection___SimpleCollection___add))(variable[69],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[69],COLOR_abstract_collection___SimpleCollection___add))(variable[69],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[69],COLOR_abstract_collection___SimpleCollection___add))(variable[69],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[68],COLOR_abstract_collection___SimpleCollection___add))(variable[68], variable[69]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[68]) /*AbstractArray::add*/;
-    variable[69] = variable[0];
-    variable[69] = ((lexer___Lexer___nil_array_t)CALL(variable[69],COLOR_lexer___Lexer___nil_array))(variable[69]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[69]) /*AbstractArray::add*/;
-    variable[70] = variable[0];
-    variable[70] = ((lexer___Lexer___nil_array_t)CALL(variable[70],COLOR_lexer___Lexer___nil_array))(variable[70]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[70]) /*AbstractArray::add*/;
-    variable[71] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[72] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[72],COLOR_abstract_collection___SimpleCollection___add))(variable[72],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[72],COLOR_abstract_collection___SimpleCollection___add))(variable[72],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[73] = TAG_Int(-UNTAG_Int( TAG_Int(25)));
-    ((array___AbstractArray___add_t)CALL(variable[72],COLOR_abstract_collection___SimpleCollection___add))(variable[72], variable[73]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[71],COLOR_abstract_collection___SimpleCollection___add))(variable[71], variable[72]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[71]) /*AbstractArray::add*/;
-    variable[72] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[73] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[73],COLOR_abstract_collection___SimpleCollection___add))(variable[73],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[73],COLOR_abstract_collection___SimpleCollection___add))(variable[73],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[74] = TAG_Int(-UNTAG_Int( TAG_Int(25)));
-    ((array___AbstractArray___add_t)CALL(variable[73],COLOR_abstract_collection___SimpleCollection___add))(variable[73], variable[74]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[72],COLOR_abstract_collection___SimpleCollection___add))(variable[72], variable[73]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[72]) /*AbstractArray::add*/;
-    variable[73] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[74] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[74],COLOR_abstract_collection___SimpleCollection___add))(variable[74],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[74],COLOR_abstract_collection___SimpleCollection___add))(variable[74],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[75] = TAG_Int(-UNTAG_Int( TAG_Int(25)));
-    ((array___AbstractArray___add_t)CALL(variable[74],COLOR_abstract_collection___SimpleCollection___add))(variable[74], variable[75]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[73],COLOR_abstract_collection___SimpleCollection___add))(variable[73], variable[74]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[73]) /*AbstractArray::add*/;
-    variable[74] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[75] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[76] = TAG_Int(-UNTAG_Int( TAG_Int(25)));
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75], variable[76]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[74],COLOR_abstract_collection___SimpleCollection___add))(variable[74], variable[75]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[74]) /*AbstractArray::add*/;
-    variable[75] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[76] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[76],COLOR_abstract_collection___SimpleCollection___add))(variable[76],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[76],COLOR_abstract_collection___SimpleCollection___add))(variable[76],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[76],COLOR_abstract_collection___SimpleCollection___add))(variable[76],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75], variable[76]) /*AbstractArray::add*/;
-    variable[77] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77],  TAG_Int(90)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77],  TAG_Int(121)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75], variable[77]) /*AbstractArray::add*/;
-    variable[78] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78],  TAG_Int(95)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75], variable[78]) /*AbstractArray::add*/;
-    variable[79] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79],  TAG_Int(123)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[75],COLOR_abstract_collection___SimpleCollection___add))(variable[75], variable[79]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[75]) /*AbstractArray::add*/;
-    variable[76] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[77] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[78] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77], variable[78]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[76],COLOR_abstract_collection___SimpleCollection___add))(variable[76], variable[77]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[76]) /*AbstractArray::add*/;
-    variable[77] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[78] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[79] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78], variable[79]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[77],COLOR_abstract_collection___SimpleCollection___add))(variable[77], variable[78]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[77]) /*AbstractArray::add*/;
-    variable[78] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[79] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[80] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79], variable[80]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[78],COLOR_abstract_collection___SimpleCollection___add))(variable[78], variable[79]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[78]) /*AbstractArray::add*/;
-    variable[79] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[80] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[81] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[81]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[79],COLOR_abstract_collection___SimpleCollection___add))(variable[79], variable[80]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[79]) /*AbstractArray::add*/;
-    variable[80] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[81] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81],  TAG_Int(110)) /*AbstractArray::add*/;
-    variable[82] = TAG_Int(-UNTAG_Int( TAG_Int(32)));
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81], variable[82]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[81]) /*AbstractArray::add*/;
-    variable[82] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82],  TAG_Int(124)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[82]) /*AbstractArray::add*/;
-    variable[83] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[83]) /*AbstractArray::add*/;
-    variable[84] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(125)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[84]) /*AbstractArray::add*/;
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[80],COLOR_abstract_collection___SimpleCollection___add))(variable[80], variable[85]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[80]) /*AbstractArray::add*/;
-    variable[81] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[82] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[83] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82], variable[83]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81], variable[82]) /*AbstractArray::add*/;
-    variable[83] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81], variable[83]) /*AbstractArray::add*/;
-    variable[84] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(126)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81], variable[84]) /*AbstractArray::add*/;
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[81],COLOR_abstract_collection___SimpleCollection___add))(variable[81], variable[85]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[81]) /*AbstractArray::add*/;
-    variable[82] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[83] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[84] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83], variable[84]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82], variable[83]) /*AbstractArray::add*/;
-    variable[84] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82], variable[84]) /*AbstractArray::add*/;
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(127)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82], variable[85]) /*AbstractArray::add*/;
-    variable[86] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[82],COLOR_abstract_collection___SimpleCollection___add))(variable[82], variable[86]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[82]) /*AbstractArray::add*/;
-    variable[83] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[84] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[85] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84], variable[85]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83], variable[84]) /*AbstractArray::add*/;
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83], variable[85]) /*AbstractArray::add*/;
-    variable[86] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(128)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83], variable[86]) /*AbstractArray::add*/;
-    variable[87] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[83],COLOR_abstract_collection___SimpleCollection___add))(variable[83], variable[87]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[83]) /*AbstractArray::add*/;
-    variable[84] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[86] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85], variable[86]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84], variable[85]) /*AbstractArray::add*/;
-    variable[86] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(129)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84], variable[86]) /*AbstractArray::add*/;
-    variable[87] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[84],COLOR_abstract_collection___SimpleCollection___add))(variable[84], variable[87]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[84]) /*AbstractArray::add*/;
-    variable[85] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[86] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[87] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86], variable[87]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85], variable[86]) /*AbstractArray::add*/;
-    variable[87] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(130)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85], variable[87]) /*AbstractArray::add*/;
-    variable[88] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[85],COLOR_abstract_collection___SimpleCollection___add))(variable[85], variable[88]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[85]) /*AbstractArray::add*/;
-    variable[86] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[87] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[88] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87], variable[88]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86], variable[87]) /*AbstractArray::add*/;
-    variable[88] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(131)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86], variable[88]) /*AbstractArray::add*/;
-    variable[89] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[86],COLOR_abstract_collection___SimpleCollection___add))(variable[86], variable[89]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[86]) /*AbstractArray::add*/;
-    variable[87] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[88] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[89] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88], variable[89]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[87],COLOR_abstract_collection___SimpleCollection___add))(variable[87], variable[88]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[87]) /*AbstractArray::add*/;
-    variable[88] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[89] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89],  TAG_Int(114)) /*AbstractArray::add*/;
-    variable[90] = TAG_Int(-UNTAG_Int( TAG_Int(79)));
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89], variable[90]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88], variable[89]) /*AbstractArray::add*/;
-    variable[90] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90],  TAG_Int(132)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88], variable[90]) /*AbstractArray::add*/;
-    variable[91] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[88],COLOR_abstract_collection___SimpleCollection___add))(variable[88], variable[91]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[88]) /*AbstractArray::add*/;
-    variable[89] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[90] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90],  TAG_Int(99)) /*AbstractArray::add*/;
-    variable[91] = TAG_Int(-UNTAG_Int( TAG_Int(78)));
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90], variable[91]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89], variable[90]) /*AbstractArray::add*/;
-    variable[91] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(133)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89], variable[91]) /*AbstractArray::add*/;
-    variable[92] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[89],COLOR_abstract_collection___SimpleCollection___add))(variable[89], variable[92]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[89]) /*AbstractArray::add*/;
-    variable[90] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[91] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[92] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91], variable[92]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90], variable[91]) /*AbstractArray::add*/;
-    variable[92] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(134)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90], variable[92]) /*AbstractArray::add*/;
-    variable[93] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[90],COLOR_abstract_collection___SimpleCollection___add))(variable[90], variable[93]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[90]) /*AbstractArray::add*/;
-    variable[91] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[92] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[93] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92], variable[93]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91], variable[92]) /*AbstractArray::add*/;
-    variable[93] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(135)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91], variable[93]) /*AbstractArray::add*/;
-    variable[94] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[91],COLOR_abstract_collection___SimpleCollection___add))(variable[91], variable[94]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[91]) /*AbstractArray::add*/;
-    variable[92] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[93] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[94] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93], variable[94]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92], variable[93]) /*AbstractArray::add*/;
-    variable[94] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(136)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92], variable[94]) /*AbstractArray::add*/;
-    variable[95] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[92],COLOR_abstract_collection___SimpleCollection___add))(variable[92], variable[95]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[92]) /*AbstractArray::add*/;
-    variable[93] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[94] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[95] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94], variable[95]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[93],COLOR_abstract_collection___SimpleCollection___add))(variable[93], variable[94]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[93]) /*AbstractArray::add*/;
-    variable[94] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[95] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[96] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[96]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94], variable[95]) /*AbstractArray::add*/;
-    variable[96] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94], variable[96]) /*AbstractArray::add*/;
-    variable[97] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(137)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94], variable[97]) /*AbstractArray::add*/;
-    variable[98] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[94],COLOR_abstract_collection___SimpleCollection___add))(variable[94], variable[98]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[94]) /*AbstractArray::add*/;
-    variable[95] = NEW_Array_array___Array___with_capacity(TAG_Int(6)); /*new Array[Array[Int]]*/
-    variable[96] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[97] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96], variable[97]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[96]) /*AbstractArray::add*/;
-    variable[97] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[97]) /*AbstractArray::add*/;
-    variable[98] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(138)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[98]) /*AbstractArray::add*/;
-    variable[99] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[99]) /*AbstractArray::add*/;
-    variable[100] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(139)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[100]) /*AbstractArray::add*/;
-    variable[101] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[95],COLOR_abstract_collection___SimpleCollection___add))(variable[95], variable[101]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[95]) /*AbstractArray::add*/;
-    variable[96] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[97] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[98] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97], variable[98]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96], variable[97]) /*AbstractArray::add*/;
-    variable[98] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(140)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96], variable[98]) /*AbstractArray::add*/;
-    variable[99] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[96],COLOR_abstract_collection___SimpleCollection___add))(variable[96], variable[99]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[96]) /*AbstractArray::add*/;
-    variable[97] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[98] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[99] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98], variable[99]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97], variable[98]) /*AbstractArray::add*/;
-    variable[99] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(141)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97], variable[99]) /*AbstractArray::add*/;
-    variable[100] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[97],COLOR_abstract_collection___SimpleCollection___add))(variable[97], variable[100]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[97]) /*AbstractArray::add*/;
-    variable[98] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[99] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[100] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99], variable[100]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98], variable[99]) /*AbstractArray::add*/;
-    variable[100] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98], variable[100]) /*AbstractArray::add*/;
-    variable[101] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(142)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98], variable[101]) /*AbstractArray::add*/;
-    variable[102] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(120)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[98],COLOR_abstract_collection___SimpleCollection___add))(variable[98], variable[102]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[98]) /*AbstractArray::add*/;
-    variable[99] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[100] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[101] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100], variable[101]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99], variable[100]) /*AbstractArray::add*/;
-    variable[101] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(143)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99], variable[101]) /*AbstractArray::add*/;
-    variable[102] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[99],COLOR_abstract_collection___SimpleCollection___add))(variable[99], variable[102]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[99]) /*AbstractArray::add*/;
-    variable[100] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[101] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[102] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101], variable[102]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100], variable[101]) /*AbstractArray::add*/;
-    variable[102] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(144)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100], variable[102]) /*AbstractArray::add*/;
-    variable[103] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[100],COLOR_abstract_collection___SimpleCollection___add))(variable[100], variable[103]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[100]) /*AbstractArray::add*/;
-    variable[101] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[102] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[103] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102], variable[103]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101], variable[102]) /*AbstractArray::add*/;
-    variable[103] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101], variable[103]) /*AbstractArray::add*/;
-    variable[104] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104],  TAG_Int(145)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101], variable[104]) /*AbstractArray::add*/;
-    variable[105] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[101],COLOR_abstract_collection___SimpleCollection___add))(variable[101], variable[105]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[101]) /*AbstractArray::add*/;
-    variable[102] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[103] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[104] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103], variable[104]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[102],COLOR_abstract_collection___SimpleCollection___add))(variable[102], variable[103]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[102]) /*AbstractArray::add*/;
-    variable[103] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[104] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104],  TAG_Int(98)) /*AbstractArray::add*/;
-    variable[105] = TAG_Int(-UNTAG_Int( TAG_Int(98)));
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[105]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103], variable[104]) /*AbstractArray::add*/;
-    variable[105] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(146)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103], variable[105]) /*AbstractArray::add*/;
-    variable[106] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[103],COLOR_abstract_collection___SimpleCollection___add))(variable[103], variable[106]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[103]) /*AbstractArray::add*/;
-    variable[104] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[105] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[106] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[106]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[105]) /*AbstractArray::add*/;
-    variable[106] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(147)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[106]) /*AbstractArray::add*/;
-    variable[107] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[107]) /*AbstractArray::add*/;
-    variable[108] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(148)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[108]) /*AbstractArray::add*/;
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[104],COLOR_abstract_collection___SimpleCollection___add))(variable[104], variable[109]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[104]) /*AbstractArray::add*/;
-    variable[105] = NEW_Array_array___Array___with_capacity(TAG_Int(7)); /*new Array[Array[Int]]*/
-    variable[106] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[107] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106], variable[107]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[106]) /*AbstractArray::add*/;
-    variable[107] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(149)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[107]) /*AbstractArray::add*/;
-    variable[108] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[108]) /*AbstractArray::add*/;
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(150)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[109]) /*AbstractArray::add*/;
-    variable[110] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[110]) /*AbstractArray::add*/;
-    variable[111] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(151)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[111]) /*AbstractArray::add*/;
-    variable[112] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[105],COLOR_abstract_collection___SimpleCollection___add))(variable[105], variable[112]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[105]) /*AbstractArray::add*/;
-    variable[106] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[107] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[108] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107], variable[108]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106], variable[107]) /*AbstractArray::add*/;
-    variable[108] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(152)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106], variable[108]) /*AbstractArray::add*/;
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[106],COLOR_abstract_collection___SimpleCollection___add))(variable[106], variable[109]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[106]) /*AbstractArray::add*/;
-    variable[107] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[108] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[109] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108], variable[109]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107], variable[108]) /*AbstractArray::add*/;
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(153)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107], variable[109]) /*AbstractArray::add*/;
-    variable[110] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[107],COLOR_abstract_collection___SimpleCollection___add))(variable[107], variable[110]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[107]) /*AbstractArray::add*/;
-    variable[108] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109],  TAG_Int(111)) /*AbstractArray::add*/;
-    variable[110] = TAG_Int(-UNTAG_Int( TAG_Int(91)));
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109], variable[110]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108], variable[109]) /*AbstractArray::add*/;
-    variable[110] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(154)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108], variable[110]) /*AbstractArray::add*/;
-    variable[111] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[108],COLOR_abstract_collection___SimpleCollection___add))(variable[108], variable[111]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[108]) /*AbstractArray::add*/;
-    variable[109] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[110] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[111] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110], variable[111]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109], variable[110]) /*AbstractArray::add*/;
-    variable[111] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(155)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109], variable[111]) /*AbstractArray::add*/;
-    variable[112] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[109],COLOR_abstract_collection___SimpleCollection___add))(variable[109], variable[112]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[109]) /*AbstractArray::add*/;
-    variable[110] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[111] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[112] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111], variable[112]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110], variable[111]) /*AbstractArray::add*/;
-    variable[112] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110], variable[112]) /*AbstractArray::add*/;
-    variable[113] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(156)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110], variable[113]) /*AbstractArray::add*/;
-    variable[114] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[110],COLOR_abstract_collection___SimpleCollection___add))(variable[110], variable[114]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[110]) /*AbstractArray::add*/;
-    variable[111] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[112] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112],  TAG_Int(111)) /*AbstractArray::add*/;
-    variable[113] = TAG_Int(-UNTAG_Int( TAG_Int(91)));
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112], variable[113]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111], variable[112]) /*AbstractArray::add*/;
-    variable[113] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(157)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111], variable[113]) /*AbstractArray::add*/;
-    variable[114] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[111],COLOR_abstract_collection___SimpleCollection___add))(variable[111], variable[114]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[111]) /*AbstractArray::add*/;
-    variable[112] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[113] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[114] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113], variable[114]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112], variable[113]) /*AbstractArray::add*/;
-    variable[114] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(158)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112], variable[114]) /*AbstractArray::add*/;
-    variable[115] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[112],COLOR_abstract_collection___SimpleCollection___add))(variable[112], variable[115]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[112]) /*AbstractArray::add*/;
-    variable[113] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[114] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[115] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114], variable[115]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113], variable[114]) /*AbstractArray::add*/;
-    variable[115] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(159)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113], variable[115]) /*AbstractArray::add*/;
-    variable[116] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[113],COLOR_abstract_collection___SimpleCollection___add))(variable[113], variable[116]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[113]) /*AbstractArray::add*/;
-    variable[114] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[115] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[116] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115], variable[116]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114], variable[115]) /*AbstractArray::add*/;
-    variable[116] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(160)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114], variable[116]) /*AbstractArray::add*/;
-    variable[117] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[114],COLOR_abstract_collection___SimpleCollection___add))(variable[114], variable[117]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[114]) /*AbstractArray::add*/;
-    variable[115] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[116] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[117] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116], variable[117]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115], variable[116]) /*AbstractArray::add*/;
-    variable[117] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(161)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115], variable[117]) /*AbstractArray::add*/;
-    variable[118] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[115],COLOR_abstract_collection___SimpleCollection___add))(variable[115], variable[118]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[115]) /*AbstractArray::add*/;
-    variable[116] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[117] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[118] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117], variable[118]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116], variable[117]) /*AbstractArray::add*/;
-    variable[118] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(162)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116], variable[118]) /*AbstractArray::add*/;
-    variable[119] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[116],COLOR_abstract_collection___SimpleCollection___add))(variable[116], variable[119]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[116]) /*AbstractArray::add*/;
-    variable[117] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[118] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[119] = TAG_Int(-UNTAG_Int( TAG_Int(47)));
-    ((array___AbstractArray___add_t)CALL(variable[118],COLOR_abstract_collection___SimpleCollection___add))(variable[118], variable[119]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[117],COLOR_abstract_collection___SimpleCollection___add))(variable[117], variable[118]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[117]) /*AbstractArray::add*/;
-    variable[118] = variable[0];
-    variable[118] = ((lexer___Lexer___nil_array_t)CALL(variable[118],COLOR_lexer___Lexer___nil_array))(variable[118]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[118]) /*AbstractArray::add*/;
-    variable[119] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[120] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[120],COLOR_abstract_collection___SimpleCollection___add))(variable[120],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[120],COLOR_abstract_collection___SimpleCollection___add))(variable[120],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[120],COLOR_abstract_collection___SimpleCollection___add))(variable[120],  TAG_Int(163)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119], variable[120]) /*AbstractArray::add*/;
-    variable[121] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[121],COLOR_abstract_collection___SimpleCollection___add))(variable[121],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[121],COLOR_abstract_collection___SimpleCollection___add))(variable[121],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[121],COLOR_abstract_collection___SimpleCollection___add))(variable[121],  TAG_Int(163)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119], variable[121]) /*AbstractArray::add*/;
-    variable[122] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122],  TAG_Int(163)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[119],COLOR_abstract_collection___SimpleCollection___add))(variable[119], variable[122]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[119]) /*AbstractArray::add*/;
-    variable[120] = variable[0];
-    variable[120] = ((lexer___Lexer___nil_array_t)CALL(variable[120],COLOR_lexer___Lexer___nil_array))(variable[120]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[120]) /*AbstractArray::add*/;
-    variable[121] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[122] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[123] = TAG_Int(-UNTAG_Int( TAG_Int(8)));
-    ((array___AbstractArray___add_t)CALL(variable[122],COLOR_abstract_collection___SimpleCollection___add))(variable[122], variable[123]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[121],COLOR_abstract_collection___SimpleCollection___add))(variable[121], variable[122]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[121]) /*AbstractArray::add*/;
-    variable[122] = variable[0];
-    variable[122] = ((lexer___Lexer___nil_array_t)CALL(variable[122],COLOR_lexer___Lexer___nil_array))(variable[122]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[122]) /*AbstractArray::add*/;
-    variable[123] = variable[0];
-    variable[123] = ((lexer___Lexer___nil_array_t)CALL(variable[123],COLOR_lexer___Lexer___nil_array))(variable[123]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[123]) /*AbstractArray::add*/;
-    variable[124] = variable[0];
-    variable[124] = ((lexer___Lexer___nil_array_t)CALL(variable[124],COLOR_lexer___Lexer___nil_array))(variable[124]) /*Lexer::nil_array*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[124]) /*AbstractArray::add*/;
-    variable[125] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[126] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[126],COLOR_abstract_collection___SimpleCollection___add))(variable[126],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[126],COLOR_abstract_collection___SimpleCollection___add))(variable[126],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[127] = TAG_Int(-UNTAG_Int( TAG_Int(72)));
-    ((array___AbstractArray___add_t)CALL(variable[126],COLOR_abstract_collection___SimpleCollection___add))(variable[126], variable[127]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[125],COLOR_abstract_collection___SimpleCollection___add))(variable[125], variable[126]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[125]) /*AbstractArray::add*/;
-    variable[126] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[127] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[127],COLOR_abstract_collection___SimpleCollection___add))(variable[127],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[127],COLOR_abstract_collection___SimpleCollection___add))(variable[127],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[128] = TAG_Int(-UNTAG_Int( TAG_Int(72)));
-    ((array___AbstractArray___add_t)CALL(variable[127],COLOR_abstract_collection___SimpleCollection___add))(variable[127], variable[128]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[126],COLOR_abstract_collection___SimpleCollection___add))(variable[126], variable[127]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[126]) /*AbstractArray::add*/;
-    variable[127] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[128] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[128],COLOR_abstract_collection___SimpleCollection___add))(variable[128],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[128],COLOR_abstract_collection___SimpleCollection___add))(variable[128],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[129] = TAG_Int(-UNTAG_Int( TAG_Int(72)));
-    ((array___AbstractArray___add_t)CALL(variable[128],COLOR_abstract_collection___SimpleCollection___add))(variable[128], variable[129]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[127],COLOR_abstract_collection___SimpleCollection___add))(variable[127], variable[128]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[127]) /*AbstractArray::add*/;
-    variable[128] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[129] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[130] = TAG_Int(-UNTAG_Int( TAG_Int(72)));
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129], variable[130]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[128],COLOR_abstract_collection___SimpleCollection___add))(variable[128], variable[129]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[128]) /*AbstractArray::add*/;
-    variable[129] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[130] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[131] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130], variable[131]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129], variable[130]) /*AbstractArray::add*/;
-    variable[131] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131],  TAG_Int(164)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129], variable[131]) /*AbstractArray::add*/;
-    variable[132] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[129],COLOR_abstract_collection___SimpleCollection___add))(variable[129], variable[132]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[129]) /*AbstractArray::add*/;
-    variable[130] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[131] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[132] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131], variable[132]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130], variable[131]) /*AbstractArray::add*/;
-    variable[132] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(165)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130], variable[132]) /*AbstractArray::add*/;
-    variable[133] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[130],COLOR_abstract_collection___SimpleCollection___add))(variable[130], variable[133]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[130]) /*AbstractArray::add*/;
-    variable[131] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[132] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[133] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132], variable[133]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[131],COLOR_abstract_collection___SimpleCollection___add))(variable[131], variable[132]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[131]) /*AbstractArray::add*/;
-    variable[132] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[133] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[134] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133], variable[134]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132], variable[133]) /*AbstractArray::add*/;
-    variable[134] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134],  TAG_Int(166)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132], variable[134]) /*AbstractArray::add*/;
-    variable[135] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[132],COLOR_abstract_collection___SimpleCollection___add))(variable[132], variable[135]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[132]) /*AbstractArray::add*/;
-    variable[133] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[134] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[135] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134], variable[135]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133], variable[134]) /*AbstractArray::add*/;
-    variable[135] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(167)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133], variable[135]) /*AbstractArray::add*/;
-    variable[136] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[133],COLOR_abstract_collection___SimpleCollection___add))(variable[133], variable[136]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[133]) /*AbstractArray::add*/;
-    variable[134] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[135] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[136] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135], variable[136]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134], variable[135]) /*AbstractArray::add*/;
-    variable[136] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(168)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134], variable[136]) /*AbstractArray::add*/;
-    variable[137] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[134],COLOR_abstract_collection___SimpleCollection___add))(variable[134], variable[137]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[134]) /*AbstractArray::add*/;
-    variable[135] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[136] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136],  TAG_Int(114)) /*AbstractArray::add*/;
-    variable[137] = TAG_Int(-UNTAG_Int( TAG_Int(79)));
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136], variable[137]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135], variable[136]) /*AbstractArray::add*/;
-    variable[137] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(169)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135], variable[137]) /*AbstractArray::add*/;
-    variable[138] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[135],COLOR_abstract_collection___SimpleCollection___add))(variable[135], variable[138]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[135]) /*AbstractArray::add*/;
-    variable[136] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[137] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[138] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137], variable[138]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136], variable[137]) /*AbstractArray::add*/;
-    variable[138] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(170)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136], variable[138]) /*AbstractArray::add*/;
-    variable[139] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[136],COLOR_abstract_collection___SimpleCollection___add))(variable[136], variable[139]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[136]) /*AbstractArray::add*/;
-    variable[137] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[138] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[139] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138], variable[139]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137], variable[138]) /*AbstractArray::add*/;
-    variable[139] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(171)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137], variable[139]) /*AbstractArray::add*/;
-    variable[140] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[137],COLOR_abstract_collection___SimpleCollection___add))(variable[137], variable[140]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[137]) /*AbstractArray::add*/;
-    variable[138] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[139] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[140] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139], variable[140]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[138],COLOR_abstract_collection___SimpleCollection___add))(variable[138], variable[139]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[138]) /*AbstractArray::add*/;
-    variable[139] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[140] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[141] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140], variable[141]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139], variable[140]) /*AbstractArray::add*/;
-    variable[141] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141],  TAG_Int(172)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139], variable[141]) /*AbstractArray::add*/;
-    variable[142] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[139],COLOR_abstract_collection___SimpleCollection___add))(variable[139], variable[142]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[139]) /*AbstractArray::add*/;
-    variable[140] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[141] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141],  TAG_Int(114)) /*AbstractArray::add*/;
-    variable[142] = TAG_Int(-UNTAG_Int( TAG_Int(79)));
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141], variable[142]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140], variable[141]) /*AbstractArray::add*/;
-    variable[142] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(173)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140], variable[142]) /*AbstractArray::add*/;
-    variable[143] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[140],COLOR_abstract_collection___SimpleCollection___add))(variable[140], variable[143]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[140]) /*AbstractArray::add*/;
-    variable[141] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[142] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[143] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142], variable[143]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[141],COLOR_abstract_collection___SimpleCollection___add))(variable[141], variable[142]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[141]) /*AbstractArray::add*/;
-    variable[142] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[143] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143],  TAG_Int(110)) /*AbstractArray::add*/;
-    variable[144] = TAG_Int(-UNTAG_Int( TAG_Int(32)));
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143], variable[144]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142], variable[143]) /*AbstractArray::add*/;
-    variable[144] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144],  TAG_Int(174)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142], variable[144]) /*AbstractArray::add*/;
-    variable[145] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(112)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[142],COLOR_abstract_collection___SimpleCollection___add))(variable[142], variable[145]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[142]) /*AbstractArray::add*/;
-    variable[143] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[144] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[145] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[145]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143], variable[144]) /*AbstractArray::add*/;
-    variable[145] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(175)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143], variable[145]) /*AbstractArray::add*/;
-    variable[146] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[143],COLOR_abstract_collection___SimpleCollection___add))(variable[143], variable[146]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[143]) /*AbstractArray::add*/;
-    variable[144] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[145] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[146] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145], variable[146]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[145]) /*AbstractArray::add*/;
-    variable[146] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(176)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[146]) /*AbstractArray::add*/;
-    variable[147] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147],  TAG_Int(113)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[147]) /*AbstractArray::add*/;
-    variable[148] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(177)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[148]) /*AbstractArray::add*/;
-    variable[149] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[144],COLOR_abstract_collection___SimpleCollection___add))(variable[144], variable[149]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[144]) /*AbstractArray::add*/;
-    variable[145] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[146] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[147] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146], variable[147]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[145],COLOR_abstract_collection___SimpleCollection___add))(variable[145], variable[146]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[145]) /*AbstractArray::add*/;
-    variable[146] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[147] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147],  TAG_Int(103)) /*AbstractArray::add*/;
-    variable[148] = TAG_Int(-UNTAG_Int( TAG_Int(43)));
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147], variable[148]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146], variable[147]) /*AbstractArray::add*/;
-    variable[148] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(178)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146], variable[148]) /*AbstractArray::add*/;
-    variable[149] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[146],COLOR_abstract_collection___SimpleCollection___add))(variable[146], variable[149]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[146]) /*AbstractArray::add*/;
-    variable[147] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[148] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[149] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148], variable[149]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[147],COLOR_abstract_collection___SimpleCollection___add))(variable[147], variable[148]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[147]) /*AbstractArray::add*/;
-    variable[148] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[149] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[150] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149], variable[150]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[148],COLOR_abstract_collection___SimpleCollection___add))(variable[148], variable[149]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[148]) /*AbstractArray::add*/;
-    variable[149] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[150] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[151] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150], variable[151]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149], variable[150]) /*AbstractArray::add*/;
-    variable[151] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151],  TAG_Int(179)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149], variable[151]) /*AbstractArray::add*/;
-    variable[152] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[149],COLOR_abstract_collection___SimpleCollection___add))(variable[149], variable[152]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[149]) /*AbstractArray::add*/;
-    variable[150] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[151] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[152] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151], variable[152]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150], variable[151]) /*AbstractArray::add*/;
-    variable[152] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(180)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150], variable[152]) /*AbstractArray::add*/;
-    variable[153] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[150],COLOR_abstract_collection___SimpleCollection___add))(variable[150], variable[153]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[150]) /*AbstractArray::add*/;
-    variable[151] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[152] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[153] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152], variable[153]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151], variable[152]) /*AbstractArray::add*/;
-    variable[153] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151], variable[153]) /*AbstractArray::add*/;
-    variable[154] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(181)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151], variable[154]) /*AbstractArray::add*/;
-    variable[155] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[151],COLOR_abstract_collection___SimpleCollection___add))(variable[151], variable[155]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[151]) /*AbstractArray::add*/;
-    variable[152] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[153] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[154] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153], variable[154]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152], variable[153]) /*AbstractArray::add*/;
-    variable[154] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152], variable[154]) /*AbstractArray::add*/;
-    variable[155] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(182)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152], variable[155]) /*AbstractArray::add*/;
-    variable[156] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[152],COLOR_abstract_collection___SimpleCollection___add))(variable[152], variable[156]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[152]) /*AbstractArray::add*/;
-    variable[153] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[154] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[155] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154], variable[155]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153], variable[154]) /*AbstractArray::add*/;
-    variable[155] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(183)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153], variable[155]) /*AbstractArray::add*/;
-    variable[156] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[153],COLOR_abstract_collection___SimpleCollection___add))(variable[153], variable[156]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[153]) /*AbstractArray::add*/;
-    variable[154] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[155] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155],  TAG_Int(99)) /*AbstractArray::add*/;
-    variable[156] = TAG_Int(-UNTAG_Int( TAG_Int(78)));
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155], variable[156]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154], variable[155]) /*AbstractArray::add*/;
-    variable[156] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(184)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154], variable[156]) /*AbstractArray::add*/;
-    variable[157] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[154],COLOR_abstract_collection___SimpleCollection___add))(variable[154], variable[157]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[154]) /*AbstractArray::add*/;
-    variable[155] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[156] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[157] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156], variable[157]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155], variable[156]) /*AbstractArray::add*/;
-    variable[157] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(185)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155], variable[157]) /*AbstractArray::add*/;
-    variable[158] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[155],COLOR_abstract_collection___SimpleCollection___add))(variable[155], variable[158]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[155]) /*AbstractArray::add*/;
-    variable[156] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[157] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157],  TAG_Int(116)) /*AbstractArray::add*/;
-    variable[158] = TAG_Int(-UNTAG_Int( TAG_Int(107)));
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157], variable[158]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156], variable[157]) /*AbstractArray::add*/;
-    variable[158] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(186)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156], variable[158]) /*AbstractArray::add*/;
-    variable[159] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[156],COLOR_abstract_collection___SimpleCollection___add))(variable[156], variable[159]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[156]) /*AbstractArray::add*/;
-    variable[157] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[158] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158],  TAG_Int(101)) /*AbstractArray::add*/;
-    variable[159] = TAG_Int(-UNTAG_Int( TAG_Int(36)));
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158], variable[159]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157], variable[158]) /*AbstractArray::add*/;
-    variable[159] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(187)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157], variable[159]) /*AbstractArray::add*/;
-    variable[160] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[157],COLOR_abstract_collection___SimpleCollection___add))(variable[157], variable[160]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[157]) /*AbstractArray::add*/;
-    variable[158] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[159] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159],  TAG_Int(98)) /*AbstractArray::add*/;
-    variable[160] = TAG_Int(-UNTAG_Int( TAG_Int(98)));
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159], variable[160]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158], variable[159]) /*AbstractArray::add*/;
-    variable[160] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(188)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158], variable[160]) /*AbstractArray::add*/;
-    variable[161] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[158],COLOR_abstract_collection___SimpleCollection___add))(variable[158], variable[161]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[158]) /*AbstractArray::add*/;
-    variable[159] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[160] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[161] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160], variable[161]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159], variable[160]) /*AbstractArray::add*/;
-    variable[161] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(189)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159], variable[161]) /*AbstractArray::add*/;
-    variable[162] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[159],COLOR_abstract_collection___SimpleCollection___add))(variable[159], variable[162]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[159]) /*AbstractArray::add*/;
-    variable[160] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[161] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[162] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161], variable[162]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160], variable[161]) /*AbstractArray::add*/;
-    variable[162] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(190)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160], variable[162]) /*AbstractArray::add*/;
-    variable[163] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[160],COLOR_abstract_collection___SimpleCollection___add))(variable[160], variable[163]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[160]) /*AbstractArray::add*/;
-    variable[161] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[162] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[163] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162], variable[163]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161], variable[162]) /*AbstractArray::add*/;
-    variable[163] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(191)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161], variable[163]) /*AbstractArray::add*/;
-    variable[164] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[161],COLOR_abstract_collection___SimpleCollection___add))(variable[161], variable[164]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[161]) /*AbstractArray::add*/;
-    variable[162] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[163] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[164] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163], variable[164]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162], variable[163]) /*AbstractArray::add*/;
-    variable[164] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(192)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162], variable[164]) /*AbstractArray::add*/;
-    variable[165] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[162],COLOR_abstract_collection___SimpleCollection___add))(variable[162], variable[165]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[162]) /*AbstractArray::add*/;
-    variable[163] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[164] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164],  TAG_Int(117)) /*AbstractArray::add*/;
-    variable[165] = TAG_Int(-UNTAG_Int( TAG_Int(149)));
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164], variable[165]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163], variable[164]) /*AbstractArray::add*/;
-    variable[165] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(193)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163], variable[165]) /*AbstractArray::add*/;
-    variable[166] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166],  TAG_Int(119)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[163],COLOR_abstract_collection___SimpleCollection___add))(variable[163], variable[166]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[163]) /*AbstractArray::add*/;
-    variable[164] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[165] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[166] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165], variable[166]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[164],COLOR_abstract_collection___SimpleCollection___add))(variable[164], variable[165]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[164]) /*AbstractArray::add*/;
-    variable[165] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[166] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[167] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166], variable[167]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165], variable[166]) /*AbstractArray::add*/;
-    variable[167] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167],  TAG_Int(194)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165], variable[167]) /*AbstractArray::add*/;
-    variable[168] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[165],COLOR_abstract_collection___SimpleCollection___add))(variable[165], variable[168]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[165]) /*AbstractArray::add*/;
-    variable[166] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[167] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167],  TAG_Int(103)) /*AbstractArray::add*/;
-    variable[168] = TAG_Int(-UNTAG_Int( TAG_Int(43)));
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167], variable[168]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166], variable[167]) /*AbstractArray::add*/;
-    variable[168] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(195)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166], variable[168]) /*AbstractArray::add*/;
-    variable[169] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[166],COLOR_abstract_collection___SimpleCollection___add))(variable[166], variable[169]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[166]) /*AbstractArray::add*/;
-    variable[167] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[168] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[169] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168], variable[169]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167], variable[168]) /*AbstractArray::add*/;
-    variable[169] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(196)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167], variable[169]) /*AbstractArray::add*/;
-    variable[170] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[167],COLOR_abstract_collection___SimpleCollection___add))(variable[167], variable[170]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[167]) /*AbstractArray::add*/;
-    variable[168] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[169] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169],  TAG_Int(255)) /*AbstractArray::add*/;
-    variable[170] = TAG_Int(-UNTAG_Int( TAG_Int(47)));
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169], variable[170]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[168],COLOR_abstract_collection___SimpleCollection___add))(variable[168], variable[169]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[168]) /*AbstractArray::add*/;
-    variable[169] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[170] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[171] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170], variable[171]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169], variable[170]) /*AbstractArray::add*/;
-    variable[171] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171],  TAG_Int(197)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169], variable[171]) /*AbstractArray::add*/;
-    variable[172] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[169],COLOR_abstract_collection___SimpleCollection___add))(variable[169], variable[172]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[169]) /*AbstractArray::add*/;
-    variable[170] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[171] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[172] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171], variable[172]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170], variable[171]) /*AbstractArray::add*/;
-    variable[172] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(198)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170], variable[172]) /*AbstractArray::add*/;
-    variable[173] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[170],COLOR_abstract_collection___SimpleCollection___add))(variable[170], variable[173]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[170]) /*AbstractArray::add*/;
-    variable[171] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[172] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[173] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172], variable[173]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171], variable[172]) /*AbstractArray::add*/;
-    variable[173] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(199)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171], variable[173]) /*AbstractArray::add*/;
-    variable[174] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[171],COLOR_abstract_collection___SimpleCollection___add))(variable[171], variable[174]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[171]) /*AbstractArray::add*/;
-    variable[172] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[173] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[174] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173], variable[174]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[172],COLOR_abstract_collection___SimpleCollection___add))(variable[172], variable[173]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[172]) /*AbstractArray::add*/;
-    variable[173] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[174] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174],  TAG_Int(106)) /*AbstractArray::add*/;
-    variable[175] = TAG_Int(-UNTAG_Int( TAG_Int(148)));
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174], variable[175]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173], variable[174]) /*AbstractArray::add*/;
-    variable[175] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175],  TAG_Int(107)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175],  TAG_Int(200)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173], variable[175]) /*AbstractArray::add*/;
-    variable[176] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[173],COLOR_abstract_collection___SimpleCollection___add))(variable[173], variable[176]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[173]) /*AbstractArray::add*/;
-    variable[174] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[175] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175],  TAG_Int(114)) /*AbstractArray::add*/;
-    variable[176] = TAG_Int(-UNTAG_Int( TAG_Int(79)));
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175], variable[176]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174], variable[175]) /*AbstractArray::add*/;
-    variable[176] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(201)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174], variable[176]) /*AbstractArray::add*/;
-    variable[177] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[174],COLOR_abstract_collection___SimpleCollection___add))(variable[174], variable[177]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[174]) /*AbstractArray::add*/;
-    variable[175] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[176] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[177] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176], variable[177]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175], variable[176]) /*AbstractArray::add*/;
-    variable[177] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(202)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175], variable[177]) /*AbstractArray::add*/;
-    variable[178] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[175],COLOR_abstract_collection___SimpleCollection___add))(variable[175], variable[178]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[175]) /*AbstractArray::add*/;
-    variable[176] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[177] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[178] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177], variable[178]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[176],COLOR_abstract_collection___SimpleCollection___add))(variable[176], variable[177]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[176]) /*AbstractArray::add*/;
-    variable[177] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[178] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[179] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178], variable[179]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177], variable[178]) /*AbstractArray::add*/;
-    variable[179] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179],  TAG_Int(203)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177], variable[179]) /*AbstractArray::add*/;
-    variable[180] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[177],COLOR_abstract_collection___SimpleCollection___add))(variable[177], variable[180]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[177]) /*AbstractArray::add*/;
-    variable[178] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[179] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[180] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179], variable[180]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178], variable[179]) /*AbstractArray::add*/;
-    variable[180] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(204)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178], variable[180]) /*AbstractArray::add*/;
-    variable[181] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[178],COLOR_abstract_collection___SimpleCollection___add))(variable[178], variable[181]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[178]) /*AbstractArray::add*/;
-    variable[179] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[180] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[181] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180], variable[181]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179], variable[180]) /*AbstractArray::add*/;
-    variable[181] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(205)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179], variable[181]) /*AbstractArray::add*/;
-    variable[182] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[179],COLOR_abstract_collection___SimpleCollection___add))(variable[179], variable[182]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[179]) /*AbstractArray::add*/;
-    variable[180] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[181] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[182] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181], variable[182]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[180],COLOR_abstract_collection___SimpleCollection___add))(variable[180], variable[181]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[180]) /*AbstractArray::add*/;
-    variable[181] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[182] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[183] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182], variable[183]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181], variable[182]) /*AbstractArray::add*/;
-    variable[183] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183],  TAG_Int(206)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181], variable[183]) /*AbstractArray::add*/;
-    variable[184] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[181],COLOR_abstract_collection___SimpleCollection___add))(variable[181], variable[184]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[181]) /*AbstractArray::add*/;
-    variable[182] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[183] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183],  TAG_Int(116)) /*AbstractArray::add*/;
-    variable[184] = TAG_Int(-UNTAG_Int( TAG_Int(107)));
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183], variable[184]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182], variable[183]) /*AbstractArray::add*/;
-    variable[184] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(207)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182], variable[184]) /*AbstractArray::add*/;
-    variable[185] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[182],COLOR_abstract_collection___SimpleCollection___add))(variable[182], variable[185]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[182]) /*AbstractArray::add*/;
-    variable[183] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[184] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[185] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184], variable[185]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[183],COLOR_abstract_collection___SimpleCollection___add))(variable[183], variable[184]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[183]) /*AbstractArray::add*/;
-    variable[184] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[185] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[186] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185], variable[186]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[184],COLOR_abstract_collection___SimpleCollection___add))(variable[184], variable[185]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[184]) /*AbstractArray::add*/;
-    variable[185] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[186] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[187] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186], variable[187]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[185],COLOR_abstract_collection___SimpleCollection___add))(variable[185], variable[186]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[185]) /*AbstractArray::add*/;
-    variable[186] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[187] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[188] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187], variable[188]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186], variable[187]) /*AbstractArray::add*/;
-    variable[188] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188],  TAG_Int(208)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186], variable[188]) /*AbstractArray::add*/;
-    variable[189] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[186],COLOR_abstract_collection___SimpleCollection___add))(variable[186], variable[189]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[186]) /*AbstractArray::add*/;
-    variable[187] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[188] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[189] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188], variable[189]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187], variable[188]) /*AbstractArray::add*/;
-    variable[189] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(209)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187], variable[189]) /*AbstractArray::add*/;
-    variable[190] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[187],COLOR_abstract_collection___SimpleCollection___add))(variable[187], variable[190]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[187]) /*AbstractArray::add*/;
-    variable[188] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[189] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[190] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189], variable[190]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188], variable[189]) /*AbstractArray::add*/;
-    variable[190] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(210)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188], variable[190]) /*AbstractArray::add*/;
-    variable[191] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[188],COLOR_abstract_collection___SimpleCollection___add))(variable[188], variable[191]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[188]) /*AbstractArray::add*/;
-    variable[189] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[190] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[191] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190], variable[191]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189], variable[190]) /*AbstractArray::add*/;
-    variable[191] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(211)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189], variable[191]) /*AbstractArray::add*/;
-    variable[192] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[189],COLOR_abstract_collection___SimpleCollection___add))(variable[189], variable[192]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[189]) /*AbstractArray::add*/;
-    variable[190] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[191] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191],  TAG_Int(101)) /*AbstractArray::add*/;
-    variable[192] = TAG_Int(-UNTAG_Int( TAG_Int(36)));
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191], variable[192]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190], variable[191]) /*AbstractArray::add*/;
-    variable[192] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(212)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190], variable[192]) /*AbstractArray::add*/;
-    variable[193] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[190],COLOR_abstract_collection___SimpleCollection___add))(variable[190], variable[193]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[190]) /*AbstractArray::add*/;
-    variable[191] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[192] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[193] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192], variable[193]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191], variable[192]) /*AbstractArray::add*/;
-    variable[193] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(213)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191], variable[193]) /*AbstractArray::add*/;
-    variable[194] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[191],COLOR_abstract_collection___SimpleCollection___add))(variable[191], variable[194]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[191]) /*AbstractArray::add*/;
-    variable[192] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[193] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[194] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193], variable[194]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[192],COLOR_abstract_collection___SimpleCollection___add))(variable[192], variable[193]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[192]) /*AbstractArray::add*/;
-    variable[193] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[194] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194],  TAG_Int(104)) /*AbstractArray::add*/;
-    variable[195] = TAG_Int(-UNTAG_Int( TAG_Int(92)));
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194], variable[195]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193], variable[194]) /*AbstractArray::add*/;
-    variable[195] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195],  TAG_Int(105)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195],  TAG_Int(214)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193], variable[195]) /*AbstractArray::add*/;
-    variable[196] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(106)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[193],COLOR_abstract_collection___SimpleCollection___add))(variable[193], variable[196]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[193]) /*AbstractArray::add*/;
-    variable[194] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[195] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[196] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195], variable[196]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194], variable[195]) /*AbstractArray::add*/;
-    variable[196] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(215)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194], variable[196]) /*AbstractArray::add*/;
-    variable[197] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[194],COLOR_abstract_collection___SimpleCollection___add))(variable[194], variable[197]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[194]) /*AbstractArray::add*/;
-    variable[195] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[196] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[197] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196], variable[197]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[195],COLOR_abstract_collection___SimpleCollection___add))(variable[195], variable[196]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[195]) /*AbstractArray::add*/;
-    variable[196] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[197] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[198] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197], variable[198]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[196],COLOR_abstract_collection___SimpleCollection___add))(variable[196], variable[197]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[196]) /*AbstractArray::add*/;
-    variable[197] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[198] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[199] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198], variable[199]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[197],COLOR_abstract_collection___SimpleCollection___add))(variable[197], variable[198]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[197]) /*AbstractArray::add*/;
-    variable[198] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[199] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[200] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199], variable[200]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198], variable[199]) /*AbstractArray::add*/;
-    variable[200] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200],  TAG_Int(216)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198], variable[200]) /*AbstractArray::add*/;
-    variable[201] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[198],COLOR_abstract_collection___SimpleCollection___add))(variable[198], variable[201]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[198]) /*AbstractArray::add*/;
-    variable[199] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[200] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[201] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200], variable[201]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199], variable[200]) /*AbstractArray::add*/;
-    variable[201] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(217)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199], variable[201]) /*AbstractArray::add*/;
-    variable[202] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[199],COLOR_abstract_collection___SimpleCollection___add))(variable[199], variable[202]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[199]) /*AbstractArray::add*/;
-    variable[200] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[201] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[202] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201], variable[202]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[200],COLOR_abstract_collection___SimpleCollection___add))(variable[200], variable[201]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[200]) /*AbstractArray::add*/;
-    variable[201] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[202] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[203] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202], variable[203]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201], variable[202]) /*AbstractArray::add*/;
-    variable[203] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203],  TAG_Int(218)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201], variable[203]) /*AbstractArray::add*/;
-    variable[204] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[201],COLOR_abstract_collection___SimpleCollection___add))(variable[201], variable[204]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[201]) /*AbstractArray::add*/;
-    variable[202] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[203] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[204] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203], variable[204]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[202],COLOR_abstract_collection___SimpleCollection___add))(variable[202], variable[203]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[202]) /*AbstractArray::add*/;
-    variable[203] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[204] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[205] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204], variable[205]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203], variable[204]) /*AbstractArray::add*/;
-    variable[205] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205],  TAG_Int(219)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203], variable[205]) /*AbstractArray::add*/;
-    variable[206] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[203],COLOR_abstract_collection___SimpleCollection___add))(variable[203], variable[206]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[203]) /*AbstractArray::add*/;
-    variable[204] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[205] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[206] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205], variable[206]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204], variable[205]) /*AbstractArray::add*/;
-    variable[206] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(220)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204], variable[206]) /*AbstractArray::add*/;
-    variable[207] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[204],COLOR_abstract_collection___SimpleCollection___add))(variable[204], variable[207]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[204]) /*AbstractArray::add*/;
-    variable[205] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[206] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[207] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206], variable[207]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[205],COLOR_abstract_collection___SimpleCollection___add))(variable[205], variable[206]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[205]) /*AbstractArray::add*/;
-    variable[206] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[207] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[208] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207], variable[208]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[206],COLOR_abstract_collection___SimpleCollection___add))(variable[206], variable[207]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[206]) /*AbstractArray::add*/;
-    variable[207] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[208] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[209] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208], variable[209]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207], variable[208]) /*AbstractArray::add*/;
-    variable[209] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209],  TAG_Int(221)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207], variable[209]) /*AbstractArray::add*/;
-    variable[210] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[207],COLOR_abstract_collection___SimpleCollection___add))(variable[207], variable[210]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[207]) /*AbstractArray::add*/;
-    variable[208] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[209] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[210] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209], variable[210]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208], variable[209]) /*AbstractArray::add*/;
-    variable[210] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(222)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208], variable[210]) /*AbstractArray::add*/;
-    variable[211] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[208],COLOR_abstract_collection___SimpleCollection___add))(variable[208], variable[211]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[208]) /*AbstractArray::add*/;
-    variable[209] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[210] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[211] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210], variable[211]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[209],COLOR_abstract_collection___SimpleCollection___add))(variable[209], variable[210]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[209]) /*AbstractArray::add*/;
-    variable[210] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[211] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[212] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[212]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210], variable[211]) /*AbstractArray::add*/;
-    variable[212] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212],  TAG_Int(223)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210], variable[212]) /*AbstractArray::add*/;
-    variable[213] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[210],COLOR_abstract_collection___SimpleCollection___add))(variable[210], variable[213]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[210]) /*AbstractArray::add*/;
-    variable[211] = NEW_Array_array___Array___with_capacity(TAG_Int(5)); /*new Array[Array[Int]]*/
-    variable[212] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212],  TAG_Int(101)) /*AbstractArray::add*/;
-    variable[213] = TAG_Int(-UNTAG_Int( TAG_Int(36)));
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212], variable[213]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[212]) /*AbstractArray::add*/;
-    variable[213] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(224)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[213]) /*AbstractArray::add*/;
-    variable[214] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[214]) /*AbstractArray::add*/;
-    variable[215] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(225)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[215]) /*AbstractArray::add*/;
-    variable[216] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[211],COLOR_abstract_collection___SimpleCollection___add))(variable[211], variable[216]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[211]) /*AbstractArray::add*/;
-    variable[212] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[213] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213],  TAG_Int(99)) /*AbstractArray::add*/;
-    variable[214] = TAG_Int(-UNTAG_Int( TAG_Int(78)));
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213], variable[214]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212], variable[213]) /*AbstractArray::add*/;
-    variable[214] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(226)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212], variable[214]) /*AbstractArray::add*/;
-    variable[215] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[212],COLOR_abstract_collection___SimpleCollection___add))(variable[212], variable[215]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[212]) /*AbstractArray::add*/;
-    variable[213] = NEW_Array_array___Array___with_capacity(TAG_Int(4)); /*new Array[Array[Int]]*/
-    variable[214] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[215] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214], variable[215]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213], variable[214]) /*AbstractArray::add*/;
-    variable[215] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213], variable[215]) /*AbstractArray::add*/;
-    variable[216] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(103)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(227)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213], variable[216]) /*AbstractArray::add*/;
-    variable[217] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(104)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[213],COLOR_abstract_collection___SimpleCollection___add))(variable[213], variable[217]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[213]) /*AbstractArray::add*/;
-    variable[214] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[215] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[216] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215], variable[216]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214], variable[215]) /*AbstractArray::add*/;
-    variable[216] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(228)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214], variable[216]) /*AbstractArray::add*/;
-    variable[217] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[214],COLOR_abstract_collection___SimpleCollection___add))(variable[214], variable[217]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[214]) /*AbstractArray::add*/;
-    variable[215] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[216] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216],  TAG_Int(98)) /*AbstractArray::add*/;
-    variable[217] = TAG_Int(-UNTAG_Int( TAG_Int(98)));
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216], variable[217]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215], variable[216]) /*AbstractArray::add*/;
-    variable[217] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(229)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215], variable[217]) /*AbstractArray::add*/;
-    variable[218] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[215],COLOR_abstract_collection___SimpleCollection___add))(variable[215], variable[218]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[215]) /*AbstractArray::add*/;
-    variable[216] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[217] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217],  TAG_Int(97)) /*AbstractArray::add*/;
-    variable[218] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217], variable[218]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216], variable[217]) /*AbstractArray::add*/;
-    variable[218] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(230)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216], variable[218]) /*AbstractArray::add*/;
-    variable[219] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[216],COLOR_abstract_collection___SimpleCollection___add))(variable[216], variable[219]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[216]) /*AbstractArray::add*/;
-    variable[217] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[218] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[219] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218], variable[219]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[217],COLOR_abstract_collection___SimpleCollection___add))(variable[217], variable[218]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[217]) /*AbstractArray::add*/;
-    variable[218] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[219] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219],  TAG_Int(109)) /*AbstractArray::add*/;
-    variable[220] = TAG_Int(-UNTAG_Int( TAG_Int(39)));
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219], variable[220]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218], variable[219]) /*AbstractArray::add*/;
-    variable[220] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220],  TAG_Int(110)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220],  TAG_Int(231)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218], variable[220]) /*AbstractArray::add*/;
-    variable[221] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(111)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[218],COLOR_abstract_collection___SimpleCollection___add))(variable[218], variable[221]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[218]) /*AbstractArray::add*/;
-    variable[219] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[220] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[221] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220], variable[221]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219], variable[220]) /*AbstractArray::add*/;
-    variable[221] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(232)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219], variable[221]) /*AbstractArray::add*/;
-    variable[222] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[219],COLOR_abstract_collection___SimpleCollection___add))(variable[219], variable[222]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[219]) /*AbstractArray::add*/;
-    variable[220] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[221] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[222] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221], variable[222]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[220],COLOR_abstract_collection___SimpleCollection___add))(variable[220], variable[221]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[220]) /*AbstractArray::add*/;
-    variable[221] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[222] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222],  TAG_Int(113)) /*AbstractArray::add*/;
-    variable[223] = TAG_Int(-UNTAG_Int( TAG_Int(30)));
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222], variable[223]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221], variable[222]) /*AbstractArray::add*/;
-    variable[223] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223],  TAG_Int(114)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223],  TAG_Int(233)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221], variable[223]) /*AbstractArray::add*/;
-    variable[224] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[221],COLOR_abstract_collection___SimpleCollection___add))(variable[221], variable[224]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[221]) /*AbstractArray::add*/;
-    variable[222] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[223] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[224] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223], variable[224]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[222],COLOR_abstract_collection___SimpleCollection___add))(variable[222], variable[223]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[222]) /*AbstractArray::add*/;
-    variable[223] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[224] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224],  TAG_Int(97)) /*AbstractArray::add*/;
-    variable[225] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224], variable[225]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223], variable[224]) /*AbstractArray::add*/;
-    variable[225] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225],  TAG_Int(234)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223], variable[225]) /*AbstractArray::add*/;
-    variable[226] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[223],COLOR_abstract_collection___SimpleCollection___add))(variable[223], variable[226]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[223]) /*AbstractArray::add*/;
-    variable[224] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[225] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225],  TAG_Int(98)) /*AbstractArray::add*/;
-    variable[226] = TAG_Int(-UNTAG_Int( TAG_Int(98)));
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225], variable[226]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224], variable[225]) /*AbstractArray::add*/;
-    variable[226] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(235)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224], variable[226]) /*AbstractArray::add*/;
-    variable[227] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[224],COLOR_abstract_collection___SimpleCollection___add))(variable[224], variable[227]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[224]) /*AbstractArray::add*/;
-    variable[225] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[226] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[227] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226], variable[227]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[225],COLOR_abstract_collection___SimpleCollection___add))(variable[225], variable[226]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[225]) /*AbstractArray::add*/;
-    variable[226] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[227] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227],  TAG_Int(116)) /*AbstractArray::add*/;
-    variable[228] = TAG_Int(-UNTAG_Int( TAG_Int(107)));
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227], variable[228]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226], variable[227]) /*AbstractArray::add*/;
-    variable[228] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228],  TAG_Int(236)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226], variable[228]) /*AbstractArray::add*/;
-    variable[229] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229],  TAG_Int(118)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[226],COLOR_abstract_collection___SimpleCollection___add))(variable[226], variable[229]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[226]) /*AbstractArray::add*/;
-    variable[227] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[228] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[229] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228], variable[229]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[227],COLOR_abstract_collection___SimpleCollection___add))(variable[227], variable[228]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[227]) /*AbstractArray::add*/;
-    variable[228] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[229] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[230] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229], variable[230]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[228],COLOR_abstract_collection___SimpleCollection___add))(variable[228], variable[229]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[228]) /*AbstractArray::add*/;
-    variable[229] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[230] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[230],COLOR_abstract_collection___SimpleCollection___add))(variable[230],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[230],COLOR_abstract_collection___SimpleCollection___add))(variable[230],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[231] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[230],COLOR_abstract_collection___SimpleCollection___add))(variable[230], variable[231]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229], variable[230]) /*AbstractArray::add*/;
-    variable[231] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231],  TAG_Int(237)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229], variable[231]) /*AbstractArray::add*/;
-    variable[232] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[229],COLOR_abstract_collection___SimpleCollection___add))(variable[229], variable[232]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[229]) /*AbstractArray::add*/;
-    variable[230] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[231] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[232] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231], variable[232]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[230],COLOR_abstract_collection___SimpleCollection___add))(variable[230], variable[231]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[230]) /*AbstractArray::add*/;
-    variable[231] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[232] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[233] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232], variable[233]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231], variable[232]) /*AbstractArray::add*/;
-    variable[233] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233],  TAG_Int(238)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231], variable[233]) /*AbstractArray::add*/;
-    variable[234] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[231],COLOR_abstract_collection___SimpleCollection___add))(variable[231], variable[234]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[231]) /*AbstractArray::add*/;
-    variable[232] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[233] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[234] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233], variable[234]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232], variable[233]) /*AbstractArray::add*/;
-    variable[234] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(239)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232], variable[234]) /*AbstractArray::add*/;
-    variable[235] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[232],COLOR_abstract_collection___SimpleCollection___add))(variable[232], variable[235]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[232]) /*AbstractArray::add*/;
-    variable[233] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[234] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[235] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234], variable[235]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233], variable[234]) /*AbstractArray::add*/;
-    variable[235] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(240)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233], variable[235]) /*AbstractArray::add*/;
-    variable[236] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[233],COLOR_abstract_collection___SimpleCollection___add))(variable[233], variable[236]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[233]) /*AbstractArray::add*/;
-    variable[234] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[235] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[236] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235], variable[236]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234], variable[235]) /*AbstractArray::add*/;
-    variable[236] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(241)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234], variable[236]) /*AbstractArray::add*/;
-    variable[237] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[234],COLOR_abstract_collection___SimpleCollection___add))(variable[234], variable[237]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[234]) /*AbstractArray::add*/;
-    variable[235] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[236] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[237] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236], variable[237]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235], variable[236]) /*AbstractArray::add*/;
-    variable[237] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(242)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235], variable[237]) /*AbstractArray::add*/;
-    variable[238] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[235],COLOR_abstract_collection___SimpleCollection___add))(variable[235], variable[238]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[235]) /*AbstractArray::add*/;
-    variable[236] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[237] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[238] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237], variable[238]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[236],COLOR_abstract_collection___SimpleCollection___add))(variable[236], variable[237]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[236]) /*AbstractArray::add*/;
-    variable[237] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[238] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[239] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238], variable[239]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237], variable[238]) /*AbstractArray::add*/;
-    variable[239] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239],  TAG_Int(243)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237], variable[239]) /*AbstractArray::add*/;
-    variable[240] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[237],COLOR_abstract_collection___SimpleCollection___add))(variable[237], variable[240]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[237]) /*AbstractArray::add*/;
-    variable[238] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[239] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239],  TAG_Int(114)) /*AbstractArray::add*/;
-    variable[240] = TAG_Int(-UNTAG_Int( TAG_Int(79)));
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239], variable[240]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238], variable[239]) /*AbstractArray::add*/;
-    variable[240] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(115)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(244)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238], variable[240]) /*AbstractArray::add*/;
-    variable[241] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[238],COLOR_abstract_collection___SimpleCollection___add))(variable[238], variable[241]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[238]) /*AbstractArray::add*/;
-    variable[239] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[240] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[241] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240], variable[241]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239], variable[240]) /*AbstractArray::add*/;
-    variable[241] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(245)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239], variable[241]) /*AbstractArray::add*/;
-    variable[242] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[239],COLOR_abstract_collection___SimpleCollection___add))(variable[239], variable[242]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[239]) /*AbstractArray::add*/;
-    variable[240] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[241] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241],  TAG_Int(115)) /*AbstractArray::add*/;
-    variable[242] = TAG_Int(-UNTAG_Int( TAG_Int(80)));
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241], variable[242]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240], variable[241]) /*AbstractArray::add*/;
-    variable[242] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(116)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(246)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240], variable[242]) /*AbstractArray::add*/;
-    variable[243] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(117)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[240],COLOR_abstract_collection___SimpleCollection___add))(variable[240], variable[243]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[240]) /*AbstractArray::add*/;
-    variable[241] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[242] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[243] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242], variable[243]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241], variable[242]) /*AbstractArray::add*/;
-    variable[243] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(247)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241], variable[243]) /*AbstractArray::add*/;
-    variable[244] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[241],COLOR_abstract_collection___SimpleCollection___add))(variable[241], variable[244]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[241]) /*AbstractArray::add*/;
-    variable[242] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[243] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243],  TAG_Int(98)) /*AbstractArray::add*/;
-    variable[244] = TAG_Int(-UNTAG_Int( TAG_Int(98)));
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243], variable[244]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242], variable[243]) /*AbstractArray::add*/;
-    variable[244] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(99)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(248)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242], variable[244]) /*AbstractArray::add*/;
-    variable[245] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[242],COLOR_abstract_collection___SimpleCollection___add))(variable[242], variable[245]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[242]) /*AbstractArray::add*/;
-    variable[243] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[244] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[245] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244], variable[245]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[243],COLOR_abstract_collection___SimpleCollection___add))(variable[243], variable[244]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[243]) /*AbstractArray::add*/;
-    variable[244] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[245] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[246] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245], variable[246]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[244],COLOR_abstract_collection___SimpleCollection___add))(variable[244], variable[245]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[244]) /*AbstractArray::add*/;
-    variable[245] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[246] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[247] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246], variable[247]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[245],COLOR_abstract_collection___SimpleCollection___add))(variable[245], variable[246]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[245]) /*AbstractArray::add*/;
-    variable[246] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[247] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[248] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247], variable[248]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246], variable[247]) /*AbstractArray::add*/;
-    variable[248] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248],  TAG_Int(249)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246], variable[248]) /*AbstractArray::add*/;
-    variable[249] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[246],COLOR_abstract_collection___SimpleCollection___add))(variable[246], variable[249]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[246]) /*AbstractArray::add*/;
-    variable[247] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[248] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[249] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248], variable[249]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247], variable[248]) /*AbstractArray::add*/;
-    variable[249] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(250)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247], variable[249]) /*AbstractArray::add*/;
-    variable[250] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[247],COLOR_abstract_collection___SimpleCollection___add))(variable[247], variable[250]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[247]) /*AbstractArray::add*/;
-    variable[248] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[249] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[250] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249], variable[250]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[248],COLOR_abstract_collection___SimpleCollection___add))(variable[248], variable[249]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[248]) /*AbstractArray::add*/;
-    variable[249] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[250] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250],  TAG_Int(95)) /*AbstractArray::add*/;
-    variable[251] = TAG_Int(-UNTAG_Int( TAG_Int(29)));
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250], variable[251]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249], variable[250]) /*AbstractArray::add*/;
-    variable[251] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251],  TAG_Int(97)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251],  TAG_Int(251)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249], variable[251]) /*AbstractArray::add*/;
-    variable[252] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(98)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[249],COLOR_abstract_collection___SimpleCollection___add))(variable[249], variable[252]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[249]) /*AbstractArray::add*/;
-    variable[250] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[251] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[252] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251], variable[252]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250], variable[251]) /*AbstractArray::add*/;
-    variable[252] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(252)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250], variable[252]) /*AbstractArray::add*/;
-    variable[253] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[250],COLOR_abstract_collection___SimpleCollection___add))(variable[250], variable[253]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[250]) /*AbstractArray::add*/;
-    variable[251] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[252] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[253] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252], variable[253]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[251],COLOR_abstract_collection___SimpleCollection___add))(variable[251], variable[252]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[251]) /*AbstractArray::add*/;
-    variable[252] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[253] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[254] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253], variable[254]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[252],COLOR_abstract_collection___SimpleCollection___add))(variable[252], variable[253]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[252]) /*AbstractArray::add*/;
-    variable[253] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[254] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254],  TAG_Int(100)) /*AbstractArray::add*/;
-    variable[255] = TAG_Int(-UNTAG_Int( TAG_Int(37)));
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254], variable[255]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253], variable[254]) /*AbstractArray::add*/;
-    variable[255] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255],  TAG_Int(253)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253], variable[255]) /*AbstractArray::add*/;
-    variable[256] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(102)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[253],COLOR_abstract_collection___SimpleCollection___add))(variable[253], variable[256]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[253]) /*AbstractArray::add*/;
-    variable[254] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[255] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255],  TAG_Int(99)) /*AbstractArray::add*/;
-    variable[256] = TAG_Int(-UNTAG_Int( TAG_Int(78)));
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255], variable[256]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254], variable[255]) /*AbstractArray::add*/;
-    variable[256] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(100)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(254)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254], variable[256]) /*AbstractArray::add*/;
-    variable[257] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257],  TAG_Int(101)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[254],COLOR_abstract_collection___SimpleCollection___add))(variable[254], variable[257]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[254]) /*AbstractArray::add*/;
-    variable[255] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[256] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[257] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256], variable[257]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[255],COLOR_abstract_collection___SimpleCollection___add))(variable[255], variable[256]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[255]) /*AbstractArray::add*/;
-    variable[256] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Array[Int]]*/
-    variable[257] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257],  TAG_Int(107)) /*AbstractArray::add*/;
-    variable[258] = TAG_Int(-UNTAG_Int( TAG_Int(31)));
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257], variable[258]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256], variable[257]) /*AbstractArray::add*/;
-    variable[258] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258],  TAG_Int(108)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258],  TAG_Int(255)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256], variable[258]) /*AbstractArray::add*/;
-    variable[259] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259],  TAG_Int(109)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259],  TAG_Int(122)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[256],COLOR_abstract_collection___SimpleCollection___add))(variable[256], variable[259]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[256]) /*AbstractArray::add*/;
-    variable[257] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[258] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[259] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258], variable[259]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[257],COLOR_abstract_collection___SimpleCollection___add))(variable[257], variable[258]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[257]) /*AbstractArray::add*/;
-    variable[258] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[259] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[260] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259], variable[260]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[258],COLOR_abstract_collection___SimpleCollection___add))(variable[258], variable[259]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[258]) /*AbstractArray::add*/;
-    variable[259] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[260] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[260],COLOR_abstract_collection___SimpleCollection___add))(variable[260],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[260],COLOR_abstract_collection___SimpleCollection___add))(variable[260],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[261] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[260],COLOR_abstract_collection___SimpleCollection___add))(variable[260], variable[261]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[259],COLOR_abstract_collection___SimpleCollection___add))(variable[259], variable[260]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[259]) /*AbstractArray::add*/;
-    variable[260] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[261] = NEW_Array_array___Array___with_capacity(TAG_Int(3)); /*new Array[Int]*/
-    ((array___AbstractArray___add_t)CALL(variable[261],COLOR_abstract_collection___SimpleCollection___add))(variable[261],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[261],COLOR_abstract_collection___SimpleCollection___add))(variable[261],  TAG_Int(122)) /*AbstractArray::add*/;
-    variable[262] = TAG_Int(-UNTAG_Int( TAG_Int(35)));
-    ((array___AbstractArray___add_t)CALL(variable[261],COLOR_abstract_collection___SimpleCollection___add))(variable[261], variable[262]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[260],COLOR_abstract_collection___SimpleCollection___add))(variable[260], variable[261]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[260]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[3],COLOR_abstract_collection___SimpleCollection___add))(variable[3], variable[4]) /*AbstractArray::add*/;
-    once_value_267 = variable[3];
-    once_bool_267 = true;
+  /* ./parser//lexer.nit:1680 */
+  REGB3 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:216 */
+  REGB3 = TAG_Int(-UNTAG_Int(REGB3));
+  /* ./parser//lexer.nit:1680 */
+  REGB1 = TAG_Bool(IS_EQUAL_OO(REGB2,REGB3));
+  if (UNTAG_Bool(REGB1)) {
+  } else {
+    /* ./../lib/standard//kernel.nit:207 */
+    REGB3 = TAG_Bool((REGB2)==(REGB3));
+    /* ./parser//lexer.nit:1680 */
+    REGB1 = REGB3;
   }
-  ATTR_lexer___Lexer____goto_table(variable[2]) /*Lexer::_goto_table*/ = variable[3];
-  return_label266: while(false);
-  tracehead = trace.prev;
-  return;
-}
-val_t lexer___Lexer___nil_array(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 3286, LOCATE_lexer___Lexer___nil_array};
-  static val_t once_value_269; static int once_bool_269; /* Once value for variable[2]*/
-  val_t variable[3];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  if (once_bool_269) variable[2] = once_value_269;
-  else {
-    variable[2] = NEW_Array_array___Array___init(); /*new Array[Array[Int]]*/
-    once_value_269 = variable[2];
-    once_bool_269 = true;
+  if (UNTAG_Bool(REGB1)) {
+    /* ./parser//lexer.nit:1681 */
+    REGB1 = TAG_Bool(true);
+    ATTR_lexer___Lexer____eof(fra.me.REG[0]) = REGB1;
+  }
+  /* ./parser//lexer.nit:1684 */
+  REGB0 = REGB2;
+  goto label1;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
+  return REGB0;
+}
+void lexer___Lexer___push_back(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
+  val_t REGB0;
+  val_t REGB1;
+  val_t REGB2;
+  val_t REGB3;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_lexer;
+  fra.me.line = 1687;
+  fra.me.meth = LOCATE_lexer___Lexer___push_back;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 3;
+  fra.me.REG[0] = NIT_NULL;
+  fra.me.REG[1] = NIT_NULL;
+  fra.me.REG[2] = NIT_NULL;
+  fra.me.REG[0] = p0;
+  REGB0 = p1;
+  /* ./parser//lexer.nit:1691 */
+  REGB1 = TAG_Bool(ATTR_lexer___Lexer____text(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB1)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_text", LOCATE_lexer, 1691);
   }
-  variable[1] = variable[2];
-  goto return_label268;
-  return_label268: while(false);
-  tracehead = trace.prev;
-  return variable[1];
-}
-void lexer___Lexer___build_accept_table(val_t  self) {
-  struct trace_t trace = {NULL, NULL, 3292, LOCATE_lexer___Lexer___build_accept_table};
-  static val_t once_value_271; static int once_bool_271; /* Once value for variable[3]*/
-  val_t variable[21];
-  void **closurevariable = NULL;
-  trace.prev = tracehead; tracehead = &trace;
-  trace.file = LOCATE_lexer;
-  variable[0] =  self;
-  variable[2] = variable[0];
-  if (once_bool_271) variable[3] = once_value_271;
-  else {
-    variable[3] = NEW_Array_array___Array___with_capacity(TAG_Int(1)); /*new Array[Array[Int]]*/
-    variable[4] = NEW_Array_array___Array___with_capacity(TAG_Int(256)); /*new Array[Int]*/
-    variable[5] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[5]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(0)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(1)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(1)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(0)) /*AbstractArray::add*/;
-    variable[6] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[6]) /*AbstractArray::add*/;
-    variable[7] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[7]) /*AbstractArray::add*/;
-    variable[8] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[8]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(67)) /*AbstractArray::add*/;
-    variable[9] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[9]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(50)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(51)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(65)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(63)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(54)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(64)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(62)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(66)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(78)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(55)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(70)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(57)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(72)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(52)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(53)) /*AbstractArray::add*/;
-    variable[10] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[10]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    variable[11] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[11]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(1)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(69)) /*AbstractArray::add*/;
-    variable[12] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[12]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(81)) /*AbstractArray::add*/;
-    variable[13] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[13]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(82)) /*AbstractArray::add*/;
-    variable[14] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[14]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(2)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(2)) /*AbstractArray::add*/;
-    variable[15] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[15]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(80)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(58)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(59)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(61)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(79)) /*AbstractArray::add*/;
-    variable[16] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[16]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(56)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(71)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(68)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(73)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(75)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(48)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(17)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(26)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(31)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(16)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(33)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    variable[17] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[17]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(84)) /*AbstractArray::add*/;
-    variable[18] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[18]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(83)) /*AbstractArray::add*/;
-    variable[19] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[19]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(2)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(60)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(74)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(77)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(32)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(10)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(30)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(41)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(40)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(34)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(20)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    variable[20] = TAG_Int(-UNTAG_Int( TAG_Int(1)));
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4], variable[20]) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(13)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(28)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(14)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(11)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(47)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(42)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(44)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(27)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(45)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(12)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(49)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(38)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(37)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(5)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(46)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(15)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(43)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(29)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(39)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(22)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(4)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(21)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(35)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(25)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(3)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(24)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(9)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(6)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(36)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(18)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(76)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(19)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(7)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(23)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[4],COLOR_abstract_collection___SimpleCollection___add))(variable[4],  TAG_Int(8)) /*AbstractArray::add*/;
-    ((array___AbstractArray___add_t)CALL(variable[3],COLOR_abstract_collection___SimpleCollection___add))(variable[3], variable[4]) /*AbstractArray::add*/;
-    once_value_271 = variable[3];
-    once_bool_271 = true;
+  fra.me.REG[1] = ATTR_lexer___Lexer____text(fra.me.REG[0]);
+  /* ./../lib/standard//collection//array.nit:23 */
+  REGB1 = TAG_Bool(ATTR_array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
+  if (UNTAG_Bool(REGB1)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_length", LOCATE_array, 23);
+  }
+  REGB1 = ATTR_array___AbstractArrayRead____length(fra.me.REG[1]);
+  /* ./parser//lexer.nit:1692 */
+  REGB2 = TAG_Int(1);
+  /* ./../lib/standard//kernel.nit:217 */
+  REGB2 = TAG_Int(UNTAG_Int(REGB1)-UNTAG_Int(REGB2));
+  /* ./parser//lexer.nit:1693 */
+  while(1) {
+    /* ./../lib/standard//kernel.nit:213 */
+    REGB1 = TAG_Bool(UNTAG_Int(REGB2)>=UNTAG_Int(REGB0));
+    /* ./parser//lexer.nit:1693 */
+    if (UNTAG_Bool(REGB1)) {
+      /* ./parser//lexer.nit:1694 */
+      REGB1 = TAG_Bool(false);
+      ATTR_lexer___Lexer____eof(fra.me.REG[0]) = REGB1;
+      /* ./parser//lexer.nit:1695 */
+      REGB1 = TAG_Bool(ATTR_lexer___Lexer____stream_pos(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB1)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_stream_pos", LOCATE_lexer, 1695);
+      }
+      REGB1 = ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]);
+      REGB3 = TAG_Int(1);
+      /* ./../lib/standard//kernel.nit:215 */
+      REGB3 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB3));
+      /* ./parser//lexer.nit:1695 */
+      ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]) = REGB3;
+      /* ./parser//lexer.nit:1696 */
+      REGB3 = TAG_Bool(ATTR_lexer___Lexer____stream_buf(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB3)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_stream_buf", LOCATE_lexer, 1696);
+      }
+      fra.me.REG[1] = ATTR_lexer___Lexer____stream_buf(fra.me.REG[0]);
+      REGB3 = TAG_Bool(ATTR_lexer___Lexer____stream_pos(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB3)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_stream_pos", LOCATE_lexer, 1696);
+      }
+      REGB3 = ATTR_lexer___Lexer____stream_pos(fra.me.REG[0]);
+      REGB1 = TAG_Bool(ATTR_lexer___Lexer____text(fra.me.REG[0])!=NIT_NULL);
+      if (UNTAG_Bool(REGB1)) {
+      } else {
+        nit_abort("Uninitialized attribute %s", "_text", LOCATE_lexer, 1696);
+      }
+      fra.me.REG[2] = ATTR_lexer___Lexer____text(fra.me.REG[0]);
+      REGB1 = CALL_abstract_collection___MapRead_____bra(fra.me.REG[2])(fra.me.REG[2], REGB2);
+      CALL_abstract_collection___Map_____braeq(fra.me.REG[1])(fra.me.REG[1], REGB3, REGB1);
+      /* ./parser//lexer.nit:1697 */
+      REGB1 = TAG_Int(1);
+      /* ./../lib/standard//kernel.nit:217 */
+      REGB1 = TAG_Int(UNTAG_Int(REGB2)-UNTAG_Int(REGB1));
+      /* ./parser//lexer.nit:1697 */
+      REGB2 = REGB1;
+    } else {
+      /* ./parser//lexer.nit:1693 */
+      goto label1;
+    }
   }
-  ATTR_lexer___Lexer____accept_table(variable[2]) /*Lexer::_accept_table*/ = variable[3];
-  return_label270: while(false);
-  tracehead = trace.prev;
+  label1: while(0);
+  stack_frame_head = fra.me.prev;
   return;
 }