Merge remote-tracking branch 'alexandre/master'
[nit.git] / c_src / parser._sep.c
index a3578a4..ad6f818 100644 (file)
@@ -13,7 +13,7 @@ val_t parser___State___state(val_t p0){
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:9 */
+  /* parser/parser.nit:9 */
   REGB0 = TAG_Bool(ATTR_parser___State____state(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -37,7 +37,7 @@ void parser___State___state__eq(val_t p0, val_t p1){
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
   REGB0 = p1;
-  /* ./parser//parser.nit:9 */
+  /* parser/parser.nit:9 */
   ATTR_parser___State____state(fra.me.REG[0]) = REGB0;
   stack_frame_head = fra.me.prev;
   return;
@@ -54,7 +54,7 @@ val_t parser___State___nodes(val_t p0){
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:12 */
+  /* parser/parser.nit:12 */
   fra.me.REG[0] = ATTR_parser___State____nodes(fra.me.REG[0]);
   stack_frame_head = fra.me.prev;
   return fra.me.REG[0];
@@ -73,7 +73,7 @@ void parser___State___nodes__eq(val_t p0, val_t p1){
   fra.me.REG[1] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12 */
+  /* parser/parser.nit:12 */
   ATTR_parser___State____nodes(fra.me.REG[0]) = fra.me.REG[1];
   stack_frame_head = fra.me.prev;
   return;
@@ -96,9 +96,9 @@ void parser___State___init(val_t p0, val_t p1, val_t p2, int* init_table){
   fra.me.REG[0] = p0;
   REGB0 = p1;
   fra.me.REG[1] = p2;
-  /* ./parser//parser.nit:17 */
+  /* parser/parser.nit:17 */
   ATTR_parser___State____state(fra.me.REG[0]) = REGB0;
-  /* ./parser//parser.nit:18 */
+  /* parser/parser.nit:18 */
   ATTR_parser___State____nodes(fra.me.REG[0]) = fra.me.REG[1];
   stack_frame_head = fra.me.prev;
   init_table[itpos0] = 1;
@@ -121,18 +121,18 @@ void parser___Parser___init(val_t p0, val_t p1, int* init_table){
   fra.me.REG[1] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:36 */
+  /* parser/parser.nit:36 */
   ATTR_parser___Parser____lexer(fra.me.REG[0]) = fra.me.REG[1];
-  /* ./parser//parser.nit:37 */
+  /* parser/parser.nit:37 */
   fra.me.REG[1] = NEW_Array_standard___collection___array___Array___init();
   ATTR_parser___Parser____stack(fra.me.REG[0]) = fra.me.REG[1];
-  /* ./parser//parser.nit:38 */
+  /* parser/parser.nit:38 */
   REGB0 = TAG_Int(1);
-  /* ./../lib/standard//kernel.nit:236 */
+  /* ../lib/standard/kernel.nit:236 */
   REGB0 = TAG_Int(-UNTAG_Int(REGB0));
-  /* ./parser//parser.nit:38 */
+  /* parser/parser.nit:38 */
   ATTR_parser___Parser____stack_pos(fra.me.REG[0]) = REGB0;
-  /* ./parser//parser.nit:39 */
+  /* parser/parser.nit:39 */
   CALL_parser___Parser___build_reduce_table(fra.me.REG[0])(fra.me.REG[0]);
   stack_frame_head = fra.me.prev;
   init_table[itpos1] = 1;
@@ -159,57 +159,57 @@ val_t parser___Parser___go_to(val_t p0, val_t p1){
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
   REGB0 = p1;
-  /* ./parser//parser.nit:45 */
+  /* parser/parser.nit:45 */
   REGB1 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
-  /* ./parser//parser.nit:46 */
+  /* parser/parser.nit:46 */
   REGB2 = TAG_Int(1);
-  /* ./parser//parser.nit:47 */
+  /* parser/parser.nit:47 */
   REGB3 = TAG_Int(0);
   REGB3 = CALL_parser___tables___TablesCapable___parser_goto(fra.me.REG[0])(fra.me.REG[0], REGB0, REGB3);
   REGB4 = TAG_Int(1);
-  /* ./../lib/standard//kernel.nit:237 */
+  /* ../lib/standard/kernel.nit:237 */
   REGB4 = TAG_Int(UNTAG_Int(REGB3)-UNTAG_Int(REGB4));
-  /* ./parser//parser.nit:49 */
+  /* parser/parser.nit:49 */
   while(1) {
     REGB3 = TAG_Bool(VAL_ISA(REGB4, VTCOLOR_standard___kernel___Comparable___OTHER(REGB2), VTID_standard___kernel___Comparable___OTHER(REGB2))) /*cast OTHER*/;
     if (UNTAG_Bool(REGB3)) {
     } else {
       nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
     }
-    /* ./../lib/standard//kernel.nit:231 */
+    /* ../lib/standard/kernel.nit:231 */
     REGB3 = TAG_Bool(UNTAG_Int(REGB2)<=UNTAG_Int(REGB4));
-    /* ./parser//parser.nit:49 */
+    /* parser/parser.nit:49 */
     if (UNTAG_Bool(REGB3)) {
-      /* ./../lib/standard//kernel.nit:235 */
+      /* ../lib/standard/kernel.nit:235 */
       REGB3 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB4));
-      /* ./parser//parser.nit:50 */
+      /* parser/parser.nit:50 */
       REGB5 = TAG_Int(2);
-      /* ./../lib/standard//kernel.nit:239 */
+      /* ../lib/standard/kernel.nit:239 */
       REGB5 = TAG_Int(UNTAG_Int(REGB3)/UNTAG_Int(REGB5));
-      /* ./parser//parser.nit:51 */
+      /* parser/parser.nit:51 */
       REGB3 = TAG_Int(2);
-      /* ./../lib/standard//kernel.nit:238 */
+      /* ../lib/standard/kernel.nit:238 */
       REGB3 = TAG_Int(UNTAG_Int(REGB5)*UNTAG_Int(REGB3));
-      /* ./parser//parser.nit:51 */
+      /* parser/parser.nit:51 */
       REGB6 = TAG_Int(1);
-      /* ./../lib/standard//kernel.nit:235 */
+      /* ../lib/standard/kernel.nit:235 */
       REGB6 = TAG_Int(UNTAG_Int(REGB3)+UNTAG_Int(REGB6));
-      /* ./parser//parser.nit:53 */
+      /* parser/parser.nit:53 */
       REGB3 = CALL_parser___tables___TablesCapable___parser_goto(fra.me.REG[0])(fra.me.REG[0], REGB0, REGB6);
       REGB7 = TAG_Bool(VAL_ISA(REGB3, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
       if (UNTAG_Bool(REGB7)) {
       } else {
         nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
       }
-      /* ./../lib/standard//kernel.nit:232 */
+      /* ../lib/standard/kernel.nit:232 */
       REGB7 = TAG_Bool(UNTAG_Int(REGB1)<UNTAG_Int(REGB3));
-      /* ./parser//parser.nit:54 */
+      /* parser/parser.nit:54 */
       if (UNTAG_Bool(REGB7)) {
-        /* ./parser//parser.nit:55 */
+        /* parser/parser.nit:55 */
         REGB7 = TAG_Int(1);
-        /* ./../lib/standard//kernel.nit:237 */
+        /* ../lib/standard/kernel.nit:237 */
         REGB7 = TAG_Int(UNTAG_Int(REGB5)-UNTAG_Int(REGB7));
-        /* ./parser//parser.nit:55 */
+        /* parser/parser.nit:55 */
         REGB4 = REGB7;
       } else {
         REGB7 = TAG_Bool(VAL_ISA(REGB3, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
@@ -217,33 +217,33 @@ val_t parser___Parser___go_to(val_t p0, val_t p1){
         } else {
           nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
         }
-        /* ./../lib/standard//kernel.nit:234 */
+        /* ../lib/standard/kernel.nit:234 */
         REGB3 = TAG_Bool(UNTAG_Int(REGB1)>UNTAG_Int(REGB3));
-        /* ./parser//parser.nit:56 */
+        /* parser/parser.nit:56 */
         if (UNTAG_Bool(REGB3)) {
-          /* ./parser//parser.nit:57 */
+          /* parser/parser.nit:57 */
           REGB3 = TAG_Int(1);
-          /* ./../lib/standard//kernel.nit:235 */
+          /* ../lib/standard/kernel.nit:235 */
           REGB3 = TAG_Int(UNTAG_Int(REGB5)+UNTAG_Int(REGB3));
-          /* ./parser//parser.nit:57 */
+          /* parser/parser.nit:57 */
           REGB2 = REGB3;
         } else {
-          /* ./parser//parser.nit:59 */
+          /* parser/parser.nit:59 */
           REGB3 = TAG_Int(1);
-          /* ./../lib/standard//kernel.nit:235 */
+          /* ../lib/standard/kernel.nit:235 */
           REGB3 = TAG_Int(UNTAG_Int(REGB6)+UNTAG_Int(REGB3));
-          /* ./parser//parser.nit:59 */
+          /* parser/parser.nit:59 */
           REGB3 = CALL_parser___tables___TablesCapable___parser_goto(fra.me.REG[0])(fra.me.REG[0], REGB0, REGB3);
           goto label1;
         }
       }
     } else {
-      /* ./parser//parser.nit:49 */
+      /* parser/parser.nit:49 */
       goto label2;
     }
   }
   label2: while(0);
-  /* ./parser//parser.nit:63 */
+  /* parser/parser.nit:63 */
   REGB2 = TAG_Int(2);
   REGB2 = CALL_parser___tables___TablesCapable___parser_goto(fra.me.REG[0])(fra.me.REG[0], REGB0, REGB2);
   REGB3 = REGB2;
@@ -272,7 +272,7 @@ void parser___Parser___push(val_t p0, val_t p1, val_t p2){
   fra.me.REG[0] = p0;
   REGB0 = p1;
   fra.me.REG[1] = p2;
-  /* ./parser//parser.nit:69 */
+  /* parser/parser.nit:69 */
   REGB1 = TAG_Bool(ATTR_parser___Parser____stack_pos(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB1)) {
   } else {
@@ -280,18 +280,18 @@ void parser___Parser___push(val_t p0, val_t p1, val_t p2){
   }
   REGB1 = ATTR_parser___Parser____stack_pos(fra.me.REG[0]);
   REGB2 = TAG_Int(1);
-  /* ./../lib/standard//kernel.nit:235 */
+  /* ../lib/standard/kernel.nit:235 */
   REGB2 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB2));
-  /* ./parser//parser.nit:70 */
+  /* parser/parser.nit:70 */
   ATTR_parser___Parser____stack_pos(fra.me.REG[0]) = REGB2;
-  /* ./parser//parser.nit:71 */
+  /* parser/parser.nit:71 */
   REGB1 = TAG_Bool(ATTR_parser___Parser____stack(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB1)) {
   } else {
     nit_abort("Uninitialized attribute %s", "_stack", LOCATE_parser, 71);
   }
   fra.me.REG[2] = ATTR_parser___Parser____stack(fra.me.REG[0]);
-  /* ./../lib/standard//collection//array.nit:24 */
+  /* ../lib/standard/collection/array.nit:24 */
   REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
   if (UNTAG_Bool(REGB1)) {
   } else {
@@ -303,27 +303,27 @@ void parser___Parser___push(val_t p0, val_t p1, val_t p2){
   } else {
     nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
   }
-  /* ./../lib/standard//kernel.nit:232 */
+  /* ../lib/standard/kernel.nit:232 */
   REGB1 = TAG_Bool(UNTAG_Int(REGB2)<UNTAG_Int(REGB1));
-  /* ./parser//parser.nit:71 */
+  /* parser/parser.nit:71 */
   if (UNTAG_Bool(REGB1)) {
-    /* ./parser//parser.nit:72 */
+    /* parser/parser.nit:72 */
     REGB1 = TAG_Bool(ATTR_parser___Parser____stack(fra.me.REG[0])!=NIT_NULL);
     if (UNTAG_Bool(REGB1)) {
     } else {
       nit_abort("Uninitialized attribute %s", "_stack", LOCATE_parser, 72);
     }
     fra.me.REG[2] = ATTR_parser___Parser____stack(fra.me.REG[0]);
-    /* ./../lib/standard//collection//array.nit:280 */
+    /* ../lib/standard/collection/array.nit:280 */
     REGB1 = TAG_Int(0);
     REGB3 = TAG_Bool(VAL_ISA(REGB1, VTCOLOR_standard___kernel___Comparable___OTHER(REGB2), VTID_standard___kernel___Comparable___OTHER(REGB2))) /*cast OTHER*/;
     if (UNTAG_Bool(REGB3)) {
     } else {
       nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
     }
-    /* ./../lib/standard//kernel.nit:233 */
+    /* ../lib/standard/kernel.nit:233 */
     REGB1 = TAG_Bool(UNTAG_Int(REGB2)>=UNTAG_Int(REGB1));
-    /* ./../lib/standard//collection//array.nit:280 */
+    /* ../lib/standard/collection/array.nit:280 */
     if (UNTAG_Bool(REGB1)) {
       REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
       if (UNTAG_Bool(REGB1)) {
@@ -336,34 +336,34 @@ void parser___Parser___push(val_t p0, val_t p1, val_t p2){
       } else {
         nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
       }
-      /* ./../lib/standard//kernel.nit:232 */
+      /* ../lib/standard/kernel.nit:232 */
       REGB1 = TAG_Bool(UNTAG_Int(REGB2)<UNTAG_Int(REGB1));
     } else {
-      /* ./../lib/standard//collection//array.nit:280 */
+      /* ../lib/standard/collection/array.nit:280 */
       REGB3 = TAG_Bool(false);
       REGB1 = REGB3;
     }
     if (UNTAG_Bool(REGB1)) {
     } else {
-      nit_abort("Assert %s  failed", "'index'", LOCATE_standard___collection___array, 280);
+      nit_abort("Assert '%s' failed", "index", LOCATE_standard___collection___array, 280);
     }
-    /* ./../lib/standard//collection//array.nit:281 */
+    /* ../lib/standard/collection/array.nit:281 */
     fra.me.REG[2] = ATTR_standard___collection___array___Array____items(fra.me.REG[2]);
     REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
     if (UNTAG_Bool(REGB1)) {
       nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 281);
     }
-    /* ./../lib/standard//collection//array.nit:718 */
+    /* ../lib/standard/collection/array.nit:718 */
     fra.me.REG[2] = ((Nit_NativeArray)fra.me.REG[2])->val[UNTAG_Int(REGB2)];
-    /* ./../lib/standard//collection//array.nit:281 */
+    /* ../lib/standard/collection/array.nit:281 */
     goto label1;
     label1: while(0);
-    /* ./parser//parser.nit:73 */
+    /* parser/parser.nit:73 */
     CALL_parser___State___state__eq(fra.me.REG[2])(fra.me.REG[2], REGB0);
-    /* ./parser//parser.nit:74 */
+    /* parser/parser.nit:74 */
     CALL_parser___State___nodes__eq(fra.me.REG[2])(fra.me.REG[2], fra.me.REG[1]);
   } else {
-    /* ./parser//parser.nit:76 */
+    /* parser/parser.nit:76 */
     REGB2 = TAG_Bool(ATTR_parser___Parser____stack(fra.me.REG[0])!=NIT_NULL);
     if (UNTAG_Bool(REGB2)) {
     } else {
@@ -392,7 +392,7 @@ val_t parser___Parser___state(val_t p0){
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:83 */
+  /* parser/parser.nit:83 */
   REGB0 = TAG_Bool(ATTR_parser___Parser____stack(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -405,16 +405,16 @@ val_t parser___Parser___state(val_t p0){
     nit_abort("Uninitialized attribute %s", "_stack_pos", LOCATE_parser, 83);
   }
   REGB0 = ATTR_parser___Parser____stack_pos(fra.me.REG[0]);
-  /* ./../lib/standard//collection//array.nit:280 */
+  /* ../lib/standard/collection/array.nit:280 */
   REGB1 = TAG_Int(0);
   REGB2 = TAG_Bool(VAL_ISA(REGB1, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
   if (UNTAG_Bool(REGB2)) {
   } else {
     nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
   }
-  /* ./../lib/standard//kernel.nit:233 */
+  /* ../lib/standard/kernel.nit:233 */
   REGB1 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB1));
-  /* ./../lib/standard//collection//array.nit:280 */
+  /* ../lib/standard/collection/array.nit:280 */
   if (UNTAG_Bool(REGB1)) {
     REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
     if (UNTAG_Bool(REGB1)) {
@@ -427,29 +427,29 @@ val_t parser___Parser___state(val_t p0){
     } else {
       nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
     }
-    /* ./../lib/standard//kernel.nit:232 */
+    /* ../lib/standard/kernel.nit:232 */
     REGB1 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
   } else {
-    /* ./../lib/standard//collection//array.nit:280 */
+    /* ../lib/standard/collection/array.nit:280 */
     REGB2 = TAG_Bool(false);
     REGB1 = REGB2;
   }
   if (UNTAG_Bool(REGB1)) {
   } else {
-    nit_abort("Assert %s  failed", "'index'", LOCATE_standard___collection___array, 280);
+    nit_abort("Assert '%s' failed", "index", LOCATE_standard___collection___array, 280);
   }
-  /* ./../lib/standard//collection//array.nit:281 */
+  /* ../lib/standard/collection/array.nit:281 */
   fra.me.REG[1] = ATTR_standard___collection___array___Array____items(fra.me.REG[1]);
   REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
   if (UNTAG_Bool(REGB1)) {
     nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 281);
   }
-  /* ./../lib/standard//collection//array.nit:718 */
+  /* ../lib/standard/collection/array.nit:718 */
   fra.me.REG[1] = ((Nit_NativeArray)fra.me.REG[1])->val[UNTAG_Int(REGB0)];
-  /* ./../lib/standard//collection//array.nit:281 */
+  /* ../lib/standard/collection/array.nit:281 */
   goto label1;
   label1: while(0);
-  /* ./parser//parser.nit:83 */
+  /* parser/parser.nit:83 */
   REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
     nit_abort("Reciever is null", NULL, LOCATE_parser, 83);
@@ -476,7 +476,7 @@ val_t parser___Parser___pop(val_t p0){
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:89 */
+  /* parser/parser.nit:89 */
   REGB0 = TAG_Bool(ATTR_parser___Parser____stack(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -489,16 +489,16 @@ val_t parser___Parser___pop(val_t p0){
     nit_abort("Uninitialized attribute %s", "_stack_pos", LOCATE_parser, 89);
   }
   REGB0 = ATTR_parser___Parser____stack_pos(fra.me.REG[0]);
-  /* ./../lib/standard//collection//array.nit:280 */
+  /* ../lib/standard/collection/array.nit:280 */
   REGB1 = TAG_Int(0);
   REGB2 = TAG_Bool(VAL_ISA(REGB1, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
   if (UNTAG_Bool(REGB2)) {
   } else {
     nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
   }
-  /* ./../lib/standard//kernel.nit:233 */
+  /* ../lib/standard/kernel.nit:233 */
   REGB1 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB1));
-  /* ./../lib/standard//collection//array.nit:280 */
+  /* ../lib/standard/collection/array.nit:280 */
   if (UNTAG_Bool(REGB1)) {
     REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
     if (UNTAG_Bool(REGB1)) {
@@ -511,35 +511,35 @@ val_t parser___Parser___pop(val_t p0){
     } else {
       nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
     }
-    /* ./../lib/standard//kernel.nit:232 */
+    /* ../lib/standard/kernel.nit:232 */
     REGB1 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
   } else {
-    /* ./../lib/standard//collection//array.nit:280 */
+    /* ../lib/standard/collection/array.nit:280 */
     REGB2 = TAG_Bool(false);
     REGB1 = REGB2;
   }
   if (UNTAG_Bool(REGB1)) {
   } else {
-    nit_abort("Assert %s  failed", "'index'", LOCATE_standard___collection___array, 280);
+    nit_abort("Assert '%s' failed", "index", LOCATE_standard___collection___array, 280);
   }
-  /* ./../lib/standard//collection//array.nit:281 */
+  /* ../lib/standard/collection/array.nit:281 */
   fra.me.REG[1] = ATTR_standard___collection___array___Array____items(fra.me.REG[1]);
   REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
   if (UNTAG_Bool(REGB1)) {
     nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 281);
   }
-  /* ./../lib/standard//collection//array.nit:718 */
+  /* ../lib/standard/collection/array.nit:718 */
   fra.me.REG[1] = ((Nit_NativeArray)fra.me.REG[1])->val[UNTAG_Int(REGB0)];
-  /* ./../lib/standard//collection//array.nit:281 */
+  /* ../lib/standard/collection/array.nit:281 */
   goto label1;
   label1: while(0);
-  /* ./parser//parser.nit:89 */
+  /* parser/parser.nit:89 */
   REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
     nit_abort("Reciever is null", NULL, LOCATE_parser, 89);
   }
   fra.me.REG[1] = CALL_parser___State___nodes(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:90 */
+  /* parser/parser.nit:90 */
   REGB0 = TAG_Bool(ATTR_parser___Parser____stack_pos(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -547,11 +547,11 @@ val_t parser___Parser___pop(val_t p0){
   }
   REGB0 = ATTR_parser___Parser____stack_pos(fra.me.REG[0]);
   REGB1 = TAG_Int(1);
-  /* ./../lib/standard//kernel.nit:237 */
+  /* ../lib/standard/kernel.nit:237 */
   REGB1 = TAG_Int(UNTAG_Int(REGB0)-UNTAG_Int(REGB1));
-  /* ./parser//parser.nit:90 */
+  /* parser/parser.nit:90 */
   ATTR_parser___Parser____stack_pos(fra.me.REG[0]) = REGB1;
-  /* ./parser//parser.nit:91 */
+  /* parser/parser.nit:91 */
   goto label2;
   label2: while(0);
   stack_frame_head = fra.me.prev;
@@ -570,6 +570,7 @@ val_t parser___Parser___parse(val_t p0){
   val_t REGB8;
   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_parser;
   fra.me.line = 94;
@@ -584,72 +585,72 @@ val_t parser___Parser___parse(val_t p0){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:97 */
+  /* parser/parser.nit:97 */
   REGB0 = TAG_Int(0);
   CALL_parser___Parser___push(fra.me.REG[0])(fra.me.REG[0], REGB0, NIT_NULL);
-  /* ./parser//parser.nit:99 */
+  /* parser/parser.nit:99 */
   REGB0 = TAG_Bool(ATTR_parser___Parser____lexer(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
     nit_abort("Uninitialized attribute %s", "_lexer", LOCATE_parser, 99);
   }
   fra.me.REG[1] = ATTR_parser___Parser____lexer(fra.me.REG[0]);
-  /* ./parser//parser.nit:100 */
+  /* parser/parser.nit:100 */
   while(1) {
-    /* ./parser//parser.nit:101 */
+    /* parser/parser.nit:101 */
     fra.me.REG[2] = CALL_parser___lexer___Lexer___peek(fra.me.REG[1])(fra.me.REG[1]);
-    /* ./parser//parser.nit:102 */
+    /* parser/parser.nit:102 */
     REGB0 = TAG_Bool(VAL_ISA(fra.me.REG[2], COLOR_parser___parser_nodes___AError, ID_parser___parser_nodes___AError)) /*cast AError*/;
     if (UNTAG_Bool(REGB0)) {
-      /* ./parser//parser.nit:103 */
-      fra.me.REG[3] = NEW_Start_parser___parser_prod___Start___init(NIT_NULL, fra.me.REG[2]);
+      /* parser/parser.nit:103 */
+      fra.me.REG[3] = NEW_Start_parser___parser_nodes___Start___init(NIT_NULL, fra.me.REG[2]);
       goto label1;
     }
-    /* ./parser//parser.nit:106 */
+    /* parser/parser.nit:106 */
     REGB0 = CALL_parser___lexer___Token___parser_index(fra.me.REG[2])(fra.me.REG[2]);
-    /* ./parser//parser.nit:107 */
+    /* parser/parser.nit:107 */
     REGB1 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
     REGB2 = TAG_Int(2);
     REGB2 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB1, REGB2);
-    /* ./parser//parser.nit:108 */
+    /* parser/parser.nit:108 */
     REGB1 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
     REGB3 = TAG_Int(3);
     REGB3 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB1, REGB3);
-    /* ./parser//parser.nit:110 */
+    /* parser/parser.nit:110 */
     REGB1 = TAG_Int(1);
-    /* ./parser//parser.nit:111 */
+    /* parser/parser.nit:111 */
     REGB4 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
     REGB5 = TAG_Int(0);
     REGB5 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB4, REGB5);
     REGB4 = TAG_Int(1);
-    /* ./../lib/standard//kernel.nit:237 */
+    /* ../lib/standard/kernel.nit:237 */
     REGB4 = TAG_Int(UNTAG_Int(REGB5)-UNTAG_Int(REGB4));
-    /* ./parser//parser.nit:113 */
+    /* parser/parser.nit:113 */
     while(1) {
       REGB5 = TAG_Bool(VAL_ISA(REGB4, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
       if (UNTAG_Bool(REGB5)) {
       } else {
         nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
       }
-      /* ./../lib/standard//kernel.nit:231 */
+      /* ../lib/standard/kernel.nit:231 */
       REGB5 = TAG_Bool(UNTAG_Int(REGB1)<=UNTAG_Int(REGB4));
-      /* ./parser//parser.nit:113 */
+      /* parser/parser.nit:113 */
       if (UNTAG_Bool(REGB5)) {
-        /* ./../lib/standard//kernel.nit:235 */
+        /* ../lib/standard/kernel.nit:235 */
         REGB5 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB4));
-        /* ./parser//parser.nit:114 */
+        /* parser/parser.nit:114 */
         REGB6 = TAG_Int(2);
-        /* ./../lib/standard//kernel.nit:239 */
+        /* ../lib/standard/kernel.nit:239 */
         REGB6 = TAG_Int(UNTAG_Int(REGB5)/UNTAG_Int(REGB6));
-        /* ./parser//parser.nit:115 */
+        /* parser/parser.nit:115 */
         REGB5 = TAG_Int(3);
-        /* ./../lib/standard//kernel.nit:238 */
+        /* ../lib/standard/kernel.nit:238 */
         REGB5 = TAG_Int(UNTAG_Int(REGB6)*UNTAG_Int(REGB5));
-        /* ./parser//parser.nit:115 */
+        /* parser/parser.nit:115 */
         REGB7 = TAG_Int(1);
-        /* ./../lib/standard//kernel.nit:235 */
+        /* ../lib/standard/kernel.nit:235 */
         REGB7 = TAG_Int(UNTAG_Int(REGB5)+UNTAG_Int(REGB7));
-        /* ./parser//parser.nit:117 */
+        /* parser/parser.nit:117 */
         REGB5 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
         REGB5 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB5, REGB7);
         REGB8 = TAG_Bool(VAL_ISA(REGB5, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
@@ -657,15 +658,15 @@ val_t parser___Parser___parse(val_t p0){
         } else {
           nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
         }
-        /* ./../lib/standard//kernel.nit:232 */
+        /* ../lib/standard/kernel.nit:232 */
         REGB8 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB5));
-        /* ./parser//parser.nit:118 */
+        /* parser/parser.nit:118 */
         if (UNTAG_Bool(REGB8)) {
-          /* ./parser//parser.nit:119 */
+          /* parser/parser.nit:119 */
           REGB8 = TAG_Int(1);
-          /* ./../lib/standard//kernel.nit:237 */
+          /* ../lib/standard/kernel.nit:237 */
           REGB8 = TAG_Int(UNTAG_Int(REGB6)-UNTAG_Int(REGB8));
-          /* ./parser//parser.nit:119 */
+          /* parser/parser.nit:119 */
           REGB4 = REGB8;
         } else {
           REGB8 = TAG_Bool(VAL_ISA(REGB5, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
@@ -673,86 +674,86 @@ val_t parser___Parser___parse(val_t p0){
           } else {
             nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
           }
-          /* ./../lib/standard//kernel.nit:234 */
+          /* ../lib/standard/kernel.nit:234 */
           REGB5 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB5));
-          /* ./parser//parser.nit:120 */
+          /* parser/parser.nit:120 */
           if (UNTAG_Bool(REGB5)) {
-            /* ./parser//parser.nit:121 */
+            /* parser/parser.nit:121 */
             REGB5 = TAG_Int(1);
-            /* ./../lib/standard//kernel.nit:235 */
+            /* ../lib/standard/kernel.nit:235 */
             REGB5 = TAG_Int(UNTAG_Int(REGB6)+UNTAG_Int(REGB5));
-            /* ./parser//parser.nit:121 */
+            /* parser/parser.nit:121 */
             REGB1 = REGB5;
           } else {
-            /* ./parser//parser.nit:123 */
+            /* parser/parser.nit:123 */
             REGB5 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
             REGB6 = TAG_Int(1);
-            /* ./../lib/standard//kernel.nit:235 */
+            /* ../lib/standard/kernel.nit:235 */
             REGB6 = TAG_Int(UNTAG_Int(REGB7)+UNTAG_Int(REGB6));
-            /* ./parser//parser.nit:123 */
+            /* parser/parser.nit:123 */
             REGB6 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB5, REGB6);
             REGB2 = REGB6;
-            /* ./parser//parser.nit:124 */
+            /* parser/parser.nit:124 */
             REGB6 = CALL_parser___Parser___state(fra.me.REG[0])(fra.me.REG[0]);
             REGB5 = TAG_Int(2);
-            /* ./../lib/standard//kernel.nit:235 */
+            /* ../lib/standard/kernel.nit:235 */
             REGB5 = TAG_Int(UNTAG_Int(REGB7)+UNTAG_Int(REGB5));
-            /* ./parser//parser.nit:124 */
+            /* parser/parser.nit:124 */
             REGB5 = CALL_parser___tables___TablesCapable___parser_action(fra.me.REG[0])(fra.me.REG[0], REGB6, REGB5);
             REGB3 = REGB5;
-            /* ./parser//parser.nit:125 */
+            /* parser/parser.nit:125 */
             goto label2;
           }
         }
       } else {
-        /* ./parser//parser.nit:113 */
+        /* parser/parser.nit:113 */
         goto label2;
       }
     }
     label2: while(0);
-    /* ./parser//parser.nit:129 */
+    /* parser/parser.nit:129 */
     REGB1 = TAG_Int(0);
     REGB0 = TAG_Bool(IS_EQUAL_OO(REGB2,REGB1));
     if (UNTAG_Bool(REGB0)) {
     } else {
-      /* ./../lib/standard//kernel.nit:227 */
+      /* ../lib/standard/kernel.nit:227 */
       REGB1 = TAG_Bool((REGB2)==(REGB1));
-      /* ./parser//parser.nit:129 */
+      /* parser/parser.nit:129 */
       REGB0 = REGB1;
     }
     if (UNTAG_Bool(REGB0)) {
-      /* ./parser//parser.nit:130 */
+      /* parser/parser.nit:130 */
       fra.me.REG[4] = CALL_parser___lexer___Lexer___next(fra.me.REG[1])(fra.me.REG[1]);
       CALL_parser___Parser___push(fra.me.REG[0])(fra.me.REG[0], REGB3, fra.me.REG[4]);
     } else {
-      /* ./parser//parser.nit:131 */
+      /* parser/parser.nit:131 */
       REGB0 = TAG_Int(1);
       REGB1 = TAG_Bool(IS_EQUAL_OO(REGB2,REGB0));
       if (UNTAG_Bool(REGB1)) {
       } else {
-        /* ./../lib/standard//kernel.nit:227 */
+        /* ../lib/standard/kernel.nit:227 */
         REGB0 = TAG_Bool((REGB2)==(REGB0));
-        /* ./parser//parser.nit:131 */
+        /* parser/parser.nit:131 */
         REGB1 = REGB0;
       }
       if (UNTAG_Bool(REGB1)) {
-        /* ./parser//parser.nit:132 */
+        /* parser/parser.nit:132 */
         REGB1 = TAG_Bool(ATTR_parser___Parser____reduce_table(fra.me.REG[0])!=NIT_NULL);
         if (UNTAG_Bool(REGB1)) {
         } else {
           nit_abort("Uninitialized attribute %s", "_reduce_table", LOCATE_parser, 132);
         }
         fra.me.REG[4] = ATTR_parser___Parser____reduce_table(fra.me.REG[0]);
-        /* ./../lib/standard//collection//array.nit:280 */
+        /* ../lib/standard/collection/array.nit:280 */
         REGB1 = TAG_Int(0);
         REGB0 = TAG_Bool(VAL_ISA(REGB1, VTCOLOR_standard___kernel___Comparable___OTHER(REGB3), VTID_standard___kernel___Comparable___OTHER(REGB3))) /*cast OTHER*/;
         if (UNTAG_Bool(REGB0)) {
         } else {
           nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
         }
-        /* ./../lib/standard//kernel.nit:233 */
+        /* ../lib/standard/kernel.nit:233 */
         REGB1 = TAG_Bool(UNTAG_Int(REGB3)>=UNTAG_Int(REGB1));
-        /* ./../lib/standard//collection//array.nit:280 */
+        /* ../lib/standard/collection/array.nit:280 */
         if (UNTAG_Bool(REGB1)) {
           REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4])!=NIT_NULL);
           if (UNTAG_Bool(REGB1)) {
@@ -765,96 +766,111 @@ val_t parser___Parser___parse(val_t p0){
           } else {
             nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
           }
-          /* ./../lib/standard//kernel.nit:232 */
+          /* ../lib/standard/kernel.nit:232 */
           REGB1 = TAG_Bool(UNTAG_Int(REGB3)<UNTAG_Int(REGB1));
         } else {
-          /* ./../lib/standard//collection//array.nit:280 */
+          /* ../lib/standard/collection/array.nit:280 */
           REGB0 = TAG_Bool(false);
           REGB1 = REGB0;
         }
         if (UNTAG_Bool(REGB1)) {
         } else {
-          nit_abort("Assert %s  failed", "'index'", LOCATE_standard___collection___array, 280);
+          nit_abort("Assert '%s' failed", "index", LOCATE_standard___collection___array, 280);
         }
-        /* ./../lib/standard//collection//array.nit:281 */
+        /* ../lib/standard/collection/array.nit:281 */
         fra.me.REG[4] = ATTR_standard___collection___array___Array____items(fra.me.REG[4]);
         REGB1 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
         if (UNTAG_Bool(REGB1)) {
           nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 281);
         }
-        /* ./../lib/standard//collection//array.nit:718 */
+        /* ../lib/standard/collection/array.nit:718 */
         fra.me.REG[4] = ((Nit_NativeArray)fra.me.REG[4])->val[UNTAG_Int(REGB3)];
-        /* ./../lib/standard//collection//array.nit:281 */
+        /* ../lib/standard/collection/array.nit:281 */
         goto label3;
         label3: while(0);
-        /* ./parser//parser.nit:132 */
+        /* parser/parser.nit:132 */
         REGB3 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
         if (UNTAG_Bool(REGB3)) {
           nit_abort("Reciever is null", NULL, LOCATE_parser, 132);
         }
         CALL_parser___ReduceAction___action(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[0]);
       } else {
-        /* ./parser//parser.nit:133 */
+        /* parser/parser.nit:133 */
         REGB3 = TAG_Int(2);
         REGB1 = TAG_Bool(IS_EQUAL_OO(REGB2,REGB3));
         if (UNTAG_Bool(REGB1)) {
         } else {
-          /* ./../lib/standard//kernel.nit:227 */
+          /* ../lib/standard/kernel.nit:227 */
           REGB3 = TAG_Bool((REGB2)==(REGB3));
-          /* ./parser//parser.nit:133 */
+          /* parser/parser.nit:133 */
           REGB1 = REGB3;
         }
         if (UNTAG_Bool(REGB1)) {
-          /* ./parser//parser.nit:134 */
+          /* parser/parser.nit:134 */
           fra.me.REG[4] = CALL_parser___lexer___Lexer___next(fra.me.REG[1])(fra.me.REG[1]);
-          /* ./parser//parser.nit:135 */
+          /* parser/parser.nit:135 */
           REGB1 = TAG_Bool(VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___EOF, ID_parser___parser_nodes___EOF)) /*cast EOF*/;
           if (UNTAG_Bool(REGB1)) {
           } else {
             nit_abort("Assert failed", NULL, LOCATE_parser, 135);
           }
-          /* ./parser//parser.nit:136 */
+          /* parser/parser.nit:136 */
           fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[0])(fra.me.REG[0]);
-          /* ./parser//parser.nit:137 */
+          /* parser/parser.nit:137 */
           REGB1 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModule, ID_parser___parser_nodes___AModule)) /*cast AModule*/;
           if (UNTAG_Bool(REGB1)) {
           } else {
             nit_abort("Assert failed", NULL, LOCATE_parser, 137);
           }
-          /* ./parser//parser.nit:138 */
-          fra.me.REG[4] = NEW_Start_parser___parser_prod___Start___init(fra.me.REG[5], fra.me.REG[4]);
-          /* ./parser//parser.nit:139 */
+          /* parser/parser.nit:138 */
+          fra.me.REG[4] = NEW_Start_parser___parser_nodes___Start___init(fra.me.REG[5], fra.me.REG[4]);
+          /* parser/parser.nit:139 */
           fra.me.REG[5] = NEW_ComputeProdLocationVisitor_parser___ComputeProdLocationVisitor___init();
           CALL_parser___parser_prod___Visitor___enter_visit(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
-          /* ./parser//parser.nit:140 */
+          /* parser/parser.nit:140 */
           fra.me.REG[3] = fra.me.REG[4];
           goto label1;
         } else {
-          /* ./parser//parser.nit:141 */
+          /* parser/parser.nit:141 */
           REGB1 = TAG_Int(3);
           REGB3 = TAG_Bool(IS_EQUAL_OO(REGB2,REGB1));
           if (UNTAG_Bool(REGB3)) {
           } else {
-            /* ./../lib/standard//kernel.nit:227 */
+            /* ../lib/standard/kernel.nit:227 */
             REGB1 = TAG_Bool((REGB2)==(REGB1));
-            /* ./parser//parser.nit:141 */
+            /* parser/parser.nit:141 */
             REGB3 = REGB1;
           }
           if (UNTAG_Bool(REGB3)) {
-            /* ./parser//parser.nit:142 */
+            /* parser/parser.nit:142 */
+            REGB3 = TAG_Int(3);
+            fra.me.REG[4] = NEW_Array_standard___collection___array___Array___with_capacity(REGB3);
             if (!once_value_4) {
-              fra.me.REG[4] = BOX_NativeString("Syntax error: unexpected token.");
-              REGB3 = TAG_Int(31);
-              fra.me.REG[4] = NEW_String_standard___string___String___with_native(fra.me.REG[4], REGB3);
-              once_value_4 = fra.me.REG[4];
+              fra.me.REG[5] = BOX_NativeString("Syntax error: unexpected ");
+              REGB3 = TAG_Int(25);
+              fra.me.REG[5] = NEW_String_standard___string___String___with_native(fra.me.REG[5], REGB3);
+              once_value_4 = fra.me.REG[5];
               register_static_object(&once_value_4);
-            } else fra.me.REG[4] = once_value_4;
-            fra.me.REG[4] = fra.me.REG[4];
+            } else fra.me.REG[5] = once_value_4;
+            fra.me.REG[5] = fra.me.REG[5];
+            CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[5]);
+            fra.me.REG[5] = CALL_standard___string___Object___to_s(fra.me.REG[2])(fra.me.REG[2]);
+            CALL_standard___collection___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(".");
+              REGB3 = TAG_Int(1);
+              fra.me.REG[5] = NEW_String_standard___string___String___with_native(fra.me.REG[5], REGB3);
+              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_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[5]);
+            fra.me.REG[4] = CALL_standard___string___Object___to_s(fra.me.REG[4])(fra.me.REG[4]);
             fra.me.REG[2] = CALL_parser___parser_nodes___ANode___location(fra.me.REG[2])(fra.me.REG[2]);
             fra.me.REG[2] = NEW_AError_parser___lexer___AError___init_error(fra.me.REG[4], fra.me.REG[2]);
-            /* ./parser//parser.nit:143 */
-            fra.me.REG[2] = NEW_Start_parser___parser_prod___Start___init(NIT_NULL, fra.me.REG[2]);
-            /* ./parser//parser.nit:144 */
+            /* parser/parser.nit:143 */
+            fra.me.REG[2] = NEW_Start_parser___parser_nodes___Start___init(NIT_NULL, fra.me.REG[2]);
+            /* parser/parser.nit:144 */
             fra.me.REG[3] = fra.me.REG[2];
             goto label1;
           }
@@ -881,3738 +897,3788 @@ void parser___Parser___build_reduce_table(val_t p0){
   fra.me.REG[1] = NIT_NULL;
   fra.me.REG[2] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:152 */
-  REGB0 = TAG_Int(745);
+  /* parser/parser.nit:152 */
+  REGB0 = TAG_Int(755);
   fra.me.REG[1] = NEW_Array_standard___collection___array___Array___with_capacity(REGB0);
-  /* ./parser//parser.nit:153 */
+  /* parser/parser.nit:153 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction0_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:154 */
+  /* parser/parser.nit:154 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction1_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:155 */
+  /* parser/parser.nit:155 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction2_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:156 */
+  /* parser/parser.nit:156 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction3_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:157 */
+  /* parser/parser.nit:157 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction4_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:158 */
+  /* parser/parser.nit:158 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction5_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:159 */
+  /* parser/parser.nit:159 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction6_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:160 */
+  /* parser/parser.nit:160 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction7_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:161 */
+  /* parser/parser.nit:161 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction8_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:162 */
+  /* parser/parser.nit:162 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction9_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:163 */
+  /* parser/parser.nit:163 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction10_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:164 */
+  /* parser/parser.nit:164 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction11_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:165 */
+  /* parser/parser.nit:165 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction12_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:166 */
+  /* parser/parser.nit:166 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction13_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:167 */
+  /* parser/parser.nit:167 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction14_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:168 */
+  /* parser/parser.nit:168 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction15_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:169 */
+  /* parser/parser.nit:169 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction16_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:170 */
+  /* parser/parser.nit:170 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction17_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:171 */
+  /* parser/parser.nit:171 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction18_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:172 */
+  /* parser/parser.nit:172 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction19_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:173 */
+  /* parser/parser.nit:173 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction20_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:174 */
+  /* parser/parser.nit:174 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction21_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:175 */
+  /* parser/parser.nit:175 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction22_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:176 */
+  /* parser/parser.nit:176 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction23_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:177 */
+  /* parser/parser.nit:177 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction24_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:178 */
+  /* parser/parser.nit:178 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction25_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:179 */
+  /* parser/parser.nit:179 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction26_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:180 */
+  /* parser/parser.nit:180 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction27_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:181 */
+  /* parser/parser.nit:181 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction28_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:182 */
+  /* parser/parser.nit:182 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction29_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:183 */
+  /* parser/parser.nit:183 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction30_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:184 */
+  /* parser/parser.nit:184 */
   REGB0 = TAG_Int(0);
   fra.me.REG[2] = NEW_ReduceAction31_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:185 */
+  /* parser/parser.nit:185 */
   REGB0 = TAG_Int(1);
   fra.me.REG[2] = NEW_ReduceAction32_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:186 */
+  /* parser/parser.nit:186 */
   REGB0 = TAG_Int(2);
   fra.me.REG[2] = NEW_ReduceAction33_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:187 */
+  /* parser/parser.nit:187 */
   REGB0 = TAG_Int(2);
   fra.me.REG[2] = NEW_ReduceAction34_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:188 */
+  /* parser/parser.nit:188 */
   REGB0 = TAG_Int(3);
   fra.me.REG[2] = NEW_ReduceAction35_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:189 */
+  /* parser/parser.nit:189 */
   REGB0 = TAG_Int(3);
   fra.me.REG[2] = NEW_ReduceAction36_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:190 */
+  /* parser/parser.nit:190 */
   REGB0 = TAG_Int(4);
   fra.me.REG[2] = NEW_ReduceAction37_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:191 */
+  /* parser/parser.nit:191 */
   REGB0 = TAG_Int(4);
   fra.me.REG[2] = NEW_ReduceAction37_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:192 */
+  /* parser/parser.nit:192 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction39_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:193 */
+  /* parser/parser.nit:193 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction40_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:194 */
+  /* parser/parser.nit:194 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction41_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:195 */
+  /* parser/parser.nit:195 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction42_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:196 */
+  /* parser/parser.nit:196 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction43_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:197 */
+  /* parser/parser.nit:197 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction44_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:198 */
+  /* parser/parser.nit:198 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction45_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:199 */
+  /* parser/parser.nit:199 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction46_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:200 */
+  /* parser/parser.nit:200 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction47_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:201 */
+  /* parser/parser.nit:201 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction48_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:202 */
+  /* parser/parser.nit:202 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction49_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:203 */
+  /* parser/parser.nit:203 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction50_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:204 */
+  /* parser/parser.nit:204 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction51_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:205 */
+  /* parser/parser.nit:205 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction52_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:206 */
+  /* parser/parser.nit:206 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction53_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:207 */
+  /* parser/parser.nit:207 */
   REGB0 = TAG_Int(5);
   fra.me.REG[2] = NEW_ReduceAction54_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:208 */
+  /* parser/parser.nit:208 */
   REGB0 = TAG_Int(6);
   fra.me.REG[2] = NEW_ReduceAction55_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:209 */
+  /* parser/parser.nit:209 */
   REGB0 = TAG_Int(6);
   fra.me.REG[2] = NEW_ReduceAction56_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:210 */
+  /* parser/parser.nit:210 */
   REGB0 = TAG_Int(6);
   fra.me.REG[2] = NEW_ReduceAction57_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:211 */
+  /* parser/parser.nit:211 */
   REGB0 = TAG_Int(6);
   fra.me.REG[2] = NEW_ReduceAction58_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:212 */
+  /* parser/parser.nit:212 */
   REGB0 = TAG_Int(6);
   fra.me.REG[2] = NEW_ReduceAction59_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:213 */
+  /* parser/parser.nit:213 */
   REGB0 = TAG_Int(7);
   fra.me.REG[2] = NEW_ReduceAction60_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:214 */
+  /* parser/parser.nit:214 */
   REGB0 = TAG_Int(7);
   fra.me.REG[2] = NEW_ReduceAction61_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:215 */
+  /* parser/parser.nit:215 */
   REGB0 = TAG_Int(8);
   fra.me.REG[2] = NEW_ReduceAction62_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:216 */
+  /* parser/parser.nit:216 */
   REGB0 = TAG_Int(9);
   fra.me.REG[2] = NEW_ReduceAction63_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:217 */
+  /* parser/parser.nit:217 */
   REGB0 = TAG_Int(9);
   fra.me.REG[2] = NEW_ReduceAction64_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:218 */
+  /* parser/parser.nit:218 */
   REGB0 = TAG_Int(10);
   fra.me.REG[2] = NEW_ReduceAction65_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:219 */
+  /* parser/parser.nit:219 */
   REGB0 = TAG_Int(10);
   fra.me.REG[2] = NEW_ReduceAction66_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:220 */
+  /* parser/parser.nit:220 */
   REGB0 = TAG_Int(11);
   fra.me.REG[2] = NEW_ReduceAction67_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:221 */
+  /* parser/parser.nit:221 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction68_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:222 */
+  /* parser/parser.nit:222 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction69_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:223 */
+  /* parser/parser.nit:223 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction70_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:224 */
+  /* parser/parser.nit:224 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction71_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:225 */
+  /* parser/parser.nit:225 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction72_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:226 */
+  /* parser/parser.nit:226 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction73_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:227 */
+  /* parser/parser.nit:227 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction74_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:228 */
+  /* parser/parser.nit:228 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction75_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:229 */
+  /* parser/parser.nit:229 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction76_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:230 */
+  /* parser/parser.nit:230 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction77_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:231 */
+  /* parser/parser.nit:231 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction78_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:232 */
+  /* parser/parser.nit:232 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction79_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:233 */
+  /* parser/parser.nit:233 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction80_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:234 */
+  /* parser/parser.nit:234 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction81_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:235 */
+  /* parser/parser.nit:235 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction82_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:236 */
+  /* parser/parser.nit:236 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction83_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:237 */
+  /* parser/parser.nit:237 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction84_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:238 */
+  /* parser/parser.nit:238 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction85_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:239 */
+  /* parser/parser.nit:239 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction86_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:240 */
+  /* parser/parser.nit:240 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction87_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:241 */
+  /* parser/parser.nit:241 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction88_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:242 */
+  /* parser/parser.nit:242 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction89_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:243 */
+  /* parser/parser.nit:243 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction90_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:244 */
+  /* parser/parser.nit:244 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction91_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:245 */
+  /* parser/parser.nit:245 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction92_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:246 */
+  /* parser/parser.nit:246 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction93_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:247 */
+  /* parser/parser.nit:247 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction94_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:248 */
+  /* parser/parser.nit:248 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction95_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:249 */
+  /* parser/parser.nit:249 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction96_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:250 */
+  /* parser/parser.nit:250 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction97_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:251 */
+  /* parser/parser.nit:251 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction98_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:252 */
+  /* parser/parser.nit:252 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction99_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:253 */
+  /* parser/parser.nit:253 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction100_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:254 */
+  /* parser/parser.nit:254 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction101_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:255 */
+  /* parser/parser.nit:255 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction102_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:256 */
+  /* parser/parser.nit:256 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction103_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:257 */
+  /* parser/parser.nit:257 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction104_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:258 */
+  /* parser/parser.nit:258 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction105_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:259 */
+  /* parser/parser.nit:259 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction106_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:260 */
+  /* parser/parser.nit:260 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction107_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:261 */
+  /* parser/parser.nit:261 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction108_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:262 */
+  /* parser/parser.nit:262 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction109_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:263 */
+  /* parser/parser.nit:263 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction110_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:264 */
+  /* parser/parser.nit:264 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction111_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:265 */
+  /* parser/parser.nit:265 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction112_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:266 */
+  /* parser/parser.nit:266 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction113_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:267 */
+  /* parser/parser.nit:267 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction114_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:268 */
+  /* parser/parser.nit:268 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction115_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:269 */
+  /* parser/parser.nit:269 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction116_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:270 */
+  /* parser/parser.nit:270 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction117_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:271 */
+  /* parser/parser.nit:271 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction118_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:272 */
+  /* parser/parser.nit:272 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction119_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:273 */
+  /* parser/parser.nit:273 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction120_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:274 */
+  /* parser/parser.nit:274 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction121_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:275 */
+  /* parser/parser.nit:275 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction122_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:276 */
+  /* parser/parser.nit:276 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction123_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:277 */
+  /* parser/parser.nit:277 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction124_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:278 */
+  /* parser/parser.nit:278 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction125_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:279 */
+  /* parser/parser.nit:279 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction126_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:280 */
+  /* parser/parser.nit:280 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction127_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:281 */
+  /* parser/parser.nit:281 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction128_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:282 */
+  /* parser/parser.nit:282 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction129_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:283 */
+  /* parser/parser.nit:283 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction130_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:284 */
+  /* parser/parser.nit:284 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction131_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:285 */
+  /* parser/parser.nit:285 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction132_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:286 */
+  /* parser/parser.nit:286 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction133_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:287 */
+  /* parser/parser.nit:287 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction134_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:288 */
+  /* parser/parser.nit:288 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction135_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:289 */
+  /* parser/parser.nit:289 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction136_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:290 */
+  /* parser/parser.nit:290 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction137_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:291 */
+  /* parser/parser.nit:291 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction138_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:292 */
+  /* parser/parser.nit:292 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction139_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:293 */
+  /* parser/parser.nit:293 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction140_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:294 */
+  /* parser/parser.nit:294 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction141_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:295 */
+  /* parser/parser.nit:295 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction142_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:296 */
+  /* parser/parser.nit:296 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction143_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:297 */
+  /* parser/parser.nit:297 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction144_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:298 */
+  /* parser/parser.nit:298 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction145_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:299 */
+  /* parser/parser.nit:299 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction146_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:300 */
+  /* parser/parser.nit:300 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction147_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:301 */
+  /* parser/parser.nit:301 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction148_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:302 */
+  /* parser/parser.nit:302 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction149_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:303 */
+  /* parser/parser.nit:303 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction150_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:304 */
+  /* parser/parser.nit:304 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction151_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:305 */
+  /* parser/parser.nit:305 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction152_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:306 */
+  /* parser/parser.nit:306 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction153_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:307 */
+  /* parser/parser.nit:307 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction154_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:308 */
+  /* parser/parser.nit:308 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction155_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:309 */
+  /* parser/parser.nit:309 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction156_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:310 */
+  /* parser/parser.nit:310 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction157_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:311 */
+  /* parser/parser.nit:311 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction158_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:312 */
+  /* parser/parser.nit:312 */
   REGB0 = TAG_Int(12);
   fra.me.REG[2] = NEW_ReduceAction159_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:313 */
+  /* parser/parser.nit:313 */
   REGB0 = TAG_Int(13);
   fra.me.REG[2] = NEW_ReduceAction160_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:314 */
+  /* parser/parser.nit:314 */
   REGB0 = TAG_Int(13);
   fra.me.REG[2] = NEW_ReduceAction161_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:315 */
+  /* parser/parser.nit:315 */
   REGB0 = TAG_Int(14);
   fra.me.REG[2] = NEW_ReduceAction162_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:316 */
+  /* parser/parser.nit:316 */
   REGB0 = TAG_Int(14);
   fra.me.REG[2] = NEW_ReduceAction163_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:317 */
+  /* parser/parser.nit:317 */
   REGB0 = TAG_Int(15);
   fra.me.REG[2] = NEW_ReduceAction164_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:318 */
+  /* parser/parser.nit:318 */
   REGB0 = TAG_Int(15);
   fra.me.REG[2] = NEW_ReduceAction165_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:319 */
+  /* parser/parser.nit:319 */
   REGB0 = TAG_Int(16);
   fra.me.REG[2] = NEW_ReduceAction166_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:320 */
+  /* parser/parser.nit:320 */
   REGB0 = TAG_Int(16);
   fra.me.REG[2] = NEW_ReduceAction167_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:321 */
+  /* parser/parser.nit:321 */
   REGB0 = TAG_Int(16);
   fra.me.REG[2] = NEW_ReduceAction168_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:322 */
+  /* parser/parser.nit:322 */
   REGB0 = TAG_Int(16);
   fra.me.REG[2] = NEW_ReduceAction169_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:323 */
+  /* parser/parser.nit:323 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction170_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:324 */
+  /* parser/parser.nit:324 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction171_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:325 */
+  /* parser/parser.nit:325 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction172_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:326 */
+  /* parser/parser.nit:326 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction173_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:327 */
+  /* parser/parser.nit:327 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction174_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:328 */
+  /* parser/parser.nit:328 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction175_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:329 */
+  /* parser/parser.nit:329 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction176_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:330 */
+  /* parser/parser.nit:330 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction177_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:331 */
+  /* parser/parser.nit:331 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction178_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:332 */
+  /* parser/parser.nit:332 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction179_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:333 */
+  /* parser/parser.nit:333 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction180_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:334 */
+  /* parser/parser.nit:334 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction181_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:335 */
+  /* parser/parser.nit:335 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction182_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:336 */
+  /* parser/parser.nit:336 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction183_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:337 */
+  /* parser/parser.nit:337 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction184_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:338 */
+  /* parser/parser.nit:338 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction185_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:339 */
+  /* parser/parser.nit:339 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction186_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:340 */
+  /* parser/parser.nit:340 */
   REGB0 = TAG_Int(17);
   fra.me.REG[2] = NEW_ReduceAction187_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:341 */
+  /* parser/parser.nit:341 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction188_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:342 */
+  /* parser/parser.nit:342 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction189_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:343 */
+  /* parser/parser.nit:343 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction190_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:344 */
+  /* parser/parser.nit:344 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction191_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:345 */
+  /* parser/parser.nit:345 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction192_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:346 */
+  /* parser/parser.nit:346 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction193_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:347 */
+  /* parser/parser.nit:347 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction194_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:348 */
+  /* parser/parser.nit:348 */
   REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction195_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:349 */
-  REGB0 = TAG_Int(19);
+  /* parser/parser.nit:349 */
+  REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction196_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:350 */
-  REGB0 = TAG_Int(19);
+  /* parser/parser.nit:350 */
+  REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction197_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:351 */
-  REGB0 = TAG_Int(19);
+  /* parser/parser.nit:351 */
+  REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction198_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:352 */
-  REGB0 = TAG_Int(19);
+  /* parser/parser.nit:352 */
+  REGB0 = TAG_Int(18);
   fra.me.REG[2] = NEW_ReduceAction199_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:353 */
-  REGB0 = TAG_Int(20);
+  /* parser/parser.nit:353 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction200_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:354 */
-  REGB0 = TAG_Int(20);
+  /* parser/parser.nit:354 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction201_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:355 */
-  REGB0 = TAG_Int(20);
+  /* parser/parser.nit:355 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction202_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:356 */
-  REGB0 = TAG_Int(21);
+  /* parser/parser.nit:356 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction203_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:357 */
-  REGB0 = TAG_Int(22);
+  /* parser/parser.nit:357 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction204_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:358 */
-  REGB0 = TAG_Int(22);
+  /* parser/parser.nit:358 */
+  REGB0 = TAG_Int(19);
   fra.me.REG[2] = NEW_ReduceAction205_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:359 */
-  REGB0 = TAG_Int(22);
+  /* parser/parser.nit:359 */
+  REGB0 = TAG_Int(20);
   fra.me.REG[2] = NEW_ReduceAction206_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:360 */
-  REGB0 = TAG_Int(23);
+  /* parser/parser.nit:360 */
+  REGB0 = TAG_Int(20);
   fra.me.REG[2] = NEW_ReduceAction207_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:361 */
-  REGB0 = TAG_Int(24);
+  /* parser/parser.nit:361 */
+  REGB0 = TAG_Int(21);
   fra.me.REG[2] = NEW_ReduceAction208_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:362 */
-  REGB0 = TAG_Int(24);
+  /* parser/parser.nit:362 */
+  REGB0 = TAG_Int(22);
   fra.me.REG[2] = NEW_ReduceAction209_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:363 */
-  REGB0 = TAG_Int(24);
+  /* parser/parser.nit:363 */
+  REGB0 = TAG_Int(22);
   fra.me.REG[2] = NEW_ReduceAction210_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:364 */
-  REGB0 = TAG_Int(24);
+  /* parser/parser.nit:364 */
+  REGB0 = TAG_Int(22);
   fra.me.REG[2] = NEW_ReduceAction211_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:365 */
-  REGB0 = TAG_Int(24);
+  /* parser/parser.nit:365 */
+  REGB0 = TAG_Int(23);
   fra.me.REG[2] = NEW_ReduceAction212_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:366 */
+  /* parser/parser.nit:366 */
   REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction213_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:367 */
-  REGB0 = TAG_Int(25);
+  /* parser/parser.nit:367 */
+  REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction214_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:368 */
-  REGB0 = TAG_Int(26);
+  /* parser/parser.nit:368 */
+  REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction215_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:369 */
-  REGB0 = TAG_Int(26);
+  /* parser/parser.nit:369 */
+  REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction216_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:370 */
-  REGB0 = TAG_Int(27);
+  /* parser/parser.nit:370 */
+  REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction217_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:371 */
-  REGB0 = TAG_Int(28);
+  /* parser/parser.nit:371 */
+  REGB0 = TAG_Int(24);
   fra.me.REG[2] = NEW_ReduceAction218_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:372 */
-  REGB0 = TAG_Int(28);
-  fra.me.REG[2] = NEW_ReduceAction218_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:372 */
+  REGB0 = TAG_Int(25);
+  fra.me.REG[2] = NEW_ReduceAction219_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:373 */
-  REGB0 = TAG_Int(28);
+  /* parser/parser.nit:373 */
+  REGB0 = TAG_Int(26);
   fra.me.REG[2] = NEW_ReduceAction220_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:374 */
-  REGB0 = TAG_Int(29);
+  /* parser/parser.nit:374 */
+  REGB0 = TAG_Int(26);
   fra.me.REG[2] = NEW_ReduceAction221_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:375 */
-  REGB0 = TAG_Int(29);
+  /* parser/parser.nit:375 */
+  REGB0 = TAG_Int(27);
   fra.me.REG[2] = NEW_ReduceAction222_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:376 */
-  REGB0 = TAG_Int(29);
+  /* parser/parser.nit:376 */
+  REGB0 = TAG_Int(28);
   fra.me.REG[2] = NEW_ReduceAction223_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:377 */
-  REGB0 = TAG_Int(30);
-  fra.me.REG[2] = NEW_ReduceAction224_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:377 */
+  REGB0 = TAG_Int(28);
+  fra.me.REG[2] = NEW_ReduceAction223_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:378 */
-  REGB0 = TAG_Int(30);
+  /* parser/parser.nit:378 */
+  REGB0 = TAG_Int(28);
   fra.me.REG[2] = NEW_ReduceAction225_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:379 */
-  REGB0 = TAG_Int(30);
+  /* parser/parser.nit:379 */
+  REGB0 = TAG_Int(29);
   fra.me.REG[2] = NEW_ReduceAction226_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:380 */
-  REGB0 = TAG_Int(31);
+  /* parser/parser.nit:380 */
+  REGB0 = TAG_Int(29);
   fra.me.REG[2] = NEW_ReduceAction227_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:381 */
-  REGB0 = TAG_Int(31);
+  /* parser/parser.nit:381 */
+  REGB0 = TAG_Int(29);
   fra.me.REG[2] = NEW_ReduceAction228_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:382 */
-  REGB0 = TAG_Int(31);
+  /* parser/parser.nit:382 */
+  REGB0 = TAG_Int(30);
   fra.me.REG[2] = NEW_ReduceAction229_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:383 */
-  REGB0 = TAG_Int(31);
+  /* parser/parser.nit:383 */
+  REGB0 = TAG_Int(30);
   fra.me.REG[2] = NEW_ReduceAction230_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:384 */
-  REGB0 = TAG_Int(32);
+  /* parser/parser.nit:384 */
+  REGB0 = TAG_Int(30);
   fra.me.REG[2] = NEW_ReduceAction231_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:385 */
-  REGB0 = TAG_Int(32);
+  /* parser/parser.nit:385 */
+  REGB0 = TAG_Int(31);
   fra.me.REG[2] = NEW_ReduceAction232_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:386 */
-  REGB0 = TAG_Int(33);
+  /* parser/parser.nit:386 */
+  REGB0 = TAG_Int(31);
   fra.me.REG[2] = NEW_ReduceAction233_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:387 */
-  REGB0 = TAG_Int(34);
-  fra.me.REG[2] = NEW_ReduceAction233_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:387 */
+  REGB0 = TAG_Int(31);
+  fra.me.REG[2] = NEW_ReduceAction234_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:388 */
-  REGB0 = TAG_Int(35);
+  /* parser/parser.nit:388 */
+  REGB0 = TAG_Int(31);
   fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:389 */
-  REGB0 = TAG_Int(35);
+  /* parser/parser.nit:389 */
+  REGB0 = TAG_Int(32);
   fra.me.REG[2] = NEW_ReduceAction236_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:390 */
-  REGB0 = TAG_Int(35);
+  /* parser/parser.nit:390 */
+  REGB0 = TAG_Int(32);
   fra.me.REG[2] = NEW_ReduceAction237_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:391 */
-  REGB0 = TAG_Int(35);
+  /* parser/parser.nit:391 */
+  REGB0 = TAG_Int(33);
   fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:392 */
-  REGB0 = TAG_Int(36);
-  fra.me.REG[2] = NEW_ReduceAction239_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:392 */
+  REGB0 = TAG_Int(34);
+  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:393 */
-  REGB0 = TAG_Int(36);
+  /* parser/parser.nit:393 */
+  REGB0 = TAG_Int(35);
   fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:394 */
-  REGB0 = TAG_Int(37);
+  /* parser/parser.nit:394 */
+  REGB0 = TAG_Int(35);
   fra.me.REG[2] = NEW_ReduceAction241_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:395 */
-  REGB0 = TAG_Int(37);
+  /* parser/parser.nit:395 */
+  REGB0 = TAG_Int(35);
   fra.me.REG[2] = NEW_ReduceAction242_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:396 */
-  REGB0 = TAG_Int(38);
+  /* parser/parser.nit:396 */
+  REGB0 = TAG_Int(35);
   fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:397 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:397 */
+  REGB0 = TAG_Int(36);
+  fra.me.REG[2] = NEW_ReduceAction244_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:398 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:398 */
+  REGB0 = TAG_Int(36);
+  fra.me.REG[2] = NEW_ReduceAction245_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:399 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:399 */
+  REGB0 = TAG_Int(37);
   fra.me.REG[2] = NEW_ReduceAction246_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:400 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:400 */
+  REGB0 = TAG_Int(37);
   fra.me.REG[2] = NEW_ReduceAction247_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:401 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:401 */
+  REGB0 = TAG_Int(38);
   fra.me.REG[2] = NEW_ReduceAction248_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:402 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:402 */
+  REGB0 = TAG_Int(38);
   fra.me.REG[2] = NEW_ReduceAction249_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:403 */
+  /* parser/parser.nit:403 */
   REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction250_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:404 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction251_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:404 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:405 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction252_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:405 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:406 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:406 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction253_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:407 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:407 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction254_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:408 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:408 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction255_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:409 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:409 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction256_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:410 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:410 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction257_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:411 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:411 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction258_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:412 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:412 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction259_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:413 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:413 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction260_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:414 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:414 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction261_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:415 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:415 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction262_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:416 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:416 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction263_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:417 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction264_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:417 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:418 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:418 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:419 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:419 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:420 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:420 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:421 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:421 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:422 */
-  REGB0 = TAG_Int(39);
-  fra.me.REG[2] = NEW_ReduceAction269_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:422 */
+  REGB0 = TAG_Int(40);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:423 */
-  REGB0 = TAG_Int(39);
+  /* parser/parser.nit:423 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:424 */
+  /* parser/parser.nit:424 */
   REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction271_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:425 */
-  REGB0 = TAG_Int(41);
+  /* parser/parser.nit:425 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:426 */
-  REGB0 = TAG_Int(41);
+  /* parser/parser.nit:426 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:427 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:427 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:428 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:428 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:429 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:429 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction276_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:430 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:430 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction277_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:431 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:431 */
+  REGB0 = TAG_Int(40);
   fra.me.REG[2] = NEW_ReduceAction278_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:432 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:432 */
+  REGB0 = TAG_Int(41);
   fra.me.REG[2] = NEW_ReduceAction279_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:433 */
+  /* parser/parser.nit:433 */
   REGB0 = TAG_Int(42);
   fra.me.REG[2] = NEW_ReduceAction280_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:434 */
+  /* parser/parser.nit:434 */
   REGB0 = TAG_Int(42);
   fra.me.REG[2] = NEW_ReduceAction281_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:435 */
-  REGB0 = TAG_Int(42);
+  /* parser/parser.nit:435 */
+  REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction282_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:436 */
+  /* parser/parser.nit:436 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction283_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:437 */
+  /* parser/parser.nit:437 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction284_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:438 */
+  /* parser/parser.nit:438 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction285_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:439 */
+  /* parser/parser.nit:439 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction286_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:440 */
+  /* parser/parser.nit:440 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction287_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:441 */
+  /* parser/parser.nit:441 */
   REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction288_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:442 */
-  REGB0 = TAG_Int(44);
+  /* parser/parser.nit:442 */
+  REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction289_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:443 */
-  REGB0 = TAG_Int(44);
+  /* parser/parser.nit:443 */
+  REGB0 = TAG_Int(43);
   fra.me.REG[2] = NEW_ReduceAction290_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:444 */
-  REGB0 = TAG_Int(45);
+  /* parser/parser.nit:444 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction291_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:445 */
-  REGB0 = TAG_Int(46);
+  /* parser/parser.nit:445 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction292_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:446 */
-  REGB0 = TAG_Int(46);
+  /* parser/parser.nit:446 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction293_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:447 */
-  REGB0 = TAG_Int(46);
+  /* parser/parser.nit:447 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction294_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:448 */
-  REGB0 = TAG_Int(46);
+  /* parser/parser.nit:448 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction295_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:449 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:449 */
+  REGB0 = TAG_Int(44);
   fra.me.REG[2] = NEW_ReduceAction296_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:450 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:450 */
+  REGB0 = TAG_Int(45);
   fra.me.REG[2] = NEW_ReduceAction297_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:451 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:451 */
+  REGB0 = TAG_Int(45);
   fra.me.REG[2] = NEW_ReduceAction298_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:452 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:452 */
+  REGB0 = TAG_Int(46);
   fra.me.REG[2] = NEW_ReduceAction299_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:453 */
+  /* parser/parser.nit:453 */
   REGB0 = TAG_Int(47);
   fra.me.REG[2] = NEW_ReduceAction300_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:454 */
+  /* parser/parser.nit:454 */
   REGB0 = TAG_Int(47);
   fra.me.REG[2] = NEW_ReduceAction301_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:455 */
+  /* parser/parser.nit:455 */
   REGB0 = TAG_Int(47);
   fra.me.REG[2] = NEW_ReduceAction302_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:456 */
+  /* parser/parser.nit:456 */
   REGB0 = TAG_Int(47);
   fra.me.REG[2] = NEW_ReduceAction303_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:457 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:457 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction304_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:458 */
-  REGB0 = TAG_Int(47);
+  /* parser/parser.nit:458 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction305_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:459 */
+  /* parser/parser.nit:459 */
   REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction306_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:460 */
+  /* parser/parser.nit:460 */
   REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction307_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:461 */
-  REGB0 = TAG_Int(49);
+  /* parser/parser.nit:461 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction308_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:462 */
-  REGB0 = TAG_Int(49);
+  /* parser/parser.nit:462 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction309_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:463 */
-  REGB0 = TAG_Int(50);
+  /* parser/parser.nit:463 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction310_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:464 */
-  REGB0 = TAG_Int(50);
+  /* parser/parser.nit:464 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction311_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:465 */
-  REGB0 = TAG_Int(50);
+  /* parser/parser.nit:465 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction312_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:466 */
-  REGB0 = TAG_Int(50);
+  /* parser/parser.nit:466 */
+  REGB0 = TAG_Int(48);
   fra.me.REG[2] = NEW_ReduceAction313_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:467 */
-  REGB0 = TAG_Int(50);
+  /* parser/parser.nit:467 */
+  REGB0 = TAG_Int(49);
   fra.me.REG[2] = NEW_ReduceAction314_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:468 */
-  REGB0 = TAG_Int(51);
-  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:468 */
+  REGB0 = TAG_Int(49);
+  fra.me.REG[2] = NEW_ReduceAction315_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:469 */
-  REGB0 = TAG_Int(51);
-  fra.me.REG[2] = NEW_ReduceAction36_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:469 */
+  REGB0 = TAG_Int(50);
+  fra.me.REG[2] = NEW_ReduceAction316_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:470 */
-  REGB0 = TAG_Int(52);
+  /* parser/parser.nit:470 */
+  REGB0 = TAG_Int(50);
   fra.me.REG[2] = NEW_ReduceAction317_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:471 */
-  REGB0 = TAG_Int(52);
+  /* parser/parser.nit:471 */
+  REGB0 = TAG_Int(51);
   fra.me.REG[2] = NEW_ReduceAction318_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:472 */
-  REGB0 = TAG_Int(53);
+  /* parser/parser.nit:472 */
+  REGB0 = TAG_Int(51);
   fra.me.REG[2] = NEW_ReduceAction319_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:473 */
-  REGB0 = TAG_Int(53);
+  /* parser/parser.nit:473 */
+  REGB0 = TAG_Int(51);
   fra.me.REG[2] = NEW_ReduceAction320_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:474 */
-  REGB0 = TAG_Int(54);
+  /* parser/parser.nit:474 */
+  REGB0 = TAG_Int(51);
   fra.me.REG[2] = NEW_ReduceAction321_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:475 */
-  REGB0 = TAG_Int(54);
+  /* parser/parser.nit:475 */
+  REGB0 = TAG_Int(51);
   fra.me.REG[2] = NEW_ReduceAction322_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:476 */
-  REGB0 = TAG_Int(54);
-  fra.me.REG[2] = NEW_ReduceAction323_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:476 */
+  REGB0 = TAG_Int(52);
+  fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:477 */
-  REGB0 = TAG_Int(54);
-  fra.me.REG[2] = NEW_ReduceAction324_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:477 */
+  REGB0 = TAG_Int(52);
+  fra.me.REG[2] = NEW_ReduceAction242_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:478 */
-  REGB0 = TAG_Int(55);
+  /* parser/parser.nit:478 */
+  REGB0 = TAG_Int(53);
   fra.me.REG[2] = NEW_ReduceAction325_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:479 */
-  REGB0 = TAG_Int(55);
+  /* parser/parser.nit:479 */
+  REGB0 = TAG_Int(53);
   fra.me.REG[2] = NEW_ReduceAction326_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:480 */
-  REGB0 = TAG_Int(55);
+  /* parser/parser.nit:480 */
+  REGB0 = TAG_Int(54);
   fra.me.REG[2] = NEW_ReduceAction327_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:481 */
-  REGB0 = TAG_Int(55);
+  /* parser/parser.nit:481 */
+  REGB0 = TAG_Int(54);
   fra.me.REG[2] = NEW_ReduceAction328_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:482 */
-  REGB0 = TAG_Int(56);
+  /* parser/parser.nit:482 */
+  REGB0 = TAG_Int(55);
   fra.me.REG[2] = NEW_ReduceAction329_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:483 */
-  REGB0 = TAG_Int(57);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:483 */
+  REGB0 = TAG_Int(55);
+  fra.me.REG[2] = NEW_ReduceAction330_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:484 */
-  REGB0 = TAG_Int(57);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:484 */
+  REGB0 = TAG_Int(55);
+  fra.me.REG[2] = NEW_ReduceAction331_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:485 */
-  REGB0 = TAG_Int(57);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:485 */
+  REGB0 = TAG_Int(55);
+  fra.me.REG[2] = NEW_ReduceAction332_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:486 */
-  REGB0 = TAG_Int(57);
+  /* parser/parser.nit:486 */
+  REGB0 = TAG_Int(56);
   fra.me.REG[2] = NEW_ReduceAction333_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:487 */
-  REGB0 = TAG_Int(58);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:487 */
+  REGB0 = TAG_Int(56);
+  fra.me.REG[2] = NEW_ReduceAction334_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:488 */
-  REGB0 = TAG_Int(58);
+  /* parser/parser.nit:488 */
+  REGB0 = TAG_Int(56);
   fra.me.REG[2] = NEW_ReduceAction335_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:489 */
-  REGB0 = TAG_Int(59);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:489 */
+  REGB0 = TAG_Int(56);
+  fra.me.REG[2] = NEW_ReduceAction336_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:490 */
-  REGB0 = TAG_Int(59);
+  /* parser/parser.nit:490 */
+  REGB0 = TAG_Int(57);
   fra.me.REG[2] = NEW_ReduceAction337_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:491 */
-  REGB0 = TAG_Int(59);
-  fra.me.REG[2] = NEW_ReduceAction338_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:491 */
+  REGB0 = TAG_Int(58);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:492 */
-  REGB0 = TAG_Int(59);
-  fra.me.REG[2] = NEW_ReduceAction339_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:492 */
+  REGB0 = TAG_Int(58);
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:493 */
-  REGB0 = TAG_Int(60);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:493 */
+  REGB0 = TAG_Int(58);
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:494 */
-  REGB0 = TAG_Int(60);
+  /* parser/parser.nit:494 */
+  REGB0 = TAG_Int(58);
   fra.me.REG[2] = NEW_ReduceAction341_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:495 */
-  REGB0 = TAG_Int(61);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:495 */
+  REGB0 = TAG_Int(59);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:496 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:496 */
+  REGB0 = TAG_Int(59);
   fra.me.REG[2] = NEW_ReduceAction343_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:497 */
-  REGB0 = TAG_Int(61);
-  fra.me.REG[2] = NEW_ReduceAction344_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:497 */
+  REGB0 = TAG_Int(60);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:498 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:498 */
+  REGB0 = TAG_Int(60);
   fra.me.REG[2] = NEW_ReduceAction345_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:499 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:499 */
+  REGB0 = TAG_Int(60);
   fra.me.REG[2] = NEW_ReduceAction346_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:500 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:500 */
+  REGB0 = TAG_Int(60);
   fra.me.REG[2] = NEW_ReduceAction347_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:501 */
+  /* parser/parser.nit:501 */
   REGB0 = TAG_Int(61);
-  fra.me.REG[2] = NEW_ReduceAction348_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:502 */
+  /* parser/parser.nit:502 */
   REGB0 = TAG_Int(61);
   fra.me.REG[2] = NEW_ReduceAction349_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:503 */
-  REGB0 = TAG_Int(61);
-  fra.me.REG[2] = NEW_ReduceAction350_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:503 */
+  REGB0 = TAG_Int(62);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:504 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:504 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction351_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:505 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:505 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction352_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:506 */
-  REGB0 = TAG_Int(61);
+  /* parser/parser.nit:506 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction353_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:507 */
+  /* parser/parser.nit:507 */
   REGB0 = TAG_Int(62);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction354_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:508 */
+  /* parser/parser.nit:508 */
   REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction355_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:509 */
+  /* parser/parser.nit:509 */
   REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction356_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:510 */
-  REGB0 = TAG_Int(63);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:510 */
+  REGB0 = TAG_Int(62);
+  fra.me.REG[2] = NEW_ReduceAction357_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:511 */
-  REGB0 = TAG_Int(63);
+  /* parser/parser.nit:511 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction358_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:512 */
-  REGB0 = TAG_Int(63);
+  /* parser/parser.nit:512 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction359_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:513 */
-  REGB0 = TAG_Int(63);
+  /* parser/parser.nit:513 */
+  REGB0 = TAG_Int(62);
   fra.me.REG[2] = NEW_ReduceAction360_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:514 */
-  REGB0 = TAG_Int(64);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:514 */
+  REGB0 = TAG_Int(62);
+  fra.me.REG[2] = NEW_ReduceAction361_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:515 */
-  REGB0 = TAG_Int(64);
-  fra.me.REG[2] = NEW_ReduceAction362_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:515 */
+  REGB0 = TAG_Int(63);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:516 */
-  REGB0 = TAG_Int(64);
+  /* parser/parser.nit:516 */
+  REGB0 = TAG_Int(63);
   fra.me.REG[2] = NEW_ReduceAction363_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:517 */
-  REGB0 = TAG_Int(65);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:517 */
+  REGB0 = TAG_Int(63);
+  fra.me.REG[2] = NEW_ReduceAction364_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:518 */
-  REGB0 = TAG_Int(65);
-  fra.me.REG[2] = NEW_ReduceAction365_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:518 */
+  REGB0 = TAG_Int(64);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:519 */
-  REGB0 = TAG_Int(65);
+  /* parser/parser.nit:519 */
+  REGB0 = TAG_Int(64);
   fra.me.REG[2] = NEW_ReduceAction366_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:520 */
-  REGB0 = TAG_Int(65);
+  /* parser/parser.nit:520 */
+  REGB0 = TAG_Int(64);
   fra.me.REG[2] = NEW_ReduceAction367_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:521 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:521 */
+  REGB0 = TAG_Int(64);
   fra.me.REG[2] = NEW_ReduceAction368_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:522 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction369_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:522 */
+  REGB0 = TAG_Int(65);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:523 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction263_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:523 */
+  REGB0 = TAG_Int(65);
+  fra.me.REG[2] = NEW_ReduceAction370_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:524 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction264_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:524 */
+  REGB0 = TAG_Int(65);
+  fra.me.REG[2] = NEW_ReduceAction371_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:525 */
+  /* parser/parser.nit:525 */
   REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:526 */
+  /* parser/parser.nit:526 */
   REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction373_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:527 */
+  /* parser/parser.nit:527 */
   REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction269_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction374_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:528 */
+  /* parser/parser.nit:528 */
   REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction375_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:529 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:529 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction376_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:530 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:530 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction377_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:531 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction378_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:531 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:532 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction379_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:532 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction271_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:533 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction380_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:533 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:534 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction381_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:534 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:535 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction382_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:535 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction276_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:536 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction383_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:536 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction277_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:537 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:537 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction384_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:538 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:538 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:539 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:539 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction386_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:540 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:540 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction387_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:541 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:541 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction388_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:542 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:542 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction389_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:543 */
-  REGB0 = TAG_Int(66);
-  fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:543 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction390_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:544 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:544 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction391_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:545 */
-  REGB0 = TAG_Int(66);
+  /* parser/parser.nit:545 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction392_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:546 */
+  /* parser/parser.nit:546 */
   REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction393_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:547 */
+  /* parser/parser.nit:547 */
   REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction394_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:548 */
-  REGB0 = TAG_Int(68);
+  /* parser/parser.nit:548 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction395_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:549 */
-  REGB0 = TAG_Int(69);
+  /* parser/parser.nit:549 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction396_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:550 */
-  REGB0 = TAG_Int(70);
-  fra.me.REG[2] = NEW_ReduceAction395_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:550 */
+  REGB0 = TAG_Int(67);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:551 */
-  REGB0 = TAG_Int(71);
+  /* parser/parser.nit:551 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction398_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:552 */
-  REGB0 = TAG_Int(72);
+  /* parser/parser.nit:552 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction399_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:553 */
-  REGB0 = TAG_Int(73);
+  /* parser/parser.nit:553 */
+  REGB0 = TAG_Int(67);
   fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:554 */
-  REGB0 = TAG_Int(73);
+  /* parser/parser.nit:554 */
+  REGB0 = TAG_Int(68);
   fra.me.REG[2] = NEW_ReduceAction401_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:555 */
-  REGB0 = TAG_Int(73);
-  fra.me.REG[2] = NEW_ReduceAction202_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:555 */
+  REGB0 = TAG_Int(68);
+  fra.me.REG[2] = NEW_ReduceAction402_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:556 */
-  REGB0 = TAG_Int(73);
+  /* parser/parser.nit:556 */
+  REGB0 = TAG_Int(69);
   fra.me.REG[2] = NEW_ReduceAction403_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:557 */
-  REGB0 = TAG_Int(74);
-  fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:557 */
+  REGB0 = TAG_Int(70);
+  fra.me.REG[2] = NEW_ReduceAction404_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:558 */
-  REGB0 = TAG_Int(74);
-  fra.me.REG[2] = NEW_ReduceAction401_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:558 */
+  REGB0 = TAG_Int(71);
+  fra.me.REG[2] = NEW_ReduceAction403_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:559 */
-  REGB0 = TAG_Int(74);
+  /* parser/parser.nit:559 */
+  REGB0 = TAG_Int(72);
   fra.me.REG[2] = NEW_ReduceAction406_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:560 */
+  REGB0 = TAG_Int(73);
+  fra.me.REG[2] = NEW_ReduceAction407_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:560 */
+  /* parser/parser.nit:561 */
   REGB0 = TAG_Int(74);
-  fra.me.REG[2] = NEW_ReduceAction202_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction408_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:561 */
+  /* parser/parser.nit:562 */
   REGB0 = TAG_Int(74);
-  fra.me.REG[2] = NEW_ReduceAction403_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction409_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:562 */
-  REGB0 = TAG_Int(75);
-  fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:563 */
+  REGB0 = TAG_Int(74);
+  fra.me.REG[2] = NEW_ReduceAction410_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:563 */
+  /* parser/parser.nit:564 */
   REGB0 = TAG_Int(75);
-  fra.me.REG[2] = NEW_ReduceAction401_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:564 */
-  REGB0 = TAG_Int(76);
-  fra.me.REG[2] = NEW_ReduceAction411_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction408_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:565 */
-  REGB0 = TAG_Int(77);
+  /* parser/parser.nit:565 */
+  REGB0 = TAG_Int(75);
   fra.me.REG[2] = NEW_ReduceAction412_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:566 */
-  REGB0 = TAG_Int(77);
-  fra.me.REG[2] = NEW_ReduceAction413_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:566 */
+  REGB0 = TAG_Int(75);
+  fra.me.REG[2] = NEW_ReduceAction409_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:567 */
-  REGB0 = TAG_Int(78);
-  fra.me.REG[2] = NEW_ReduceAction414_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:567 */
+  REGB0 = TAG_Int(75);
+  fra.me.REG[2] = NEW_ReduceAction410_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:568 */
-  REGB0 = TAG_Int(78);
+  /* parser/parser.nit:568 */
+  REGB0 = TAG_Int(76);
   fra.me.REG[2] = NEW_ReduceAction415_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:569 */
-  REGB0 = TAG_Int(78);
+  /* parser/parser.nit:569 */
+  REGB0 = TAG_Int(77);
   fra.me.REG[2] = NEW_ReduceAction416_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:570 */
-  REGB0 = TAG_Int(78);
+  /* parser/parser.nit:570 */
+  REGB0 = TAG_Int(77);
   fra.me.REG[2] = NEW_ReduceAction417_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:571 */
-  REGB0 = TAG_Int(79);
+  /* parser/parser.nit:571 */
+  REGB0 = TAG_Int(78);
   fra.me.REG[2] = NEW_ReduceAction418_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:572 */
+  /* parser/parser.nit:572 */
   REGB0 = TAG_Int(79);
   fra.me.REG[2] = NEW_ReduceAction419_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:573 */
+  /* parser/parser.nit:573 */
   REGB0 = TAG_Int(79);
   fra.me.REG[2] = NEW_ReduceAction420_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:574 */
+  /* parser/parser.nit:574 */
   REGB0 = TAG_Int(80);
   fra.me.REG[2] = NEW_ReduceAction421_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:575 */
-  REGB0 = TAG_Int(81);
+  /* parser/parser.nit:575 */
+  REGB0 = TAG_Int(80);
   fra.me.REG[2] = NEW_ReduceAction422_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:576 */
-  REGB0 = TAG_Int(82);
+  /* parser/parser.nit:576 */
+  REGB0 = TAG_Int(80);
   fra.me.REG[2] = NEW_ReduceAction423_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:577 */
-  REGB0 = TAG_Int(82);
-  fra.me.REG[2] = NEW_ReduceAction423_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:577 */
+  REGB0 = TAG_Int(80);
+  fra.me.REG[2] = NEW_ReduceAction424_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:578 */
-  REGB0 = TAG_Int(83);
+  /* parser/parser.nit:578 */
+  REGB0 = TAG_Int(81);
   fra.me.REG[2] = NEW_ReduceAction425_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:579 */
-  REGB0 = TAG_Int(83);
+  /* parser/parser.nit:579 */
+  REGB0 = TAG_Int(81);
   fra.me.REG[2] = NEW_ReduceAction426_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:580 */
+  REGB0 = TAG_Int(81);
+  fra.me.REG[2] = NEW_ReduceAction427_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:580 */
+  /* parser/parser.nit:581 */
+  REGB0 = TAG_Int(82);
+  fra.me.REG[2] = NEW_ReduceAction428_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:582 */
   REGB0 = TAG_Int(83);
-  fra.me.REG[2] = NEW_ReduceAction36_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction429_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:581 */
+  /* parser/parser.nit:583 */
   REGB0 = TAG_Int(84);
-  fra.me.REG[2] = NEW_ReduceAction428_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction430_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:582 */
+  /* parser/parser.nit:584 */
   REGB0 = TAG_Int(84);
-  fra.me.REG[2] = NEW_ReduceAction429_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction430_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:583 */
+  /* parser/parser.nit:585 */
   REGB0 = TAG_Int(85);
-  fra.me.REG[2] = NEW_ReduceAction430_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction432_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:584 */
+  /* parser/parser.nit:586 */
   REGB0 = TAG_Int(85);
-  fra.me.REG[2] = NEW_ReduceAction431_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction433_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:585 */
+  /* parser/parser.nit:587 */
   REGB0 = TAG_Int(85);
-  fra.me.REG[2] = NEW_ReduceAction423_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction36_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:586 */
+  /* parser/parser.nit:588 */
   REGB0 = TAG_Int(86);
-  fra.me.REG[2] = NEW_ReduceAction67_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction435_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:589 */
+  REGB0 = TAG_Int(86);
+  fra.me.REG[2] = NEW_ReduceAction436_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:587 */
+  /* parser/parser.nit:590 */
   REGB0 = TAG_Int(87);
-  fra.me.REG[2] = NEW_ReduceAction68_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction437_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:588 */
+  /* parser/parser.nit:591 */
   REGB0 = TAG_Int(87);
-  fra.me.REG[2] = NEW_ReduceAction69_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction438_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:589 */
+  /* parser/parser.nit:592 */
   REGB0 = TAG_Int(87);
+  fra.me.REG[2] = NEW_ReduceAction430_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:593 */
+  REGB0 = TAG_Int(88);
+  fra.me.REG[2] = NEW_ReduceAction67_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:594 */
+  REGB0 = TAG_Int(89);
+  fra.me.REG[2] = NEW_ReduceAction68_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:595 */
+  REGB0 = TAG_Int(89);
+  fra.me.REG[2] = NEW_ReduceAction69_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:596 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction70_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:590 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:597 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction71_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:591 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:598 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction72_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:592 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:599 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction73_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:593 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:600 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction78_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:594 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:601 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction79_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:595 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:602 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction80_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:596 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:603 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction81_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:597 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:604 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction82_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:598 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:605 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction83_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:599 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:606 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction84_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:600 */
-  REGB0 = TAG_Int(87);
+  /* parser/parser.nit:607 */
+  REGB0 = TAG_Int(89);
   fra.me.REG[2] = NEW_ReduceAction85_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:601 */
-  REGB0 = TAG_Int(88);
+  /* parser/parser.nit:608 */
+  REGB0 = TAG_Int(90);
   fra.me.REG[2] = NEW_ReduceAction188_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:602 */
-  REGB0 = TAG_Int(88);
+  /* parser/parser.nit:609 */
+  REGB0 = TAG_Int(90);
   fra.me.REG[2] = NEW_ReduceAction189_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:603 */
-  REGB0 = TAG_Int(88);
+  /* parser/parser.nit:610 */
+  REGB0 = TAG_Int(90);
   fra.me.REG[2] = NEW_ReduceAction190_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:604 */
-  REGB0 = TAG_Int(88);
-  fra.me.REG[2] = NEW_ReduceAction191_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:605 */
-  REGB0 = TAG_Int(89);
-  fra.me.REG[2] = NEW_ReduceAction227_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:606 */
-  REGB0 = TAG_Int(89);
-  fra.me.REG[2] = NEW_ReduceAction228_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:607 */
+  /* parser/parser.nit:611 */
   REGB0 = TAG_Int(90);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction191_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:608 */
+  /* parser/parser.nit:612 */
   REGB0 = TAG_Int(90);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction196_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:609 */
+  /* parser/parser.nit:613 */
   REGB0 = TAG_Int(90);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction197_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:610 */
+  /* parser/parser.nit:614 */
   REGB0 = TAG_Int(91);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction232_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:611 */
+  /* parser/parser.nit:615 */
   REGB0 = TAG_Int(91);
-  fra.me.REG[2] = NEW_ReduceAction335_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:612 */
-  REGB0 = TAG_Int(92);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction233_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:613 */
+  /* parser/parser.nit:616 */
   REGB0 = TAG_Int(92);
-  fra.me.REG[2] = NEW_ReduceAction337_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:614 */
+  /* parser/parser.nit:617 */
   REGB0 = TAG_Int(92);
-  fra.me.REG[2] = NEW_ReduceAction338_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:615 */
+  /* parser/parser.nit:618 */
   REGB0 = TAG_Int(92);
-  fra.me.REG[2] = NEW_ReduceAction339_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:616 */
+  /* parser/parser.nit:619 */
   REGB0 = TAG_Int(93);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:617 */
+  /* parser/parser.nit:620 */
   REGB0 = TAG_Int(93);
-  fra.me.REG[2] = NEW_ReduceAction341_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:618 */
-  REGB0 = TAG_Int(94);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:619 */
-  REGB0 = TAG_Int(94);
   fra.me.REG[2] = NEW_ReduceAction343_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:620 */
+  /* parser/parser.nit:621 */
   REGB0 = TAG_Int(94);
-  fra.me.REG[2] = NEW_ReduceAction344_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:621 */
+  /* parser/parser.nit:622 */
   REGB0 = TAG_Int(94);
   fra.me.REG[2] = NEW_ReduceAction345_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:622 */
+  /* parser/parser.nit:623 */
   REGB0 = TAG_Int(94);
   fra.me.REG[2] = NEW_ReduceAction346_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:623 */
+  /* parser/parser.nit:624 */
   REGB0 = TAG_Int(94);
   fra.me.REG[2] = NEW_ReduceAction347_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:624 */
-  REGB0 = TAG_Int(94);
-  fra.me.REG[2] = NEW_ReduceAction348_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:625 */
+  REGB0 = TAG_Int(95);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:625 */
-  REGB0 = TAG_Int(94);
+  /* parser/parser.nit:626 */
+  REGB0 = TAG_Int(95);
   fra.me.REG[2] = NEW_ReduceAction349_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:626 */
-  REGB0 = TAG_Int(94);
-  fra.me.REG[2] = NEW_ReduceAction350_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:627 */
+  REGB0 = TAG_Int(96);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:627 */
-  REGB0 = TAG_Int(94);
+  /* parser/parser.nit:628 */
+  REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction351_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:628 */
-  REGB0 = TAG_Int(94);
+  /* parser/parser.nit:629 */
+  REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction352_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:629 */
-  REGB0 = TAG_Int(94);
+  /* parser/parser.nit:630 */
+  REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction353_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:630 */
-  REGB0 = TAG_Int(95);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:631 */
+  REGB0 = TAG_Int(96);
+  fra.me.REG[2] = NEW_ReduceAction354_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:631 */
-  REGB0 = TAG_Int(95);
+  /* parser/parser.nit:632 */
+  REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction355_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:632 */
-  REGB0 = TAG_Int(95);
+  /* parser/parser.nit:633 */
+  REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction356_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:633 */
+  /* parser/parser.nit:634 */
   REGB0 = TAG_Int(96);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction357_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:634 */
+  /* parser/parser.nit:635 */
   REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction358_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:635 */
+  /* parser/parser.nit:636 */
   REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction359_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:636 */
+  /* parser/parser.nit:637 */
   REGB0 = TAG_Int(96);
   fra.me.REG[2] = NEW_ReduceAction360_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:637 */
-  REGB0 = TAG_Int(97);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:638 */
+  REGB0 = TAG_Int(96);
+  fra.me.REG[2] = NEW_ReduceAction361_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:638 */
+  /* parser/parser.nit:639 */
   REGB0 = TAG_Int(97);
-  fra.me.REG[2] = NEW_ReduceAction362_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:639 */
+  /* parser/parser.nit:640 */
   REGB0 = TAG_Int(97);
   fra.me.REG[2] = NEW_ReduceAction363_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:640 */
-  REGB0 = TAG_Int(98);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:641 */
+  REGB0 = TAG_Int(97);
+  fra.me.REG[2] = NEW_ReduceAction364_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:641 */
+  /* parser/parser.nit:642 */
   REGB0 = TAG_Int(98);
-  fra.me.REG[2] = NEW_ReduceAction365_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:642 */
+  /* parser/parser.nit:643 */
   REGB0 = TAG_Int(98);
   fra.me.REG[2] = NEW_ReduceAction366_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:643 */
+  /* parser/parser.nit:644 */
   REGB0 = TAG_Int(98);
   fra.me.REG[2] = NEW_ReduceAction367_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:644 */
-  REGB0 = TAG_Int(99);
+  /* parser/parser.nit:645 */
+  REGB0 = TAG_Int(98);
   fra.me.REG[2] = NEW_ReduceAction368_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:645 */
+  /* parser/parser.nit:646 */
   REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction369_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:646 */
+  /* parser/parser.nit:647 */
   REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction263_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction370_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:647 */
+  /* parser/parser.nit:648 */
   REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction264_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction371_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:648 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:649 */
+  REGB0 = TAG_Int(100);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:649 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:650 */
+  REGB0 = TAG_Int(100);
+  fra.me.REG[2] = NEW_ReduceAction373_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:650 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction269_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:651 */
+  REGB0 = TAG_Int(100);
+  fra.me.REG[2] = NEW_ReduceAction374_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:651 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:652 */
+  REGB0 = TAG_Int(100);
+  fra.me.REG[2] = NEW_ReduceAction375_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:652 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction377_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:653 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction376_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:653 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction381_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:654 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction377_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:654 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction382_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:655 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:655 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction383_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:656 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction271_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:656 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction384_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:657 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:657 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:658 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:658 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction386_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:659 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction276_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:659 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction387_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:660 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction277_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:660 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction388_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:661 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:661 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:662 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction389_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:662 */
-  REGB0 = TAG_Int(99);
-  fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:663 */
+  REGB0 = TAG_Int(101);
+  fra.me.REG[2] = NEW_ReduceAction390_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:663 */
-  REGB0 = TAG_Int(99);
+  /* parser/parser.nit:664 */
+  REGB0 = TAG_Int(101);
   fra.me.REG[2] = NEW_ReduceAction391_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:664 */
-  REGB0 = TAG_Int(99);
+  /* parser/parser.nit:665 */
+  REGB0 = TAG_Int(101);
   fra.me.REG[2] = NEW_ReduceAction392_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:665 */
-  REGB0 = TAG_Int(100);
-  fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:666 */
-  REGB0 = TAG_Int(100);
-  fra.me.REG[2] = NEW_ReduceAction236_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:667 */
-  REGB0 = TAG_Int(100);
-  fra.me.REG[2] = NEW_ReduceAction237_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:668 */
-  REGB0 = TAG_Int(100);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:669 */
+  /* parser/parser.nit:666 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction393_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:670 */
+  /* parser/parser.nit:667 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction394_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:671 */
+  /* parser/parser.nit:668 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction246_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction395_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:672 */
+  /* parser/parser.nit:669 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction247_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction396_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:673 */
+  /* parser/parser.nit:670 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction248_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:674 */
+  /* parser/parser.nit:671 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction249_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction398_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:675 */
+  /* parser/parser.nit:672 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction250_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction399_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:676 */
+  /* parser/parser.nit:673 */
   REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction251_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:677 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction252_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:674 */
+  REGB0 = TAG_Int(102);
+  fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:678 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:675 */
+  REGB0 = TAG_Int(102);
+  fra.me.REG[2] = NEW_ReduceAction241_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:676 */
+  REGB0 = TAG_Int(102);
+  fra.me.REG[2] = NEW_ReduceAction242_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:677 */
+  REGB0 = TAG_Int(102);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:678 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:679 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:680 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction253_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:679 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:681 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction254_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:680 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:682 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction255_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:681 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:683 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction256_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:682 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:684 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction257_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:683 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:685 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction258_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:684 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:686 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction259_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:685 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:687 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction260_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:686 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:688 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction261_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:687 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:689 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction262_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:688 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:690 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction263_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:689 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction264_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:691 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:690 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:692 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:691 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:693 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:692 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:694 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:693 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:695 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:694 */
-  REGB0 = TAG_Int(101);
-  fra.me.REG[2] = NEW_ReduceAction269_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:696 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:695 */
-  REGB0 = TAG_Int(101);
+  /* parser/parser.nit:697 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:696 */
-  REGB0 = TAG_Int(102);
+  /* parser/parser.nit:698 */
+  REGB0 = TAG_Int(103);
+  fra.me.REG[2] = NEW_ReduceAction271_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:699 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:697 */
-  REGB0 = TAG_Int(102);
+  /* parser/parser.nit:700 */
+  REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:698 */
+  /* parser/parser.nit:701 */
   REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:699 */
+  /* parser/parser.nit:702 */
   REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:700 */
+  /* parser/parser.nit:703 */
   REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction276_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:701 */
+  /* parser/parser.nit:704 */
   REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction277_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:702 */
+  /* parser/parser.nit:705 */
   REGB0 = TAG_Int(103);
   fra.me.REG[2] = NEW_ReduceAction278_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:703 */
-  REGB0 = TAG_Int(103);
-  fra.me.REG[2] = NEW_ReduceAction279_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:704 */
-  REGB0 = TAG_Int(103);
+  /* parser/parser.nit:706 */
+  REGB0 = TAG_Int(104);
   fra.me.REG[2] = NEW_ReduceAction280_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:705 */
-  REGB0 = TAG_Int(103);
+  /* parser/parser.nit:707 */
+  REGB0 = TAG_Int(104);
   fra.me.REG[2] = NEW_ReduceAction281_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:706 */
-  REGB0 = TAG_Int(103);
+  /* parser/parser.nit:708 */
+  REGB0 = TAG_Int(105);
   fra.me.REG[2] = NEW_ReduceAction282_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:707 */
-  REGB0 = TAG_Int(104);
-  fra.me.REG[2] = NEW_ReduceAction291_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:709 */
+  REGB0 = TAG_Int(105);
+  fra.me.REG[2] = NEW_ReduceAction283_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:708 */
+  /* parser/parser.nit:710 */
   REGB0 = TAG_Int(105);
-  fra.me.REG[2] = NEW_ReduceAction292_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction284_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:709 */
+  /* parser/parser.nit:711 */
   REGB0 = TAG_Int(105);
-  fra.me.REG[2] = NEW_ReduceAction293_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction285_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:710 */
+  /* parser/parser.nit:712 */
   REGB0 = TAG_Int(105);
-  fra.me.REG[2] = NEW_ReduceAction294_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction286_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:711 */
+  /* parser/parser.nit:713 */
   REGB0 = TAG_Int(105);
-  fra.me.REG[2] = NEW_ReduceAction295_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction287_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:712 */
-  REGB0 = TAG_Int(106);
-  fra.me.REG[2] = NEW_ReduceAction296_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:714 */
+  REGB0 = TAG_Int(105);
+  fra.me.REG[2] = NEW_ReduceAction288_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:713 */
-  REGB0 = TAG_Int(106);
-  fra.me.REG[2] = NEW_ReduceAction297_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:715 */
+  REGB0 = TAG_Int(105);
+  fra.me.REG[2] = NEW_ReduceAction289_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:714 */
-  REGB0 = TAG_Int(106);
-  fra.me.REG[2] = NEW_ReduceAction298_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:716 */
+  REGB0 = TAG_Int(105);
+  fra.me.REG[2] = NEW_ReduceAction290_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:715 */
+  /* parser/parser.nit:717 */
   REGB0 = TAG_Int(106);
   fra.me.REG[2] = NEW_ReduceAction299_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:716 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:718 */
+  REGB0 = TAG_Int(107);
   fra.me.REG[2] = NEW_ReduceAction300_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:717 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:719 */
+  REGB0 = TAG_Int(107);
   fra.me.REG[2] = NEW_ReduceAction301_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:718 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:720 */
+  REGB0 = TAG_Int(107);
   fra.me.REG[2] = NEW_ReduceAction302_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:719 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:721 */
+  REGB0 = TAG_Int(107);
   fra.me.REG[2] = NEW_ReduceAction303_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:720 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:722 */
+  REGB0 = TAG_Int(108);
   fra.me.REG[2] = NEW_ReduceAction304_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:721 */
-  REGB0 = TAG_Int(106);
+  /* parser/parser.nit:723 */
+  REGB0 = TAG_Int(108);
   fra.me.REG[2] = NEW_ReduceAction305_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:722 */
-  REGB0 = TAG_Int(107);
+  /* parser/parser.nit:724 */
+  REGB0 = TAG_Int(108);
+  fra.me.REG[2] = NEW_ReduceAction306_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:725 */
+  REGB0 = TAG_Int(108);
+  fra.me.REG[2] = NEW_ReduceAction307_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:726 */
+  REGB0 = TAG_Int(108);
   fra.me.REG[2] = NEW_ReduceAction308_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:723 */
-  REGB0 = TAG_Int(107);
+  /* parser/parser.nit:727 */
+  REGB0 = TAG_Int(108);
   fra.me.REG[2] = NEW_ReduceAction309_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:724 */
+  /* parser/parser.nit:728 */
   REGB0 = TAG_Int(108);
   fra.me.REG[2] = NEW_ReduceAction310_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:725 */
-  REGB0 = TAG_Int(109);
-  fra.me.REG[2] = NEW_ReduceAction317_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:729 */
+  REGB0 = TAG_Int(108);
+  fra.me.REG[2] = NEW_ReduceAction311_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:726 */
-  REGB0 = TAG_Int(109);
-  fra.me.REG[2] = NEW_ReduceAction318_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:730 */
+  REGB0 = TAG_Int(108);
+  fra.me.REG[2] = NEW_ReduceAction312_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:727 */
-  REGB0 = TAG_Int(110);
-  fra.me.REG[2] = NEW_ReduceAction319_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:731 */
+  REGB0 = TAG_Int(108);
+  fra.me.REG[2] = NEW_ReduceAction313_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:728 */
-  REGB0 = TAG_Int(110);
-  fra.me.REG[2] = NEW_ReduceAction320_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:732 */
+  REGB0 = TAG_Int(109);
+  fra.me.REG[2] = NEW_ReduceAction316_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:729 */
-  REGB0 = TAG_Int(111);
-  fra.me.REG[2] = NEW_ReduceAction321_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:733 */
+  REGB0 = TAG_Int(109);
+  fra.me.REG[2] = NEW_ReduceAction317_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:730 */
-  REGB0 = TAG_Int(111);
-  fra.me.REG[2] = NEW_ReduceAction322_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:734 */
+  REGB0 = TAG_Int(110);
+  fra.me.REG[2] = NEW_ReduceAction318_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:731 */
+  /* parser/parser.nit:735 */
   REGB0 = TAG_Int(111);
-  fra.me.REG[2] = NEW_ReduceAction323_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction325_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:732 */
+  /* parser/parser.nit:736 */
   REGB0 = TAG_Int(111);
-  fra.me.REG[2] = NEW_ReduceAction324_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction326_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:733 */
+  /* parser/parser.nit:737 */
   REGB0 = TAG_Int(112);
-  fra.me.REG[2] = NEW_ReduceAction325_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction327_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:734 */
+  /* parser/parser.nit:738 */
   REGB0 = TAG_Int(112);
-  fra.me.REG[2] = NEW_ReduceAction326_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction328_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:735 */
+  /* parser/parser.nit:739 */
   REGB0 = TAG_Int(113);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction329_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:736 */
+  /* parser/parser.nit:740 */
   REGB0 = TAG_Int(113);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction330_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:737 */
+  /* parser/parser.nit:741 */
   REGB0 = TAG_Int(113);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction331_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:738 */
+  /* parser/parser.nit:742 */
   REGB0 = TAG_Int(113);
-  fra.me.REG[2] = NEW_ReduceAction333_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction332_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:739 */
+  /* parser/parser.nit:743 */
   REGB0 = TAG_Int(114);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction333_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:740 */
+  /* parser/parser.nit:744 */
   REGB0 = TAG_Int(114);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction334_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:741 */
-  REGB0 = TAG_Int(114);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:745 */
+  REGB0 = TAG_Int(115);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:742 */
+  /* parser/parser.nit:746 */
   REGB0 = TAG_Int(115);
-  fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:743 */
+  /* parser/parser.nit:747 */
   REGB0 = TAG_Int(115);
-  fra.me.REG[2] = NEW_ReduceAction236_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:744 */
+  /* parser/parser.nit:748 */
   REGB0 = TAG_Int(115);
-  fra.me.REG[2] = NEW_ReduceAction237_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction341_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:745 */
+  /* parser/parser.nit:749 */
   REGB0 = TAG_Int(116);
-  fra.me.REG[2] = NEW_ReduceAction235_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:746 */
+  /* parser/parser.nit:750 */
   REGB0 = TAG_Int(116);
-  fra.me.REG[2] = NEW_ReduceAction236_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:747 */
+  /* parser/parser.nit:751 */
   REGB0 = TAG_Int(116);
-  fra.me.REG[2] = NEW_ReduceAction237_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:748 */
+  /* parser/parser.nit:752 */
   REGB0 = TAG_Int(117);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:749 */
+  /* parser/parser.nit:753 */
   REGB0 = TAG_Int(117);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction241_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:750 */
+  /* parser/parser.nit:754 */
   REGB0 = TAG_Int(117);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction242_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:751 */
+  /* parser/parser.nit:755 */
   REGB0 = TAG_Int(118);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction240_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:752 */
+  /* parser/parser.nit:756 */
   REGB0 = TAG_Int(118);
-  fra.me.REG[2] = NEW_ReduceAction335_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction241_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:753 */
-  REGB0 = TAG_Int(119);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:757 */
+  REGB0 = TAG_Int(118);
+  fra.me.REG[2] = NEW_ReduceAction242_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:754 */
+  /* parser/parser.nit:758 */
   REGB0 = TAG_Int(119);
-  fra.me.REG[2] = NEW_ReduceAction337_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:755 */
+  /* parser/parser.nit:759 */
   REGB0 = TAG_Int(119);
-  fra.me.REG[2] = NEW_ReduceAction338_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:756 */
+  /* parser/parser.nit:760 */
   REGB0 = TAG_Int(119);
-  fra.me.REG[2] = NEW_ReduceAction339_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:757 */
+  /* parser/parser.nit:761 */
   REGB0 = TAG_Int(120);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:758 */
+  /* parser/parser.nit:762 */
   REGB0 = TAG_Int(120);
-  fra.me.REG[2] = NEW_ReduceAction341_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:759 */
-  REGB0 = TAG_Int(121);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:760 */
-  REGB0 = TAG_Int(121);
   fra.me.REG[2] = NEW_ReduceAction343_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:761 */
+  /* parser/parser.nit:763 */
   REGB0 = TAG_Int(121);
-  fra.me.REG[2] = NEW_ReduceAction344_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:762 */
+  /* parser/parser.nit:764 */
   REGB0 = TAG_Int(121);
   fra.me.REG[2] = NEW_ReduceAction345_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:763 */
+  /* parser/parser.nit:765 */
   REGB0 = TAG_Int(121);
   fra.me.REG[2] = NEW_ReduceAction346_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:764 */
+  /* parser/parser.nit:766 */
   REGB0 = TAG_Int(121);
   fra.me.REG[2] = NEW_ReduceAction347_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:765 */
-  REGB0 = TAG_Int(121);
-  fra.me.REG[2] = NEW_ReduceAction348_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:767 */
+  REGB0 = TAG_Int(122);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:766 */
-  REGB0 = TAG_Int(121);
+  /* parser/parser.nit:768 */
+  REGB0 = TAG_Int(122);
   fra.me.REG[2] = NEW_ReduceAction349_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:767 */
-  REGB0 = TAG_Int(121);
-  fra.me.REG[2] = NEW_ReduceAction350_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:769 */
+  REGB0 = TAG_Int(123);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:768 */
-  REGB0 = TAG_Int(121);
+  /* parser/parser.nit:770 */
+  REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction351_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:769 */
-  REGB0 = TAG_Int(121);
+  /* parser/parser.nit:771 */
+  REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction352_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:770 */
-  REGB0 = TAG_Int(121);
+  /* parser/parser.nit:772 */
+  REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction353_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:771 */
-  REGB0 = TAG_Int(122);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:773 */
+  REGB0 = TAG_Int(123);
+  fra.me.REG[2] = NEW_ReduceAction354_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:772 */
-  REGB0 = TAG_Int(122);
+  /* parser/parser.nit:774 */
+  REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction355_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:773 */
-  REGB0 = TAG_Int(122);
+  /* parser/parser.nit:775 */
+  REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction356_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:774 */
+  /* parser/parser.nit:776 */
   REGB0 = TAG_Int(123);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction357_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:775 */
+  /* parser/parser.nit:777 */
   REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction358_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:776 */
+  /* parser/parser.nit:778 */
   REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction359_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:777 */
+  /* parser/parser.nit:779 */
   REGB0 = TAG_Int(123);
   fra.me.REG[2] = NEW_ReduceAction360_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:778 */
-  REGB0 = TAG_Int(124);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:779 */
+  /* parser/parser.nit:780 */
+  REGB0 = TAG_Int(123);
+  fra.me.REG[2] = NEW_ReduceAction361_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:781 */
   REGB0 = TAG_Int(124);
-  fra.me.REG[2] = NEW_ReduceAction362_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:780 */
+  /* parser/parser.nit:782 */
   REGB0 = TAG_Int(124);
   fra.me.REG[2] = NEW_ReduceAction363_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:781 */
-  REGB0 = TAG_Int(125);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:783 */
+  REGB0 = TAG_Int(124);
+  fra.me.REG[2] = NEW_ReduceAction364_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:782 */
+  /* parser/parser.nit:784 */
   REGB0 = TAG_Int(125);
-  fra.me.REG[2] = NEW_ReduceAction365_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:783 */
+  /* parser/parser.nit:785 */
   REGB0 = TAG_Int(125);
   fra.me.REG[2] = NEW_ReduceAction366_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:784 */
+  /* parser/parser.nit:786 */
   REGB0 = TAG_Int(125);
   fra.me.REG[2] = NEW_ReduceAction367_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:785 */
-  REGB0 = TAG_Int(126);
+  /* parser/parser.nit:787 */
+  REGB0 = TAG_Int(125);
   fra.me.REG[2] = NEW_ReduceAction368_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:786 */
+  /* parser/parser.nit:788 */
   REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction369_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:787 */
+  /* parser/parser.nit:789 */
   REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction263_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction370_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:788 */
+  /* parser/parser.nit:790 */
   REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction264_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction371_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:789 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:791 */
+  REGB0 = TAG_Int(127);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:790 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:792 */
+  REGB0 = TAG_Int(127);
+  fra.me.REG[2] = NEW_ReduceAction373_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:791 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction269_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:793 */
+  REGB0 = TAG_Int(127);
+  fra.me.REG[2] = NEW_ReduceAction374_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:792 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:794 */
+  REGB0 = TAG_Int(127);
+  fra.me.REG[2] = NEW_ReduceAction375_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:793 */
-  REGB0 = TAG_Int(126);
+  /* parser/parser.nit:795 */
+  REGB0 = TAG_Int(128);
   fra.me.REG[2] = NEW_ReduceAction376_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:794 */
-  REGB0 = TAG_Int(126);
+  /* parser/parser.nit:796 */
+  REGB0 = TAG_Int(128);
   fra.me.REG[2] = NEW_ReduceAction377_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:795 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction381_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:797 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction270_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:796 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction382_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:798 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction271_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:797 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction383_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:799 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:798 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction384_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:800 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:799 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:801 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction276_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:800 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction386_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:802 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction277_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:801 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction387_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:803 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction384_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:802 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction388_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:804 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:803 */
-  REGB0 = TAG_Int(126);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:805 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction389_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:804 */
-  REGB0 = TAG_Int(126);
+  /* parser/parser.nit:806 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction390_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:807 */
+  REGB0 = TAG_Int(128);
   fra.me.REG[2] = NEW_ReduceAction391_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:805 */
-  REGB0 = TAG_Int(126);
+  /* parser/parser.nit:808 */
+  REGB0 = TAG_Int(128);
   fra.me.REG[2] = NEW_ReduceAction392_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:806 */
-  REGB0 = TAG_Int(127);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:809 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction393_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:807 */
-  REGB0 = TAG_Int(127);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:810 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction394_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:808 */
-  REGB0 = TAG_Int(127);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:811 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction395_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:809 */
+  /* parser/parser.nit:812 */
   REGB0 = TAG_Int(128);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction396_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:810 */
+  /* parser/parser.nit:813 */
   REGB0 = TAG_Int(128);
-  fra.me.REG[2] = NEW_ReduceAction335_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:811 */
-  REGB0 = TAG_Int(129);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:814 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction399_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:815 */
+  REGB0 = TAG_Int(128);
+  fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:812 */
+  /* parser/parser.nit:816 */
   REGB0 = TAG_Int(129);
-  fra.me.REG[2] = NEW_ReduceAction337_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:813 */
+  /* parser/parser.nit:817 */
   REGB0 = TAG_Int(129);
-  fra.me.REG[2] = NEW_ReduceAction338_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:814 */
+  /* parser/parser.nit:818 */
   REGB0 = TAG_Int(129);
-  fra.me.REG[2] = NEW_ReduceAction339_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:815 */
+  /* parser/parser.nit:819 */
   REGB0 = TAG_Int(130);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:816 */
+  /* parser/parser.nit:820 */
   REGB0 = TAG_Int(130);
-  fra.me.REG[2] = NEW_ReduceAction341_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:817 */
-  REGB0 = TAG_Int(131);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
-  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:818 */
-  REGB0 = TAG_Int(131);
   fra.me.REG[2] = NEW_ReduceAction343_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:819 */
+  /* parser/parser.nit:821 */
   REGB0 = TAG_Int(131);
-  fra.me.REG[2] = NEW_ReduceAction344_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:820 */
+  /* parser/parser.nit:822 */
   REGB0 = TAG_Int(131);
   fra.me.REG[2] = NEW_ReduceAction345_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:821 */
+  /* parser/parser.nit:823 */
   REGB0 = TAG_Int(131);
   fra.me.REG[2] = NEW_ReduceAction346_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:822 */
+  /* parser/parser.nit:824 */
   REGB0 = TAG_Int(131);
   fra.me.REG[2] = NEW_ReduceAction347_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:823 */
-  REGB0 = TAG_Int(131);
-  fra.me.REG[2] = NEW_ReduceAction348_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:825 */
+  REGB0 = TAG_Int(132);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:824 */
-  REGB0 = TAG_Int(131);
+  /* parser/parser.nit:826 */
+  REGB0 = TAG_Int(132);
   fra.me.REG[2] = NEW_ReduceAction349_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:825 */
-  REGB0 = TAG_Int(131);
-  fra.me.REG[2] = NEW_ReduceAction350_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:827 */
+  REGB0 = TAG_Int(133);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:826 */
-  REGB0 = TAG_Int(131);
+  /* parser/parser.nit:828 */
+  REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction351_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:827 */
-  REGB0 = TAG_Int(131);
+  /* parser/parser.nit:829 */
+  REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction352_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:828 */
-  REGB0 = TAG_Int(131);
+  /* parser/parser.nit:830 */
+  REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction353_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:829 */
-  REGB0 = TAG_Int(132);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:831 */
+  REGB0 = TAG_Int(133);
+  fra.me.REG[2] = NEW_ReduceAction354_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:830 */
-  REGB0 = TAG_Int(132);
+  /* parser/parser.nit:832 */
+  REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction355_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:831 */
-  REGB0 = TAG_Int(132);
+  /* parser/parser.nit:833 */
+  REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction356_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:832 */
+  /* parser/parser.nit:834 */
   REGB0 = TAG_Int(133);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction357_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:833 */
+  /* parser/parser.nit:835 */
   REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction358_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:834 */
+  /* parser/parser.nit:836 */
   REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction359_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:835 */
+  /* parser/parser.nit:837 */
   REGB0 = TAG_Int(133);
   fra.me.REG[2] = NEW_ReduceAction360_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:836 */
-  REGB0 = TAG_Int(134);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:838 */
+  REGB0 = TAG_Int(133);
+  fra.me.REG[2] = NEW_ReduceAction361_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:837 */
+  /* parser/parser.nit:839 */
   REGB0 = TAG_Int(134);
-  fra.me.REG[2] = NEW_ReduceAction362_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:838 */
+  /* parser/parser.nit:840 */
   REGB0 = TAG_Int(134);
   fra.me.REG[2] = NEW_ReduceAction363_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:841 */
+  REGB0 = TAG_Int(134);
+  fra.me.REG[2] = NEW_ReduceAction364_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:839 */
+  /* parser/parser.nit:842 */
   REGB0 = TAG_Int(135);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:840 */
+  /* parser/parser.nit:843 */
   REGB0 = TAG_Int(135);
-  fra.me.REG[2] = NEW_ReduceAction365_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction366_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:841 */
+  /* parser/parser.nit:844 */
   REGB0 = TAG_Int(135);
-  fra.me.REG[2] = NEW_ReduceAction688_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction367_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:842 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction689_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:845 */
+  REGB0 = TAG_Int(135);
+  fra.me.REG[2] = NEW_ReduceAction368_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:843 */
+  /* parser/parser.nit:846 */
   REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction690_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:844 */
+  /* parser/parser.nit:847 */
   REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction267_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction370_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:845 */
+  /* parser/parser.nit:848 */
   REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction268_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction371_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:846 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction693_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:849 */
+  REGB0 = TAG_Int(137);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:847 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction377_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:850 */
+  REGB0 = TAG_Int(137);
+  fra.me.REG[2] = NEW_ReduceAction373_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:848 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction381_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:851 */
+  REGB0 = TAG_Int(137);
+  fra.me.REG[2] = NEW_ReduceAction698_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:849 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction382_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:852 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction699_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:850 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction383_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:853 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction700_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:851 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction384_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:854 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction274_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:852 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:855 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction275_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:853 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction386_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:856 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction703_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:854 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction387_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:857 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction385_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:855 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction388_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:858 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction389_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:856 */
-  REGB0 = TAG_Int(136);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:859 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction390_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:857 */
-  REGB0 = TAG_Int(136);
+  /* parser/parser.nit:860 */
+  REGB0 = TAG_Int(138);
   fra.me.REG[2] = NEW_ReduceAction391_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:858 */
-  REGB0 = TAG_Int(136);
+  /* parser/parser.nit:861 */
+  REGB0 = TAG_Int(138);
   fra.me.REG[2] = NEW_ReduceAction392_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:859 */
-  REGB0 = TAG_Int(137);
-  fra.me.REG[2] = NEW_ReduceAction706_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:862 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction393_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:860 */
-  REGB0 = TAG_Int(137);
-  fra.me.REG[2] = NEW_ReduceAction707_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:863 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction394_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:861 */
+  /* parser/parser.nit:864 */
   REGB0 = TAG_Int(138);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction395_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:862 */
+  /* parser/parser.nit:865 */
   REGB0 = TAG_Int(138);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction396_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:863 */
+  /* parser/parser.nit:866 */
   REGB0 = TAG_Int(138);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:864 */
-  REGB0 = TAG_Int(139);
-  fra.me.REG[2] = NEW_ReduceAction238_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  /* parser/parser.nit:867 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction399_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:865 */
+  /* parser/parser.nit:868 */
+  REGB0 = TAG_Int(138);
+  fra.me.REG[2] = NEW_ReduceAction400_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:869 */
   REGB0 = TAG_Int(139);
-  fra.me.REG[2] = NEW_ReduceAction265_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction716_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:866 */
+  /* parser/parser.nit:870 */
   REGB0 = TAG_Int(139);
-  fra.me.REG[2] = NEW_ReduceAction266_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction717_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:871 */
+  REGB0 = TAG_Int(140);
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:867 */
+  /* parser/parser.nit:872 */
   REGB0 = TAG_Int(140);
-  fra.me.REG[2] = NEW_ReduceAction714_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:868 */
+  /* parser/parser.nit:873 */
   REGB0 = TAG_Int(140);
-  fra.me.REG[2] = NEW_ReduceAction715_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:869 */
+  /* parser/parser.nit:874 */
   REGB0 = TAG_Int(141);
-  fra.me.REG[2] = NEW_ReduceAction716_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction243_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:870 */
+  /* parser/parser.nit:875 */
   REGB0 = TAG_Int(141);
-  fra.me.REG[2] = NEW_ReduceAction717_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction272_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:876 */
+  REGB0 = TAG_Int(141);
+  fra.me.REG[2] = NEW_ReduceAction273_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:871 */
+  /* parser/parser.nit:877 */
   REGB0 = TAG_Int(142);
-  fra.me.REG[2] = NEW_ReduceAction718_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction724_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:872 */
+  /* parser/parser.nit:878 */
   REGB0 = TAG_Int(142);
-  fra.me.REG[2] = NEW_ReduceAction719_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction725_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:873 */
+  /* parser/parser.nit:879 */
   REGB0 = TAG_Int(143);
-  fra.me.REG[2] = NEW_ReduceAction720_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction726_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:874 */
+  /* parser/parser.nit:880 */
   REGB0 = TAG_Int(143);
-  fra.me.REG[2] = NEW_ReduceAction721_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction727_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:875 */
+  /* parser/parser.nit:881 */
   REGB0 = TAG_Int(144);
-  fra.me.REG[2] = NEW_ReduceAction718_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction728_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:876 */
+  /* parser/parser.nit:882 */
   REGB0 = TAG_Int(144);
-  fra.me.REG[2] = NEW_ReduceAction719_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction729_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:877 */
+  /* parser/parser.nit:883 */
   REGB0 = TAG_Int(145);
-  fra.me.REG[2] = NEW_ReduceAction724_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction730_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:878 */
+  /* parser/parser.nit:884 */
   REGB0 = TAG_Int(145);
-  fra.me.REG[2] = NEW_ReduceAction725_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction731_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:879 */
+  /* parser/parser.nit:885 */
   REGB0 = TAG_Int(146);
-  fra.me.REG[2] = NEW_ReduceAction726_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction728_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:880 */
+  /* parser/parser.nit:886 */
   REGB0 = TAG_Int(146);
-  fra.me.REG[2] = NEW_ReduceAction727_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction729_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:881 */
+  /* parser/parser.nit:887 */
   REGB0 = TAG_Int(147);
-  fra.me.REG[2] = NEW_ReduceAction728_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction734_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:882 */
+  /* parser/parser.nit:888 */
   REGB0 = TAG_Int(147);
-  fra.me.REG[2] = NEW_ReduceAction729_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction735_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:883 */
+  /* parser/parser.nit:889 */
   REGB0 = TAG_Int(148);
-  fra.me.REG[2] = NEW_ReduceAction730_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction736_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:884 */
+  /* parser/parser.nit:890 */
   REGB0 = TAG_Int(148);
-  fra.me.REG[2] = NEW_ReduceAction731_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction737_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:885 */
+  /* parser/parser.nit:891 */
   REGB0 = TAG_Int(149);
-  fra.me.REG[2] = NEW_ReduceAction231_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction738_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:886 */
+  /* parser/parser.nit:892 */
   REGB0 = TAG_Int(149);
-  fra.me.REG[2] = NEW_ReduceAction733_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction739_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:887 */
+  /* parser/parser.nit:893 */
   REGB0 = TAG_Int(150);
-  fra.me.REG[2] = NEW_ReduceAction406_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction740_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:888 */
+  /* parser/parser.nit:894 */
   REGB0 = TAG_Int(150);
-  fra.me.REG[2] = NEW_ReduceAction735_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction741_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:889 */
+  /* parser/parser.nit:895 */
   REGB0 = TAG_Int(151);
-  fra.me.REG[2] = NEW_ReduceAction736_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction236_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:890 */
+  /* parser/parser.nit:896 */
   REGB0 = TAG_Int(151);
-  fra.me.REG[2] = NEW_ReduceAction737_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction743_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:891 */
+  /* parser/parser.nit:897 */
   REGB0 = TAG_Int(152);
-  fra.me.REG[2] = NEW_ReduceAction406_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction744_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:892 */
+  /* parser/parser.nit:898 */
   REGB0 = TAG_Int(152);
-  fra.me.REG[2] = NEW_ReduceAction735_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction745_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:893 */
+  /* parser/parser.nit:899 */
   REGB0 = TAG_Int(153);
-  fra.me.REG[2] = NEW_ReduceAction412_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction212_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:894 */
+  /* parser/parser.nit:900 */
   REGB0 = TAG_Int(153);
-  fra.me.REG[2] = NEW_ReduceAction741_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction747_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:895 */
+  /* parser/parser.nit:901 */
   REGB0 = TAG_Int(154);
-  fra.me.REG[2] = NEW_ReduceAction742_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction744_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:896 */
+  /* parser/parser.nit:902 */
   REGB0 = TAG_Int(154);
-  fra.me.REG[2] = NEW_ReduceAction743_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction745_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:897 */
+  /* parser/parser.nit:903 */
   REGB0 = TAG_Int(155);
-  fra.me.REG[2] = NEW_ReduceAction744_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction419_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:898 */
+  /* parser/parser.nit:904 */
   REGB0 = TAG_Int(155);
-  fra.me.REG[2] = NEW_ReduceAction745_parser___ReduceAction___init(REGB0);
-  /* ./parser//parser.nit:152 */
+  fra.me.REG[2] = NEW_ReduceAction751_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:905 */
+  REGB0 = TAG_Int(156);
+  fra.me.REG[2] = NEW_ReduceAction752_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:906 */
+  REGB0 = TAG_Int(156);
+  fra.me.REG[2] = NEW_ReduceAction753_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:907 */
+  REGB0 = TAG_Int(157);
+  fra.me.REG[2] = NEW_ReduceAction754_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
+  CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
+  /* parser/parser.nit:908 */
+  REGB0 = TAG_Int(157);
+  fra.me.REG[2] = NEW_ReduceAction755_parser___ReduceAction___init(REGB0);
+  /* parser/parser.nit:152 */
   CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
   fra.me.REG[1] = NEW_Array_standard___collection___array___Array___with_items(fra.me.REG[1]);
   ATTR_parser___Parser____reduce_table(fra.me.REG[0]) = fra.me.REG[1];
@@ -4629,7 +4695,7 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 929;
+  fra.me.line = 939;
   fra.me.meth = LOCATE_parser___ComputeProdLocationVisitor___visit;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -4645,7 +4711,7 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:931 */
+  /* parser/parser.nit:941 */
   REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -4659,41 +4725,41 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
     }
   }
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:932 */
+    /* parser/parser.nit:942 */
     goto label1;
   } else {
-    /* ./parser//parser.nit:933 */
+    /* parser/parser.nit:943 */
     REGB0 = TAG_Bool((fra.me.REG[1]!=NIT_NULL) && VAL_ISA(fra.me.REG[1], COLOR_parser___parser_nodes___Token, ID_parser___parser_nodes___Token)) /*cast Token*/;
     if (UNTAG_Bool(REGB0)) {
-      /* ./parser//parser.nit:934 */
+      /* parser/parser.nit:944 */
       REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
-        nit_abort("Reciever is null", NULL, LOCATE_parser, 934);
+        nit_abort("Reciever is null", NULL, LOCATE_parser, 944);
       }
       fra.me.REG[2] = CALL_parser___parser_nodes___ANode___location(fra.me.REG[1])(fra.me.REG[1]);
-      /* ./parser//parser.nit:935 */
+      /* parser/parser.nit:945 */
       ATTR_parser___ComputeProdLocationVisitor____last_location(fra.me.REG[0]) = fra.me.REG[2];
-      /* ./parser//parser.nit:938 */
+      /* parser/parser.nit:948 */
       REGB0 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0])!=NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 938);
+        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 948);
       }
       fra.me.REG[3] = ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0]);
-      /* ./../lib/standard//collection//array.nit:269 */
+      /* ../lib/standard/collection/array.nit:269 */
       REGB0 = TAG_Int(0);
-      /* ./../lib/standard//collection//array.nit:270 */
+      /* ../lib/standard/collection/array.nit:270 */
       REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[3])!=NIT_NULL);
       if (UNTAG_Bool(REGB1)) {
       } else {
         nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 270);
       }
       REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[3]);
-      /* ./../lib/standard//collection//array.nit:271 */
+      /* ../lib/standard/collection/array.nit:271 */
       fra.me.REG[4] = ATTR_standard___collection___array___Array____items(fra.me.REG[3]);
-      /* ./../lib/standard//collection//array.nit:272 */
+      /* ../lib/standard/collection/array.nit:272 */
       while(1) {
-        /* ./../lib/standard//collection//array.nit:24 */
+        /* ../lib/standard/collection/array.nit:24 */
         REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[3])!=NIT_NULL);
         if (UNTAG_Bool(REGB1)) {
         } else {
@@ -4705,60 +4771,60 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
         } else {
           nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
         }
-        /* ./../lib/standard//kernel.nit:232 */
+        /* ../lib/standard/kernel.nit:232 */
         REGB1 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
-        /* ./../lib/standard//collection//array.nit:272 */
+        /* ../lib/standard/collection/array.nit:272 */
         if (UNTAG_Bool(REGB1)) {
-          /* ./../lib/standard//collection//array.nit:273 */
+          /* ../lib/standard/collection/array.nit:273 */
           REGB1 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
           if (UNTAG_Bool(REGB1)) {
             nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 273);
           }
-          /* ./../lib/standard//collection//array.nit:718 */
+          /* ../lib/standard/collection/array.nit:718 */
           fra.me.REG[5] = ((Nit_NativeArray)fra.me.REG[4])->val[UNTAG_Int(REGB0)];
-          /* ./parser//parser.nit:939 */
+          /* parser/parser.nit:949 */
           ATTR_parser___Prod____first_location(fra.me.REG[5]) = fra.me.REG[2];
-          /* ./../lib/standard//collection//array.nit:274 */
+          /* ../lib/standard/collection/array.nit:274 */
           REGB1 = TAG_Int(1);
-          /* ./../lib/standard//kernel.nit:235 */
+          /* ../lib/standard/kernel.nit:235 */
           REGB1 = TAG_Int(UNTAG_Int(REGB0)+UNTAG_Int(REGB1));
-          /* ./../lib/standard//collection//array.nit:274 */
+          /* ../lib/standard/collection/array.nit:274 */
           REGB0 = REGB1;
         } else {
-          /* ./../lib/standard//collection//array.nit:272 */
+          /* ../lib/standard/collection/array.nit:272 */
           goto label2;
         }
       }
       label2: while(0);
-      /* ./parser//parser.nit:941 */
+      /* parser/parser.nit:951 */
       REGB0 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0])!=NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 941);
+        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 951);
       }
       fra.me.REG[4] = ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0]);
       CALL_standard___collection___abstract_collection___RemovableCollection___clear(fra.me.REG[4])(fra.me.REG[4]);
-      /* ./parser//parser.nit:944 */
+      /* parser/parser.nit:954 */
       REGB0 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0])!=NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 944);
+        nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 954);
       }
       fra.me.REG[4] = ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0]);
-      /* ./../lib/standard//collection//array.nit:269 */
+      /* ../lib/standard/collection/array.nit:269 */
       REGB0 = TAG_Int(0);
-      /* ./../lib/standard//collection//array.nit:270 */
+      /* ../lib/standard/collection/array.nit:270 */
       REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4])!=NIT_NULL);
       if (UNTAG_Bool(REGB1)) {
       } else {
         nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 270);
       }
       REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4]);
-      /* ./../lib/standard//collection//array.nit:271 */
+      /* ../lib/standard/collection/array.nit:271 */
       fra.me.REG[3] = ATTR_standard___collection___array___Array____items(fra.me.REG[4]);
-      /* ./../lib/standard//collection//array.nit:272 */
+      /* ../lib/standard/collection/array.nit:272 */
       while(1) {
-        /* ./../lib/standard//collection//array.nit:24 */
+        /* ../lib/standard/collection/array.nit:24 */
         REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4])!=NIT_NULL);
         if (UNTAG_Bool(REGB1)) {
         } else {
@@ -4770,85 +4836,85 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
         } else {
           nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
         }
-        /* ./../lib/standard//kernel.nit:232 */
+        /* ../lib/standard/kernel.nit:232 */
         REGB1 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
-        /* ./../lib/standard//collection//array.nit:272 */
+        /* ../lib/standard/collection/array.nit:272 */
         if (UNTAG_Bool(REGB1)) {
-          /* ./../lib/standard//collection//array.nit:273 */
+          /* ../lib/standard/collection/array.nit:273 */
           REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
           if (UNTAG_Bool(REGB1)) {
             nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 273);
           }
-          /* ./../lib/standard//collection//array.nit:718 */
+          /* ../lib/standard/collection/array.nit:718 */
           fra.me.REG[5] = ((Nit_NativeArray)fra.me.REG[3])->val[UNTAG_Int(REGB0)];
-          /* ./parser//parser.nit:947 */
+          /* parser/parser.nit:957 */
           fra.me.REG[6] = fra.me.REG[2];
-          /* ./parser//parser.nit:948 */
+          /* parser/parser.nit:958 */
           fra.me.REG[7] = ATTR_parser___Prod____last_location(fra.me.REG[5]);
-          /* ./parser//parser.nit:949 */
+          /* parser/parser.nit:959 */
           fra.me.REG[8] = CALL_location___Location___file(fra.me.REG[6])(fra.me.REG[6]);
           REGB1 = TAG_Bool(fra.me.REG[7]==NIT_NULL);
           if (UNTAG_Bool(REGB1)) {
-            nit_abort("Reciever is null", NULL, LOCATE_parser, 949);
+            nit_abort("Reciever is null", NULL, LOCATE_parser, 959);
           }
           REGB1 = CALL_location___Location___line_end(fra.me.REG[7])(fra.me.REG[7]);
           REGB2 = CALL_location___Location___line_start(fra.me.REG[6])(fra.me.REG[6]);
           REGB3 = TAG_Bool(fra.me.REG[7]==NIT_NULL);
           if (UNTAG_Bool(REGB3)) {
-            nit_abort("Reciever is null", NULL, LOCATE_parser, 949);
+            nit_abort("Reciever is null", NULL, LOCATE_parser, 959);
           }
           REGB3 = CALL_location___Location___column_end(fra.me.REG[7])(fra.me.REG[7]);
           REGB4 = CALL_location___Location___column_start(fra.me.REG[6])(fra.me.REG[6]);
           fra.me.REG[8] = NEW_Location_location___Location___init(fra.me.REG[8], REGB1, REGB2, REGB3, REGB4);
           CALL_parser___parser_nodes___Prod___location__eq(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[8]);
-          /* ./../lib/standard//collection//array.nit:274 */
+          /* ../lib/standard/collection/array.nit:274 */
           REGB4 = TAG_Int(1);
-          /* ./../lib/standard//kernel.nit:235 */
+          /* ../lib/standard/kernel.nit:235 */
           REGB4 = TAG_Int(UNTAG_Int(REGB0)+UNTAG_Int(REGB4));
-          /* ./../lib/standard//collection//array.nit:274 */
+          /* ../lib/standard/collection/array.nit:274 */
           REGB0 = REGB4;
         } else {
-          /* ./../lib/standard//collection//array.nit:272 */
+          /* ../lib/standard/collection/array.nit:272 */
           goto label3;
         }
       }
       label3: while(0);
-      /* ./parser//parser.nit:951 */
+      /* parser/parser.nit:961 */
       REGB0 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0])!=NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 951);
+        nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 961);
       }
       fra.me.REG[2] = ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0]);
       CALL_standard___collection___abstract_collection___RemovableCollection___clear(fra.me.REG[2])(fra.me.REG[2]);
     } else {
-      /* ./parser//parser.nit:953 */
+      /* parser/parser.nit:963 */
       REGB0 = TAG_Bool((fra.me.REG[1]!=NIT_NULL) && VAL_ISA(fra.me.REG[1], COLOR_parser___parser_nodes___Prod, ID_parser___parser_nodes___Prod)) /*cast Prod*/;
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Assert failed", NULL, LOCATE_parser, 953);
+        nit_abort("Assert failed", NULL, LOCATE_parser, 963);
       }
-      /* ./parser//parser.nit:954 */
+      /* parser/parser.nit:964 */
       REGB0 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0])!=NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
-        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 954);
+        nit_abort("Uninitialized attribute %s", "_need_first_prods", LOCATE_parser, 964);
       }
       fra.me.REG[2] = ATTR_parser___ComputeProdLocationVisitor____need_first_prods(fra.me.REG[0]);
       CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[2])(fra.me.REG[2], fra.me.REG[1]);
-      /* ./parser//parser.nit:956 */
+      /* parser/parser.nit:966 */
       fra.me.REG[2] = ATTR_parser___ComputeProdLocationVisitor____last_location(fra.me.REG[0]);
-      /* ./parser//parser.nit:957 */
+      /* parser/parser.nit:967 */
       ATTR_parser___ComputeProdLocationVisitor____last_location(fra.me.REG[0]) = NIT_NULL;
-      /* ./parser//parser.nit:958 */
+      /* parser/parser.nit:968 */
       REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
-        nit_abort("Reciever is null", NULL, LOCATE_parser, 958);
+        nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
       }
       CALL_parser___parser_prod___ANode___visit_all(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[0]);
-      /* ./parser//parser.nit:959 */
+      /* parser/parser.nit:969 */
       fra.me.REG[3] = ATTR_parser___ComputeProdLocationVisitor____last_location(fra.me.REG[0]);
-      /* ./parser//parser.nit:960 */
+      /* parser/parser.nit:970 */
       REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
@@ -4864,11 +4930,11 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
       if (UNTAG_Bool(REGB0)) {
         ATTR_parser___ComputeProdLocationVisitor____last_location(fra.me.REG[0]) = fra.me.REG[2];
       }
-      /* ./parser//parser.nit:962 */
+      /* parser/parser.nit:972 */
       ATTR_parser___Prod____last_location(fra.me.REG[1]) = fra.me.REG[3];
-      /* ./parser//parser.nit:963 */
+      /* parser/parser.nit:973 */
       fra.me.REG[2] = ATTR_parser___Prod____first_location(fra.me.REG[1]);
-      /* ./parser//parser.nit:964 */
+      /* parser/parser.nit:974 */
       REGB0 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
       if (UNTAG_Bool(REGB0)) {
       } else {
@@ -4883,7 +4949,7 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
       }
       REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
       if (UNTAG_Bool(REGB0)) {
-        /* ./parser//parser.nit:966 */
+        /* parser/parser.nit:976 */
         REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
         if (UNTAG_Bool(REGB0)) {
         } else {
@@ -4899,61 +4965,61 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
         REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
         if (UNTAG_Bool(REGB0)) {
         } else {
-          nit_abort("Assert failed", NULL, LOCATE_parser, 966);
+          nit_abort("Assert failed", NULL, LOCATE_parser, 976);
         }
-        /* ./parser//parser.nit:968 */
+        /* parser/parser.nit:978 */
         REGB0 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
         if (UNTAG_Bool(REGB0)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         fra.me.REG[4] = CALL_location___Location___file(fra.me.REG[2])(fra.me.REG[2]);
         REGB0 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
         if (UNTAG_Bool(REGB0)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         REGB0 = CALL_location___Location___line_start(fra.me.REG[2])(fra.me.REG[2]);
         REGB4 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
         if (UNTAG_Bool(REGB4)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         REGB4 = CALL_location___Location___line_end(fra.me.REG[3])(fra.me.REG[3]);
         REGB3 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
         if (UNTAG_Bool(REGB3)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         REGB3 = CALL_location___Location___column_start(fra.me.REG[2])(fra.me.REG[2]);
         REGB2 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         REGB2 = CALL_location___Location___column_end(fra.me.REG[3])(fra.me.REG[3]);
         fra.me.REG[4] = NEW_Location_location___Location___init(fra.me.REG[4], REGB0, REGB4, REGB3, REGB2);
         REGB2 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
-          nit_abort("Reciever is null", NULL, LOCATE_parser, 968);
+          nit_abort("Reciever is null", NULL, LOCATE_parser, 978);
         }
         CALL_parser___parser_nodes___Prod___location__eq(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[4]);
-        /* ./parser//parser.nit:970 */
+        /* parser/parser.nit:980 */
         REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0])!=NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
         } else {
-          nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 970);
+          nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 980);
         }
         fra.me.REG[4] = ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0]);
-        /* ./../lib/standard//collection//array.nit:269 */
+        /* ../lib/standard/collection/array.nit:269 */
         REGB2 = TAG_Int(0);
-        /* ./../lib/standard//collection//array.nit:270 */
+        /* ../lib/standard/collection/array.nit:270 */
         REGB3 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4])!=NIT_NULL);
         if (UNTAG_Bool(REGB3)) {
         } else {
           nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 270);
         }
         REGB3 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4]);
-        /* ./../lib/standard//collection//array.nit:271 */
+        /* ../lib/standard/collection/array.nit:271 */
         fra.me.REG[8] = ATTR_standard___collection___array___Array____items(fra.me.REG[4]);
-        /* ./../lib/standard//collection//array.nit:272 */
+        /* ../lib/standard/collection/array.nit:272 */
         while(1) {
-          /* ./../lib/standard//collection//array.nit:24 */
+          /* ../lib/standard/collection/array.nit:24 */
           REGB3 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[4])!=NIT_NULL);
           if (UNTAG_Bool(REGB3)) {
           } else {
@@ -4965,86 +5031,86 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
           } else {
             nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
           }
-          /* ./../lib/standard//kernel.nit:232 */
+          /* ../lib/standard/kernel.nit:232 */
           REGB3 = TAG_Bool(UNTAG_Int(REGB2)<UNTAG_Int(REGB3));
-          /* ./../lib/standard//collection//array.nit:272 */
+          /* ../lib/standard/collection/array.nit:272 */
           if (UNTAG_Bool(REGB3)) {
-            /* ./../lib/standard//collection//array.nit:273 */
+            /* ../lib/standard/collection/array.nit:273 */
             REGB3 = TAG_Bool(fra.me.REG[8]==NIT_NULL);
             if (UNTAG_Bool(REGB3)) {
               nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 273);
             }
-            /* ./../lib/standard//collection//array.nit:718 */
+            /* ../lib/standard/collection/array.nit:718 */
             fra.me.REG[5] = ((Nit_NativeArray)fra.me.REG[8])->val[UNTAG_Int(REGB2)];
-            /* ./parser//parser.nit:973 */
+            /* parser/parser.nit:983 */
             REGB3 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
             if (UNTAG_Bool(REGB3)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 973);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 983);
             }
             fra.me.REG[6] = CALL_location___Location___file(fra.me.REG[2])(fra.me.REG[2]);
             REGB3 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
             if (UNTAG_Bool(REGB3)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 973);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 983);
             }
             REGB3 = CALL_location___Location___line_start(fra.me.REG[2])(fra.me.REG[2]);
             REGB4 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
             if (UNTAG_Bool(REGB4)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 973);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 983);
             }
             REGB4 = CALL_location___Location___line_start(fra.me.REG[2])(fra.me.REG[2]);
             REGB0 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
             if (UNTAG_Bool(REGB0)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 973);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 983);
             }
             REGB0 = CALL_location___Location___column_start(fra.me.REG[2])(fra.me.REG[2]);
             REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
             if (UNTAG_Bool(REGB1)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 973);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 983);
             }
             REGB1 = CALL_location___Location___column_start(fra.me.REG[2])(fra.me.REG[2]);
             fra.me.REG[6] = NEW_Location_location___Location___init(fra.me.REG[6], REGB3, REGB4, REGB0, REGB1);
             CALL_parser___parser_nodes___Prod___location__eq(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[6]);
-            /* ./../lib/standard//collection//array.nit:274 */
+            /* ../lib/standard/collection/array.nit:274 */
             REGB1 = TAG_Int(1);
-            /* ./../lib/standard//kernel.nit:235 */
+            /* ../lib/standard/kernel.nit:235 */
             REGB1 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB1));
-            /* ./../lib/standard//collection//array.nit:274 */
+            /* ../lib/standard/collection/array.nit:274 */
             REGB2 = REGB1;
           } else {
-            /* ./../lib/standard//collection//array.nit:272 */
+            /* ../lib/standard/collection/array.nit:272 */
             goto label4;
           }
         }
         label4: while(0);
-        /* ./parser//parser.nit:975 */
+        /* parser/parser.nit:985 */
         REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0])!=NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
         } else {
-          nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 975);
+          nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 985);
         }
         fra.me.REG[2] = ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0]);
         CALL_standard___collection___abstract_collection___RemovableCollection___clear(fra.me.REG[2])(fra.me.REG[2]);
-        /* ./parser//parser.nit:977 */
+        /* parser/parser.nit:987 */
         REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0])!=NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
         } else {
-          nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 977);
+          nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 987);
         }
         fra.me.REG[2] = ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0]);
-        /* ./../lib/standard//collection//array.nit:269 */
+        /* ../lib/standard/collection/array.nit:269 */
         REGB2 = TAG_Int(0);
-        /* ./../lib/standard//collection//array.nit:270 */
+        /* ../lib/standard/collection/array.nit:270 */
         REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
         if (UNTAG_Bool(REGB1)) {
         } else {
           nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 270);
         }
         REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2]);
-        /* ./../lib/standard//collection//array.nit:271 */
+        /* ../lib/standard/collection/array.nit:271 */
         fra.me.REG[8] = ATTR_standard___collection___array___Array____items(fra.me.REG[2]);
-        /* ./../lib/standard//collection//array.nit:272 */
+        /* ../lib/standard/collection/array.nit:272 */
         while(1) {
-          /* ./../lib/standard//collection//array.nit:24 */
+          /* ../lib/standard/collection/array.nit:24 */
           REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
           if (UNTAG_Bool(REGB1)) {
           } else {
@@ -5056,67 +5122,67 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
           } else {
             nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
           }
-          /* ./../lib/standard//kernel.nit:232 */
+          /* ../lib/standard/kernel.nit:232 */
           REGB1 = TAG_Bool(UNTAG_Int(REGB2)<UNTAG_Int(REGB1));
-          /* ./../lib/standard//collection//array.nit:272 */
+          /* ../lib/standard/collection/array.nit:272 */
           if (UNTAG_Bool(REGB1)) {
-            /* ./../lib/standard//collection//array.nit:273 */
+            /* ../lib/standard/collection/array.nit:273 */
             REGB1 = TAG_Bool(fra.me.REG[8]==NIT_NULL);
             if (UNTAG_Bool(REGB1)) {
               nit_abort("Reciever is null", NULL, LOCATE_standard___collection___array, 273);
             }
-            /* ./../lib/standard//collection//array.nit:718 */
+            /* ../lib/standard/collection/array.nit:718 */
             fra.me.REG[4] = ((Nit_NativeArray)fra.me.REG[8])->val[UNTAG_Int(REGB2)];
-            /* ./parser//parser.nit:980 */
+            /* parser/parser.nit:990 */
             REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
             if (UNTAG_Bool(REGB1)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 980);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 990);
             }
             fra.me.REG[6] = CALL_location___Location___file(fra.me.REG[3])(fra.me.REG[3]);
             REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
             if (UNTAG_Bool(REGB1)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 980);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 990);
             }
             REGB1 = CALL_location___Location___line_end(fra.me.REG[3])(fra.me.REG[3]);
             REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
             if (UNTAG_Bool(REGB0)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 980);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 990);
             }
             REGB0 = CALL_location___Location___line_end(fra.me.REG[3])(fra.me.REG[3]);
             REGB4 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
             if (UNTAG_Bool(REGB4)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 980);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 990);
             }
             REGB4 = CALL_location___Location___column_end(fra.me.REG[3])(fra.me.REG[3]);
             REGB3 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
             if (UNTAG_Bool(REGB3)) {
-              nit_abort("Reciever is null", NULL, LOCATE_parser, 980);
+              nit_abort("Reciever is null", NULL, LOCATE_parser, 990);
             }
             REGB3 = CALL_location___Location___column_end(fra.me.REG[3])(fra.me.REG[3]);
             fra.me.REG[6] = NEW_Location_location___Location___init(fra.me.REG[6], REGB1, REGB0, REGB4, REGB3);
             CALL_parser___parser_nodes___Prod___location__eq(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[6]);
-            /* ./../lib/standard//collection//array.nit:274 */
+            /* ../lib/standard/collection/array.nit:274 */
             REGB3 = TAG_Int(1);
-            /* ./../lib/standard//kernel.nit:235 */
+            /* ../lib/standard/kernel.nit:235 */
             REGB3 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB3));
-            /* ./../lib/standard//collection//array.nit:274 */
+            /* ../lib/standard/collection/array.nit:274 */
             REGB2 = REGB3;
           } else {
-            /* ./../lib/standard//collection//array.nit:272 */
+            /* ../lib/standard/collection/array.nit:272 */
             goto label5;
           }
         }
         label5: while(0);
-        /* ./parser//parser.nit:982 */
+        /* parser/parser.nit:992 */
         REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0])!=NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
         } else {
-          nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 982);
+          nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 992);
         }
         fra.me.REG[8] = ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0]);
         CALL_standard___collection___abstract_collection___RemovableCollection___clear(fra.me.REG[8])(fra.me.REG[8]);
       } else {
-        /* ./parser//parser.nit:986 */
+        /* parser/parser.nit:996 */
         REGB2 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
         if (UNTAG_Bool(REGB2)) {
         } else {
@@ -5130,20 +5196,20 @@ void parser___ComputeProdLocationVisitor___visit(val_t p0, val_t p1){
           }
         }
         if (UNTAG_Bool(REGB2)) {
-          /* ./parser//parser.nit:988 */
+          /* parser/parser.nit:998 */
           REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0])!=NIT_NULL);
           if (UNTAG_Bool(REGB2)) {
           } else {
-            nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 988);
+            nit_abort("Uninitialized attribute %s", "_need_before_epsilons", LOCATE_parser, 998);
           }
           fra.me.REG[3] = ATTR_parser___ComputeProdLocationVisitor____need_before_epsilons(fra.me.REG[0]);
           CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[3])(fra.me.REG[3], fra.me.REG[1]);
         } else {
-          /* ./parser//parser.nit:991 */
+          /* parser/parser.nit:1001 */
           REGB2 = TAG_Bool(ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0])!=NIT_NULL);
           if (UNTAG_Bool(REGB2)) {
           } else {
-            nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 991);
+            nit_abort("Uninitialized attribute %s", "_need_after_epsilons", LOCATE_parser, 1001);
           }
           fra.me.REG[0] = ATTR_parser___ComputeProdLocationVisitor____need_after_epsilons(fra.me.REG[0]);
           CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]);
@@ -5162,14 +5228,14 @@ void parser___ComputeProdLocationVisitor___init(val_t p0, int* init_table){
   if (init_table[itpos2]) return;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 997;
+  fra.me.line = 1007;
   fra.me.meth = LOCATE_parser___ComputeProdLocationVisitor___init;
   fra.me.has_broke = 0;
   fra.me.REG_size = 1;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
-  /* ./parser//parser.nit:997 */
+  /* parser/parser.nit:1007 */
   CALL_parser___parser_prod___Visitor___init(fra.me.REG[0])(fra.me.REG[0], init_table);
   stack_frame_head = fra.me.prev;
   init_table[itpos2] = 1;
@@ -5180,13 +5246,13 @@ void parser___ReduceAction___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1002;
+  fra.me.line = 1012;
   fra.me.meth = LOCATE_parser___ReduceAction___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 0;
   fra.me.nitni_local_ref_head = NULL;
-  /* ./parser//parser.nit:1002 */
-  nit_abort("Deferred method called", NULL, LOCATE_parser, 1002);
+  /* parser/parser.nit:1012 */
+  nit_abort("Deferred method called", NULL, LOCATE_parser, 1012);
   stack_frame_head = fra.me.prev;
   return;
 }
@@ -5196,7 +5262,7 @@ val_t parser___ReduceAction___concat(val_t p0, val_t p1, val_t p2){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1003;
+  fra.me.line = 1013;
   fra.me.meth = LOCATE_parser___ReduceAction___concat;
   fra.me.has_broke = 0;
   fra.me.REG_size = 3;
@@ -5207,15 +5273,15 @@ val_t parser___ReduceAction___concat(val_t p0, val_t p1, val_t p2){
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
   fra.me.REG[2] = p2;
-  /* ./parser//parser.nit:1005 */
+  /* parser/parser.nit:1015 */
   REGB0 = CALL_standard___collection___abstract_collection___Collection___is_empty(fra.me.REG[1])(fra.me.REG[1]);
   if (UNTAG_Bool(REGB0)) {
     fra.me.REG[0] = fra.me.REG[2];
     goto label1;
   }
-  /* ./parser//parser.nit:1006 */
+  /* parser/parser.nit:1016 */
   CALL_standard___collection___abstract_collection___Sequence___append(fra.me.REG[1])(fra.me.REG[1], fra.me.REG[2]);
-  /* ./parser//parser.nit:1007 */
+  /* parser/parser.nit:1017 */
   fra.me.REG[0] = fra.me.REG[1];
   goto label1;
   label1: while(0);
@@ -5230,7 +5296,7 @@ void parser___ReduceAction___init(val_t p0, val_t p1, int* init_table){
   if (init_table[itpos3]) return;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1010;
+  fra.me.line = 1020;
   fra.me.meth = LOCATE_parser___ReduceAction___init;
   fra.me.has_broke = 0;
   fra.me.REG_size = 1;
@@ -5238,7 +5304,7 @@ void parser___ReduceAction___init(val_t p0, val_t p1, int* init_table){
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[0] = p0;
   REGB0 = p1;
-  /* ./parser//parser.nit:1010 */
+  /* parser/parser.nit:1020 */
   ATTR_parser___ReduceAction____goto(fra.me.REG[0]) = REGB0;
   stack_frame_head = fra.me.prev;
   init_table[itpos3] = 1;
@@ -5250,7 +5316,7 @@ void parser___ReduceAction0___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1015;
+  fra.me.line = 1025;
   fra.me.meth = LOCATE_parser___ReduceAction0___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -5262,21 +5328,21 @@ void parser___ReduceAction0___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1017 */
+  /* parser/parser.nit:1027 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1018 */
+  /* parser/parser.nit:1028 */
   fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1019 */
+  /* parser/parser.nit:1029 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1020 */
+  /* parser/parser.nit:1030 */
   fra.me.REG[4] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[3], fra.me.REG[4]);
-  /* ./parser//parser.nit:1025 */
+  /* parser/parser.nit:1035 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:1026 */
+  /* parser/parser.nit:1036 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1026);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1036);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5290,7 +5356,7 @@ void parser___ReduceAction1___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1031;
+  fra.me.line = 1041;
   fra.me.meth = LOCATE_parser___ReduceAction1___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -5303,29 +5369,29 @@ void parser___ReduceAction1___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1033 */
+  /* parser/parser.nit:1043 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1034 */
+  /* parser/parser.nit:1044 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1035 */
+  /* parser/parser.nit:1045 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1036 */
+  /* parser/parser.nit:1046 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1038 */
+  /* parser/parser.nit:1048 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1038);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1048);
   }
-  /* ./parser//parser.nit:1039 */
+  /* parser/parser.nit:1049 */
   fra.me.REG[5] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[3], fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:1044 */
+  /* parser/parser.nit:1054 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:1045 */
+  /* parser/parser.nit:1055 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1045);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1055);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5339,7 +5405,7 @@ void parser___ReduceAction2___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1050;
+  fra.me.line = 1060;
   fra.me.meth = LOCATE_parser___ReduceAction2___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -5352,32 +5418,32 @@ void parser___ReduceAction2___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1052 */
+  /* parser/parser.nit:1062 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1053 */
+  /* parser/parser.nit:1063 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1054 */
+  /* parser/parser.nit:1064 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1055 */
+  /* parser/parser.nit:1065 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1057 */
+  /* parser/parser.nit:1067 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1057);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1067);
   }
-  /* ./parser//parser.nit:1058 */
+  /* parser/parser.nit:1068 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:1059 */
+  /* parser/parser.nit:1069 */
   fra.me.REG[5] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:1064 */
+  /* parser/parser.nit:1074 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:1065 */
+  /* parser/parser.nit:1075 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1065);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1075);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5391,7 +5457,7 @@ void parser___ReduceAction3___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1070;
+  fra.me.line = 1080;
   fra.me.meth = LOCATE_parser___ReduceAction3___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -5405,40 +5471,40 @@ void parser___ReduceAction3___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1072 */
+  /* parser/parser.nit:1082 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1073 */
+  /* parser/parser.nit:1083 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1074 */
+  /* parser/parser.nit:1084 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1075 */
+  /* parser/parser.nit:1085 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1076 */
+  /* parser/parser.nit:1086 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1078 */
+  /* parser/parser.nit:1088 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1078);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1088);
   }
-  /* ./parser//parser.nit:1080 */
+  /* parser/parser.nit:1090 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1080);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1090);
   }
-  /* ./parser//parser.nit:1081 */
+  /* parser/parser.nit:1091 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:1082 */
+  /* parser/parser.nit:1092 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1087 */
+  /* parser/parser.nit:1097 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1088 */
+  /* parser/parser.nit:1098 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1088);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1098);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5452,7 +5518,7 @@ void parser___ReduceAction4___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1093;
+  fra.me.line = 1103;
   fra.me.meth = LOCATE_parser___ReduceAction4___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -5465,32 +5531,32 @@ void parser___ReduceAction4___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1095 */
+  /* parser/parser.nit:1105 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1096 */
+  /* parser/parser.nit:1106 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1097 */
+  /* parser/parser.nit:1107 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1098 */
+  /* parser/parser.nit:1108 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1100 */
+  /* parser/parser.nit:1110 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1100);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1110);
   }
-  /* ./parser//parser.nit:1101 */
+  /* parser/parser.nit:1111 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:1102 */
+  /* parser/parser.nit:1112 */
   fra.me.REG[5] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:1107 */
+  /* parser/parser.nit:1117 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:1108 */
+  /* parser/parser.nit:1118 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1108);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1118);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5504,7 +5570,7 @@ void parser___ReduceAction5___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1113;
+  fra.me.line = 1123;
   fra.me.meth = LOCATE_parser___ReduceAction5___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -5518,40 +5584,40 @@ void parser___ReduceAction5___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1115 */
+  /* parser/parser.nit:1125 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1116 */
+  /* parser/parser.nit:1126 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1117 */
+  /* parser/parser.nit:1127 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1118 */
+  /* parser/parser.nit:1128 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1119 */
+  /* parser/parser.nit:1129 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1121 */
+  /* parser/parser.nit:1131 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1121);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1131);
   }
-  /* ./parser//parser.nit:1123 */
+  /* parser/parser.nit:1133 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1123);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1133);
   }
-  /* ./parser//parser.nit:1124 */
+  /* parser/parser.nit:1134 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
   fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:1125 */
+  /* parser/parser.nit:1135 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1130 */
+  /* parser/parser.nit:1140 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1131 */
+  /* parser/parser.nit:1141 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1131);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1141);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5565,7 +5631,7 @@ void parser___ReduceAction6___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1136;
+  fra.me.line = 1146;
   fra.me.meth = LOCATE_parser___ReduceAction6___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -5579,43 +5645,43 @@ void parser___ReduceAction6___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1138 */
+  /* parser/parser.nit:1148 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1139 */
+  /* parser/parser.nit:1149 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1140 */
+  /* parser/parser.nit:1150 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1141 */
+  /* parser/parser.nit:1151 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1142 */
+  /* parser/parser.nit:1152 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1144 */
+  /* parser/parser.nit:1154 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1144);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1154);
   }
-  /* ./parser//parser.nit:1145 */
+  /* parser/parser.nit:1155 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:1147 */
+  /* parser/parser.nit:1157 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1147);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1157);
   }
-  /* ./parser//parser.nit:1148 */
+  /* parser/parser.nit:1158 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
   fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:1149 */
+  /* parser/parser.nit:1159 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1154 */
+  /* parser/parser.nit:1164 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1155 */
+  /* parser/parser.nit:1165 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1155);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1165);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5629,7 +5695,7 @@ void parser___ReduceAction7___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1160;
+  fra.me.line = 1170;
   fra.me.meth = LOCATE_parser___ReduceAction7___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -5644,51 +5710,51 @@ void parser___ReduceAction7___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1162 */
+  /* parser/parser.nit:1172 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1163 */
+  /* parser/parser.nit:1173 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1164 */
+  /* parser/parser.nit:1174 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1165 */
+  /* parser/parser.nit:1175 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1166 */
+  /* parser/parser.nit:1176 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1167 */
+  /* parser/parser.nit:1177 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1169 */
+  /* parser/parser.nit:1179 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1169);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1179);
   }
-  /* ./parser//parser.nit:1171 */
+  /* parser/parser.nit:1181 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1171);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1181);
   }
-  /* ./parser//parser.nit:1172 */
+  /* parser/parser.nit:1182 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1174 */
+  /* parser/parser.nit:1184 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1174);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1184);
   }
-  /* ./parser//parser.nit:1175 */
+  /* parser/parser.nit:1185 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
   fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:1176 */
+  /* parser/parser.nit:1186 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1181 */
+  /* parser/parser.nit:1191 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1182 */
+  /* parser/parser.nit:1192 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1182);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1192);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5703,7 +5769,7 @@ void parser___ReduceAction8___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1187;
+  fra.me.line = 1197;
   fra.me.meth = LOCATE_parser___ReduceAction8___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -5717,28 +5783,28 @@ void parser___ReduceAction8___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1189 */
+  /* parser/parser.nit:1199 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1190 */
+  /* parser/parser.nit:1200 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1191 */
+  /* parser/parser.nit:1201 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1192 */
+  /* parser/parser.nit:1202 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1193 */
+  /* parser/parser.nit:1203 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1195 */
+  /* parser/parser.nit:1205 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1195);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1205);
   }
-  /* ./parser//parser.nit:1196 */
+  /* parser/parser.nit:1206 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
   fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:1197 */
+  /* parser/parser.nit:1207 */
   fra.me.REG[6] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[6]);
-  /* ./parser//parser.nit:1200 */
+  /* parser/parser.nit:1210 */
   REGB0 = TAG_Bool(fra.me.REG[6]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -5753,18 +5819,18 @@ void parser___ReduceAction8___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1201 */
+    /* parser/parser.nit:1211 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[6]);
   }
-  /* ./parser//parser.nit:1203 */
+  /* parser/parser.nit:1213 */
   fra.me.REG[5] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:1208 */
+  /* parser/parser.nit:1218 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:1209 */
+  /* parser/parser.nit:1219 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1209);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1219);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5779,7 +5845,7 @@ void parser___ReduceAction9___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1214;
+  fra.me.line = 1224;
   fra.me.meth = LOCATE_parser___ReduceAction9___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -5794,36 +5860,36 @@ void parser___ReduceAction9___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1216 */
+  /* parser/parser.nit:1226 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1217 */
+  /* parser/parser.nit:1227 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1218 */
+  /* parser/parser.nit:1228 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1219 */
+  /* parser/parser.nit:1229 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1220 */
+  /* parser/parser.nit:1230 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1222 */
+  /* parser/parser.nit:1232 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1222);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1232);
   }
-  /* ./parser//parser.nit:1223 */
+  /* parser/parser.nit:1233 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1225 */
+  /* parser/parser.nit:1235 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1225);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1235);
   }
-  /* ./parser//parser.nit:1226 */
+  /* parser/parser.nit:1236 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
   fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:1227 */
+  /* parser/parser.nit:1237 */
   fra.me.REG[7] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[7]);
-  /* ./parser//parser.nit:1230 */
+  /* parser/parser.nit:1240 */
   REGB0 = TAG_Bool(fra.me.REG[7]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -5838,18 +5904,18 @@ void parser___ReduceAction9___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1231 */
+    /* parser/parser.nit:1241 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[7]);
   }
-  /* ./parser//parser.nit:1233 */
+  /* parser/parser.nit:1243 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1238 */
+  /* parser/parser.nit:1248 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1239 */
+  /* parser/parser.nit:1249 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1239);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1249);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5864,7 +5930,7 @@ void parser___ReduceAction10___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1244;
+  fra.me.line = 1254;
   fra.me.meth = LOCATE_parser___ReduceAction10___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -5878,39 +5944,39 @@ void parser___ReduceAction10___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1246 */
+  /* parser/parser.nit:1256 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1247 */
+  /* parser/parser.nit:1257 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1248 */
+  /* parser/parser.nit:1258 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1249 */
+  /* parser/parser.nit:1259 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1250 */
+  /* parser/parser.nit:1260 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1252 */
+  /* parser/parser.nit:1262 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1252);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1262);
   }
-  /* ./parser//parser.nit:1253 */
+  /* parser/parser.nit:1263 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:1254 */
+  /* parser/parser.nit:1264 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1256 */
+  /* parser/parser.nit:1266 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1256);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1266);
   }
-  /* ./parser//parser.nit:1257 */
+  /* parser/parser.nit:1267 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:1258 */
+  /* parser/parser.nit:1268 */
   fra.me.REG[4] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[4]);
-  /* ./parser//parser.nit:1261 */
+  /* parser/parser.nit:1271 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -5925,18 +5991,18 @@ void parser___ReduceAction10___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1262 */
+    /* parser/parser.nit:1272 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:1264 */
+  /* parser/parser.nit:1274 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1269 */
+  /* parser/parser.nit:1279 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1270 */
+  /* parser/parser.nit:1280 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1270);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1280);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -5951,7 +6017,7 @@ void parser___ReduceAction11___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1275;
+  fra.me.line = 1285;
   fra.me.meth = LOCATE_parser___ReduceAction11___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -5966,47 +6032,47 @@ void parser___ReduceAction11___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1277 */
+  /* parser/parser.nit:1287 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1278 */
+  /* parser/parser.nit:1288 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1279 */
+  /* parser/parser.nit:1289 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1280 */
+  /* parser/parser.nit:1290 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1281 */
+  /* parser/parser.nit:1291 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1282 */
+  /* parser/parser.nit:1292 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1284 */
+  /* parser/parser.nit:1294 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1284);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1294);
   }
-  /* ./parser//parser.nit:1286 */
+  /* parser/parser.nit:1296 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1286);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1296);
   }
-  /* ./parser//parser.nit:1287 */
+  /* parser/parser.nit:1297 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1288 */
+  /* parser/parser.nit:1298 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1290 */
+  /* parser/parser.nit:1300 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1290);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1300);
   }
-  /* ./parser//parser.nit:1291 */
+  /* parser/parser.nit:1301 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:1292 */
+  /* parser/parser.nit:1302 */
   fra.me.REG[4] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[4]);
-  /* ./parser//parser.nit:1295 */
+  /* parser/parser.nit:1305 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6021,18 +6087,18 @@ void parser___ReduceAction11___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1296 */
+    /* parser/parser.nit:1306 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:1298 */
+  /* parser/parser.nit:1308 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1303 */
+  /* parser/parser.nit:1313 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1304 */
+  /* parser/parser.nit:1314 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1304);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1314);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6047,7 +6113,7 @@ void parser___ReduceAction12___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1309;
+  fra.me.line = 1319;
   fra.me.meth = LOCATE_parser___ReduceAction12___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -6062,39 +6128,39 @@ void parser___ReduceAction12___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1311 */
+  /* parser/parser.nit:1321 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1312 */
+  /* parser/parser.nit:1322 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1313 */
+  /* parser/parser.nit:1323 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1314 */
+  /* parser/parser.nit:1324 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1315 */
+  /* parser/parser.nit:1325 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1317 */
+  /* parser/parser.nit:1327 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1317);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1327);
   }
-  /* ./parser//parser.nit:1318 */
+  /* parser/parser.nit:1328 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1320 */
+  /* parser/parser.nit:1330 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1320);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1330);
   }
-  /* ./parser//parser.nit:1321 */
+  /* parser/parser.nit:1331 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
   fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:1322 */
+  /* parser/parser.nit:1332 */
   fra.me.REG[7] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[7]);
-  /* ./parser//parser.nit:1325 */
+  /* parser/parser.nit:1335 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1326 */
+  /* parser/parser.nit:1336 */
   REGB0 = TAG_Bool(fra.me.REG[7]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6109,18 +6175,18 @@ void parser___ReduceAction12___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1327 */
+    /* parser/parser.nit:1337 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[7]);
   }
-  /* ./parser//parser.nit:1329 */
+  /* parser/parser.nit:1339 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1334 */
+  /* parser/parser.nit:1344 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1335 */
+  /* parser/parser.nit:1345 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1335);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1345);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6135,7 +6201,7 @@ void parser___ReduceAction13___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1340;
+  fra.me.line = 1350;
   fra.me.meth = LOCATE_parser___ReduceAction13___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -6151,47 +6217,47 @@ void parser___ReduceAction13___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1342 */
+  /* parser/parser.nit:1352 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1343 */
+  /* parser/parser.nit:1353 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1344 */
+  /* parser/parser.nit:1354 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1345 */
+  /* parser/parser.nit:1355 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1346 */
+  /* parser/parser.nit:1356 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1347 */
+  /* parser/parser.nit:1357 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1349 */
+  /* parser/parser.nit:1359 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1349);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1359);
   }
-  /* ./parser//parser.nit:1351 */
+  /* parser/parser.nit:1361 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1351);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1361);
   }
-  /* ./parser//parser.nit:1352 */
+  /* parser/parser.nit:1362 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1354 */
+  /* parser/parser.nit:1364 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1354);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1364);
   }
-  /* ./parser//parser.nit:1355 */
+  /* parser/parser.nit:1365 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[3]);
   fra.me.REG[8] = fra.me.REG[3];
-  /* ./parser//parser.nit:1356 */
+  /* parser/parser.nit:1366 */
   fra.me.REG[8] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[8]);
-  /* ./parser//parser.nit:1359 */
+  /* parser/parser.nit:1369 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:1360 */
+  /* parser/parser.nit:1370 */
   REGB0 = TAG_Bool(fra.me.REG[8]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6206,18 +6272,18 @@ void parser___ReduceAction13___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1361 */
+    /* parser/parser.nit:1371 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[8]);
   }
-  /* ./parser//parser.nit:1363 */
+  /* parser/parser.nit:1373 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1368 */
+  /* parser/parser.nit:1378 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1369 */
+  /* parser/parser.nit:1379 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1369);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1379);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6232,7 +6298,7 @@ void parser___ReduceAction14___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1374;
+  fra.me.line = 1384;
   fra.me.meth = LOCATE_parser___ReduceAction14___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -6247,50 +6313,50 @@ void parser___ReduceAction14___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1376 */
+  /* parser/parser.nit:1386 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1377 */
+  /* parser/parser.nit:1387 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1378 */
+  /* parser/parser.nit:1388 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1379 */
+  /* parser/parser.nit:1389 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1380 */
+  /* parser/parser.nit:1390 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1381 */
+  /* parser/parser.nit:1391 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1383 */
+  /* parser/parser.nit:1393 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1383);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1393);
   }
-  /* ./parser//parser.nit:1384 */
+  /* parser/parser.nit:1394 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[5]);
   fra.me.REG[6] = fra.me.REG[5];
-  /* ./parser//parser.nit:1386 */
+  /* parser/parser.nit:1396 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1386);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1396);
   }
-  /* ./parser//parser.nit:1387 */
+  /* parser/parser.nit:1397 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1389 */
+  /* parser/parser.nit:1399 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1389);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1399);
   }
-  /* ./parser//parser.nit:1390 */
+  /* parser/parser.nit:1400 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:1391 */
+  /* parser/parser.nit:1401 */
   fra.me.REG[5] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[5]);
-  /* ./parser//parser.nit:1394 */
+  /* parser/parser.nit:1404 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:1395 */
+  /* parser/parser.nit:1405 */
   REGB0 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6305,18 +6371,18 @@ void parser___ReduceAction14___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1396 */
+    /* parser/parser.nit:1406 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[5]);
   }
-  /* ./parser//parser.nit:1398 */
+  /* parser/parser.nit:1408 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1403 */
+  /* parser/parser.nit:1413 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1404 */
+  /* parser/parser.nit:1414 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1404);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1414);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6331,7 +6397,7 @@ void parser___ReduceAction15___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1409;
+  fra.me.line = 1419;
   fra.me.meth = LOCATE_parser___ReduceAction15___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -6347,58 +6413,58 @@ void parser___ReduceAction15___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1411 */
+  /* parser/parser.nit:1421 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1412 */
+  /* parser/parser.nit:1422 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1413 */
+  /* parser/parser.nit:1423 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1414 */
+  /* parser/parser.nit:1424 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1415 */
+  /* parser/parser.nit:1425 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1416 */
+  /* parser/parser.nit:1426 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1417 */
+  /* parser/parser.nit:1427 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1419 */
+  /* parser/parser.nit:1429 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1419);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1429);
   }
-  /* ./parser//parser.nit:1421 */
+  /* parser/parser.nit:1431 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1421);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1431);
   }
-  /* ./parser//parser.nit:1422 */
+  /* parser/parser.nit:1432 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
   fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:1424 */
+  /* parser/parser.nit:1434 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1424);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1434);
   }
-  /* ./parser//parser.nit:1425 */
+  /* parser/parser.nit:1435 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1427 */
+  /* parser/parser.nit:1437 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1427);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1437);
   }
-  /* ./parser//parser.nit:1428 */
+  /* parser/parser.nit:1438 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:1429 */
+  /* parser/parser.nit:1439 */
   fra.me.REG[5] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[5]);
-  /* ./parser//parser.nit:1432 */
+  /* parser/parser.nit:1442 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[4]);
   fra.me.REG[8] = fra.me.REG[4];
-  /* ./parser//parser.nit:1433 */
+  /* parser/parser.nit:1443 */
   REGB0 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6413,18 +6479,18 @@ void parser___ReduceAction15___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1434 */
+    /* parser/parser.nit:1444 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[5]);
   }
-  /* ./parser//parser.nit:1436 */
+  /* parser/parser.nit:1446 */
   fra.me.REG[8] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[6], fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:1441 */
+  /* parser/parser.nit:1451 */
   fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:1442 */
+  /* parser/parser.nit:1452 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1442);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1452);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6439,7 +6505,7 @@ void parser___ReduceAction16___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1447;
+  fra.me.line = 1457;
   fra.me.meth = LOCATE_parser___ReduceAction16___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -6452,21 +6518,21 @@ void parser___ReduceAction16___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1449 */
+  /* parser/parser.nit:1459 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1450 */
+  /* parser/parser.nit:1460 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1451 */
+  /* parser/parser.nit:1461 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1452 */
+  /* parser/parser.nit:1462 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1454 */
+  /* parser/parser.nit:1464 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1454);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1464);
   }
-  /* ./parser//parser.nit:1455 */
+  /* parser/parser.nit:1465 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6481,18 +6547,18 @@ void parser___ReduceAction16___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1456 */
+    /* parser/parser.nit:1466 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1458 */
+  /* parser/parser.nit:1468 */
   fra.me.REG[5] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:1463 */
+  /* parser/parser.nit:1473 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:1464 */
+  /* parser/parser.nit:1474 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1464);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1474);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6507,7 +6573,7 @@ void parser___ReduceAction17___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1469;
+  fra.me.line = 1479;
   fra.me.meth = LOCATE_parser___ReduceAction17___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -6521,29 +6587,29 @@ void parser___ReduceAction17___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1471 */
+  /* parser/parser.nit:1481 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1472 */
+  /* parser/parser.nit:1482 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1473 */
+  /* parser/parser.nit:1483 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1474 */
+  /* parser/parser.nit:1484 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1475 */
+  /* parser/parser.nit:1485 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1477 */
+  /* parser/parser.nit:1487 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1477);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1487);
   }
-  /* ./parser//parser.nit:1479 */
+  /* parser/parser.nit:1489 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1479);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1489);
   }
-  /* ./parser//parser.nit:1480 */
+  /* parser/parser.nit:1490 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6558,18 +6624,18 @@ void parser___ReduceAction17___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1481 */
+    /* parser/parser.nit:1491 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1483 */
+  /* parser/parser.nit:1493 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1488 */
+  /* parser/parser.nit:1498 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1489 */
+  /* parser/parser.nit:1499 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1489);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1499);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6584,7 +6650,7 @@ void parser___ReduceAction18___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1494;
+  fra.me.line = 1504;
   fra.me.meth = LOCATE_parser___ReduceAction18___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -6598,32 +6664,32 @@ void parser___ReduceAction18___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1496 */
+  /* parser/parser.nit:1506 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1497 */
+  /* parser/parser.nit:1507 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1498 */
+  /* parser/parser.nit:1508 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1499 */
+  /* parser/parser.nit:1509 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1500 */
+  /* parser/parser.nit:1510 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1502 */
+  /* parser/parser.nit:1512 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1502);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1512);
   }
-  /* ./parser//parser.nit:1503 */
+  /* parser/parser.nit:1513 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:1505 */
+  /* parser/parser.nit:1515 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1505);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1515);
   }
-  /* ./parser//parser.nit:1506 */
+  /* parser/parser.nit:1516 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6638,18 +6704,18 @@ void parser___ReduceAction18___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1507 */
+    /* parser/parser.nit:1517 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1509 */
+  /* parser/parser.nit:1519 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1514 */
+  /* parser/parser.nit:1524 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1515 */
+  /* parser/parser.nit:1525 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1515);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1525);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6664,7 +6730,7 @@ void parser___ReduceAction19___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1520;
+  fra.me.line = 1530;
   fra.me.meth = LOCATE_parser___ReduceAction19___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -6679,40 +6745,40 @@ void parser___ReduceAction19___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1522 */
+  /* parser/parser.nit:1532 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1523 */
+  /* parser/parser.nit:1533 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1524 */
+  /* parser/parser.nit:1534 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1525 */
+  /* parser/parser.nit:1535 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1526 */
+  /* parser/parser.nit:1536 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1527 */
+  /* parser/parser.nit:1537 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1529 */
+  /* parser/parser.nit:1539 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1529);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1539);
   }
-  /* ./parser//parser.nit:1531 */
+  /* parser/parser.nit:1541 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1531);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1541);
   }
-  /* ./parser//parser.nit:1532 */
+  /* parser/parser.nit:1542 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1534 */
+  /* parser/parser.nit:1544 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1534);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1544);
   }
-  /* ./parser//parser.nit:1535 */
+  /* parser/parser.nit:1545 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6727,18 +6793,18 @@ void parser___ReduceAction19___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1536 */
+    /* parser/parser.nit:1546 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1538 */
+  /* parser/parser.nit:1548 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1543 */
+  /* parser/parser.nit:1553 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1544 */
+  /* parser/parser.nit:1554 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1544);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1554);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6753,7 +6819,7 @@ void parser___ReduceAction20___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1549;
+  fra.me.line = 1559;
   fra.me.meth = LOCATE_parser___ReduceAction20___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -6767,32 +6833,32 @@ void parser___ReduceAction20___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1551 */
+  /* parser/parser.nit:1561 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1552 */
+  /* parser/parser.nit:1562 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1553 */
+  /* parser/parser.nit:1563 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1554 */
+  /* parser/parser.nit:1564 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1555 */
+  /* parser/parser.nit:1565 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1557 */
+  /* parser/parser.nit:1567 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1557);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1567);
   }
-  /* ./parser//parser.nit:1559 */
+  /* parser/parser.nit:1569 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1559);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1569);
   }
-  /* ./parser//parser.nit:1560 */
+  /* parser/parser.nit:1570 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1561 */
+  /* parser/parser.nit:1571 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6807,18 +6873,18 @@ void parser___ReduceAction20___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1562 */
+    /* parser/parser.nit:1572 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1564 */
+  /* parser/parser.nit:1574 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1569 */
+  /* parser/parser.nit:1579 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1570 */
+  /* parser/parser.nit:1580 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1570);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1580);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6833,7 +6899,7 @@ void parser___ReduceAction21___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1575;
+  fra.me.line = 1585;
   fra.me.meth = LOCATE_parser___ReduceAction21___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -6848,40 +6914,40 @@ void parser___ReduceAction21___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1577 */
+  /* parser/parser.nit:1587 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1578 */
+  /* parser/parser.nit:1588 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1579 */
+  /* parser/parser.nit:1589 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1580 */
+  /* parser/parser.nit:1590 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1581 */
+  /* parser/parser.nit:1591 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1582 */
+  /* parser/parser.nit:1592 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1584 */
+  /* parser/parser.nit:1594 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1584);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1594);
   }
-  /* ./parser//parser.nit:1586 */
+  /* parser/parser.nit:1596 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1586);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1596);
   }
-  /* ./parser//parser.nit:1588 */
+  /* parser/parser.nit:1598 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1588);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1598);
   }
-  /* ./parser//parser.nit:1589 */
+  /* parser/parser.nit:1599 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:1590 */
+  /* parser/parser.nit:1600 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6896,18 +6962,18 @@ void parser___ReduceAction21___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1591 */
+    /* parser/parser.nit:1601 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1593 */
+  /* parser/parser.nit:1603 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1598 */
+  /* parser/parser.nit:1608 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1599 */
+  /* parser/parser.nit:1609 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1599);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1609);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -6922,7 +6988,7 @@ void parser___ReduceAction22___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1604;
+  fra.me.line = 1614;
   fra.me.meth = LOCATE_parser___ReduceAction22___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -6937,43 +7003,43 @@ void parser___ReduceAction22___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1606 */
+  /* parser/parser.nit:1616 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1607 */
+  /* parser/parser.nit:1617 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1608 */
+  /* parser/parser.nit:1618 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1609 */
+  /* parser/parser.nit:1619 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1610 */
+  /* parser/parser.nit:1620 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1611 */
+  /* parser/parser.nit:1621 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1613 */
+  /* parser/parser.nit:1623 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1613);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1623);
   }
-  /* ./parser//parser.nit:1614 */
+  /* parser/parser.nit:1624 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[5]);
   fra.me.REG[6] = fra.me.REG[5];
-  /* ./parser//parser.nit:1616 */
+  /* parser/parser.nit:1626 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1616);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1626);
   }
-  /* ./parser//parser.nit:1618 */
+  /* parser/parser.nit:1628 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1618);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1628);
   }
-  /* ./parser//parser.nit:1619 */
+  /* parser/parser.nit:1629 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:1620 */
+  /* parser/parser.nit:1630 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -6988,18 +7054,18 @@ void parser___ReduceAction22___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1621 */
+    /* parser/parser.nit:1631 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1623 */
+  /* parser/parser.nit:1633 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1628 */
+  /* parser/parser.nit:1638 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1629 */
+  /* parser/parser.nit:1639 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1629);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1639);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7014,7 +7080,7 @@ void parser___ReduceAction23___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1634;
+  fra.me.line = 1644;
   fra.me.meth = LOCATE_parser___ReduceAction23___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -7030,51 +7096,51 @@ void parser___ReduceAction23___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1636 */
+  /* parser/parser.nit:1646 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1637 */
+  /* parser/parser.nit:1647 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1638 */
+  /* parser/parser.nit:1648 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1639 */
+  /* parser/parser.nit:1649 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1640 */
+  /* parser/parser.nit:1650 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1641 */
+  /* parser/parser.nit:1651 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1642 */
+  /* parser/parser.nit:1652 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1644 */
+  /* parser/parser.nit:1654 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1644);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1654);
   }
-  /* ./parser//parser.nit:1646 */
+  /* parser/parser.nit:1656 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1646);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1656);
   }
-  /* ./parser//parser.nit:1647 */
+  /* parser/parser.nit:1657 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
   fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:1649 */
+  /* parser/parser.nit:1659 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1649);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1659);
   }
-  /* ./parser//parser.nit:1651 */
+  /* parser/parser.nit:1661 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1651);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1661);
   }
-  /* ./parser//parser.nit:1652 */
+  /* parser/parser.nit:1662 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[4]);
   fra.me.REG[8] = fra.me.REG[4];
-  /* ./parser//parser.nit:1653 */
+  /* parser/parser.nit:1663 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7089,18 +7155,18 @@ void parser___ReduceAction23___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1654 */
+    /* parser/parser.nit:1664 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1656 */
+  /* parser/parser.nit:1666 */
   fra.me.REG[8] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[6], fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:1661 */
+  /* parser/parser.nit:1671 */
   fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:1662 */
+  /* parser/parser.nit:1672 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1662);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1672);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7115,7 +7181,7 @@ void parser___ReduceAction24___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1667;
+  fra.me.line = 1677;
   fra.me.meth = LOCATE_parser___ReduceAction24___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -7130,36 +7196,36 @@ void parser___ReduceAction24___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1669 */
+  /* parser/parser.nit:1679 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1670 */
+  /* parser/parser.nit:1680 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1671 */
+  /* parser/parser.nit:1681 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1672 */
+  /* parser/parser.nit:1682 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1673 */
+  /* parser/parser.nit:1683 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1674 */
+  /* parser/parser.nit:1684 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1676 */
+  /* parser/parser.nit:1686 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1676);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1686);
   }
-  /* ./parser//parser.nit:1677 */
+  /* parser/parser.nit:1687 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:1678 */
+  /* parser/parser.nit:1688 */
   fra.me.REG[7] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[7]);
-  /* ./parser//parser.nit:1682 */
+  /* parser/parser.nit:1692 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1682);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1692);
   }
-  /* ./parser//parser.nit:1683 */
+  /* parser/parser.nit:1693 */
   REGB0 = TAG_Bool(fra.me.REG[7]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7174,10 +7240,10 @@ void parser___ReduceAction24___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1684 */
+    /* parser/parser.nit:1694 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[7]);
   }
-  /* ./parser//parser.nit:1686 */
+  /* parser/parser.nit:1696 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7192,18 +7258,18 @@ void parser___ReduceAction24___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1687 */
+    /* parser/parser.nit:1697 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1689 */
+  /* parser/parser.nit:1699 */
   fra.me.REG[6] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:1694 */
+  /* parser/parser.nit:1704 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:1695 */
+  /* parser/parser.nit:1705 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1695);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1705);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7218,7 +7284,7 @@ void parser___ReduceAction25___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1700;
+  fra.me.line = 1710;
   fra.me.meth = LOCATE_parser___ReduceAction25___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -7234,44 +7300,44 @@ void parser___ReduceAction25___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1702 */
+  /* parser/parser.nit:1712 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1703 */
+  /* parser/parser.nit:1713 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1704 */
+  /* parser/parser.nit:1714 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1705 */
+  /* parser/parser.nit:1715 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1706 */
+  /* parser/parser.nit:1716 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1707 */
+  /* parser/parser.nit:1717 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1709 */
+  /* parser/parser.nit:1719 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1709);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1719);
   }
-  /* ./parser//parser.nit:1710 */
+  /* parser/parser.nit:1720 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1712 */
+  /* parser/parser.nit:1722 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1712);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1722);
   }
-  /* ./parser//parser.nit:1713 */
+  /* parser/parser.nit:1723 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[4]);
   fra.me.REG[8] = fra.me.REG[4];
-  /* ./parser//parser.nit:1714 */
+  /* parser/parser.nit:1724 */
   fra.me.REG[8] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[8]);
-  /* ./parser//parser.nit:1718 */
+  /* parser/parser.nit:1728 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1718);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1728);
   }
-  /* ./parser//parser.nit:1719 */
+  /* parser/parser.nit:1729 */
   REGB0 = TAG_Bool(fra.me.REG[8]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7286,10 +7352,10 @@ void parser___ReduceAction25___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1720 */
+    /* parser/parser.nit:1730 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[8]);
   }
-  /* ./parser//parser.nit:1722 */
+  /* parser/parser.nit:1732 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7304,18 +7370,18 @@ void parser___ReduceAction25___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1723 */
+    /* parser/parser.nit:1733 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1725 */
+  /* parser/parser.nit:1735 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1730 */
+  /* parser/parser.nit:1740 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1731 */
+  /* parser/parser.nit:1741 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1731);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1741);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7330,7 +7396,7 @@ void parser___ReduceAction26___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1736;
+  fra.me.line = 1746;
   fra.me.meth = LOCATE_parser___ReduceAction26___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -7345,47 +7411,47 @@ void parser___ReduceAction26___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1738 */
+  /* parser/parser.nit:1748 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1739 */
+  /* parser/parser.nit:1749 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1740 */
+  /* parser/parser.nit:1750 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1741 */
+  /* parser/parser.nit:1751 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1742 */
+  /* parser/parser.nit:1752 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1743 */
+  /* parser/parser.nit:1753 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1745 */
+  /* parser/parser.nit:1755 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1745);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1755);
   }
-  /* ./parser//parser.nit:1746 */
+  /* parser/parser.nit:1756 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[5]);
   fra.me.REG[6] = fra.me.REG[5];
-  /* ./parser//parser.nit:1747 */
+  /* parser/parser.nit:1757 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1749 */
+  /* parser/parser.nit:1759 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1749);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1759);
   }
-  /* ./parser//parser.nit:1750 */
+  /* parser/parser.nit:1760 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:1751 */
+  /* parser/parser.nit:1761 */
   fra.me.REG[5] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[5]);
-  /* ./parser//parser.nit:1755 */
+  /* parser/parser.nit:1765 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1755);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1765);
   }
-  /* ./parser//parser.nit:1756 */
+  /* parser/parser.nit:1766 */
   REGB0 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7400,10 +7466,10 @@ void parser___ReduceAction26___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1757 */
+    /* parser/parser.nit:1767 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[5]);
   }
-  /* ./parser//parser.nit:1759 */
+  /* parser/parser.nit:1769 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7418,18 +7484,18 @@ void parser___ReduceAction26___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1760 */
+    /* parser/parser.nit:1770 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1762 */
+  /* parser/parser.nit:1772 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1767 */
+  /* parser/parser.nit:1777 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1768 */
+  /* parser/parser.nit:1778 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1768);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1778);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7444,7 +7510,7 @@ void parser___ReduceAction27___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1773;
+  fra.me.line = 1783;
   fra.me.meth = LOCATE_parser___ReduceAction27___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -7460,55 +7526,55 @@ void parser___ReduceAction27___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1775 */
+  /* parser/parser.nit:1785 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1776 */
+  /* parser/parser.nit:1786 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1777 */
+  /* parser/parser.nit:1787 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1778 */
+  /* parser/parser.nit:1788 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1779 */
+  /* parser/parser.nit:1789 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1780 */
+  /* parser/parser.nit:1790 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1781 */
+  /* parser/parser.nit:1791 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1783 */
+  /* parser/parser.nit:1793 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1783);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1793);
   }
-  /* ./parser//parser.nit:1785 */
+  /* parser/parser.nit:1795 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1785);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1795);
   }
-  /* ./parser//parser.nit:1786 */
+  /* parser/parser.nit:1796 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
   fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:1787 */
+  /* parser/parser.nit:1797 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1789 */
+  /* parser/parser.nit:1799 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1789);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1799);
   }
-  /* ./parser//parser.nit:1790 */
+  /* parser/parser.nit:1800 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:1791 */
+  /* parser/parser.nit:1801 */
   fra.me.REG[5] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[5]);
-  /* ./parser//parser.nit:1795 */
+  /* parser/parser.nit:1805 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1795);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1805);
   }
-  /* ./parser//parser.nit:1796 */
+  /* parser/parser.nit:1806 */
   REGB0 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7523,10 +7589,10 @@ void parser___ReduceAction27___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1797 */
+    /* parser/parser.nit:1807 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[5]);
   }
-  /* ./parser//parser.nit:1799 */
+  /* parser/parser.nit:1809 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7541,18 +7607,18 @@ void parser___ReduceAction27___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1800 */
+    /* parser/parser.nit:1810 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1802 */
+  /* parser/parser.nit:1812 */
   fra.me.REG[8] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[6], fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:1807 */
+  /* parser/parser.nit:1817 */
   fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:1808 */
+  /* parser/parser.nit:1818 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1808);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1818);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7567,7 +7633,7 @@ void parser___ReduceAction28___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1813;
+  fra.me.line = 1823;
   fra.me.meth = LOCATE_parser___ReduceAction28___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -7583,47 +7649,47 @@ void parser___ReduceAction28___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1815 */
+  /* parser/parser.nit:1825 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1816 */
+  /* parser/parser.nit:1826 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1817 */
+  /* parser/parser.nit:1827 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1818 */
+  /* parser/parser.nit:1828 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1819 */
+  /* parser/parser.nit:1829 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1820 */
+  /* parser/parser.nit:1830 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1822 */
+  /* parser/parser.nit:1832 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1822);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1832);
   }
-  /* ./parser//parser.nit:1823 */
+  /* parser/parser.nit:1833 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1825 */
+  /* parser/parser.nit:1835 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1825);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1835);
   }
-  /* ./parser//parser.nit:1826 */
+  /* parser/parser.nit:1836 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[4]);
   fra.me.REG[8] = fra.me.REG[4];
-  /* ./parser//parser.nit:1827 */
+  /* parser/parser.nit:1837 */
   fra.me.REG[8] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[8]);
-  /* ./parser//parser.nit:1831 */
+  /* parser/parser.nit:1841 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1831);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1841);
   }
-  /* ./parser//parser.nit:1832 */
+  /* parser/parser.nit:1842 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
   fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:1833 */
+  /* parser/parser.nit:1843 */
   REGB0 = TAG_Bool(fra.me.REG[8]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7638,10 +7704,10 @@ void parser___ReduceAction28___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1834 */
+    /* parser/parser.nit:1844 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[8]);
   }
-  /* ./parser//parser.nit:1836 */
+  /* parser/parser.nit:1846 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7656,18 +7722,18 @@ void parser___ReduceAction28___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1837 */
+    /* parser/parser.nit:1847 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[7])(fra.me.REG[7], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1839 */
+  /* parser/parser.nit:1849 */
   fra.me.REG[7] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:1844 */
+  /* parser/parser.nit:1854 */
   fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:1845 */
+  /* parser/parser.nit:1855 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1845);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1855);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7682,7 +7748,7 @@ void parser___ReduceAction29___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1850;
+  fra.me.line = 1860;
   fra.me.meth = LOCATE_parser___ReduceAction29___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -7699,55 +7765,55 @@ void parser___ReduceAction29___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1852 */
+  /* parser/parser.nit:1862 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1853 */
+  /* parser/parser.nit:1863 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1854 */
+  /* parser/parser.nit:1864 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1855 */
+  /* parser/parser.nit:1865 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1856 */
+  /* parser/parser.nit:1866 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1857 */
+  /* parser/parser.nit:1867 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1858 */
+  /* parser/parser.nit:1868 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1860 */
+  /* parser/parser.nit:1870 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1860);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1870);
   }
-  /* ./parser//parser.nit:1862 */
+  /* parser/parser.nit:1872 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1862);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1872);
   }
-  /* ./parser//parser.nit:1863 */
+  /* parser/parser.nit:1873 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1865 */
+  /* parser/parser.nit:1875 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1865);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1875);
   }
-  /* ./parser//parser.nit:1866 */
+  /* parser/parser.nit:1876 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[4]);
   fra.me.REG[9] = fra.me.REG[4];
-  /* ./parser//parser.nit:1867 */
+  /* parser/parser.nit:1877 */
   fra.me.REG[9] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[9]);
-  /* ./parser//parser.nit:1871 */
+  /* parser/parser.nit:1881 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1871);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1881);
   }
-  /* ./parser//parser.nit:1872 */
+  /* parser/parser.nit:1882 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:1873 */
+  /* parser/parser.nit:1883 */
   REGB0 = TAG_Bool(fra.me.REG[9]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7762,10 +7828,10 @@ void parser___ReduceAction29___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1874 */
+    /* parser/parser.nit:1884 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[9]);
   }
-  /* ./parser//parser.nit:1876 */
+  /* parser/parser.nit:1886 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7780,18 +7846,18 @@ void parser___ReduceAction29___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1877 */
+    /* parser/parser.nit:1887 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1879 */
+  /* parser/parser.nit:1889 */
   fra.me.REG[8] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[6], fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:1884 */
+  /* parser/parser.nit:1894 */
   fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:1885 */
+  /* parser/parser.nit:1895 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1885);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1895);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7806,7 +7872,7 @@ void parser___ReduceAction30___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1890;
+  fra.me.line = 1900;
   fra.me.meth = LOCATE_parser___ReduceAction30___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -7822,58 +7888,58 @@ void parser___ReduceAction30___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1892 */
+  /* parser/parser.nit:1902 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1893 */
+  /* parser/parser.nit:1903 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1894 */
+  /* parser/parser.nit:1904 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1895 */
+  /* parser/parser.nit:1905 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1896 */
+  /* parser/parser.nit:1906 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1897 */
+  /* parser/parser.nit:1907 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1898 */
+  /* parser/parser.nit:1908 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1900 */
+  /* parser/parser.nit:1910 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1900);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1910);
   }
-  /* ./parser//parser.nit:1901 */
+  /* parser/parser.nit:1911 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[6]);
   fra.me.REG[7] = fra.me.REG[6];
-  /* ./parser//parser.nit:1903 */
+  /* parser/parser.nit:1913 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1903);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1913);
   }
-  /* ./parser//parser.nit:1904 */
+  /* parser/parser.nit:1914 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1906 */
+  /* parser/parser.nit:1916 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1906);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1916);
   }
-  /* ./parser//parser.nit:1907 */
+  /* parser/parser.nit:1917 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1908 */
+  /* parser/parser.nit:1918 */
   fra.me.REG[6] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[6]);
-  /* ./parser//parser.nit:1912 */
+  /* parser/parser.nit:1922 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1912);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1922);
   }
-  /* ./parser//parser.nit:1913 */
+  /* parser/parser.nit:1923 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:1914 */
+  /* parser/parser.nit:1924 */
   REGB0 = TAG_Bool(fra.me.REG[6]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7888,10 +7954,10 @@ void parser___ReduceAction30___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1915 */
+    /* parser/parser.nit:1925 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[6]);
   }
-  /* ./parser//parser.nit:1917 */
+  /* parser/parser.nit:1927 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -7906,18 +7972,18 @@ void parser___ReduceAction30___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1918 */
+    /* parser/parser.nit:1928 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[8])(fra.me.REG[8], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1920 */
+  /* parser/parser.nit:1930 */
   fra.me.REG[8] = NEW_AModule_parser___parser_prod___AModule___init_amodule(NIT_NULL, fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:1925 */
+  /* parser/parser.nit:1935 */
   fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:1926 */
+  /* parser/parser.nit:1936 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1926);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1936);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -7932,7 +7998,7 @@ void parser___ReduceAction31___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1931;
+  fra.me.line = 1941;
   fra.me.meth = LOCATE_parser___ReduceAction31___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -7949,66 +8015,66 @@ void parser___ReduceAction31___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1933 */
+  /* parser/parser.nit:1943 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1934 */
+  /* parser/parser.nit:1944 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1935 */
+  /* parser/parser.nit:1945 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1936 */
+  /* parser/parser.nit:1946 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1937 */
+  /* parser/parser.nit:1947 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1938 */
+  /* parser/parser.nit:1948 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1939 */
+  /* parser/parser.nit:1949 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1940 */
+  /* parser/parser.nit:1950 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1942 */
+  /* parser/parser.nit:1952 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AModuledecl, ID_parser___parser_nodes___AModuledecl)) /*cast nullable AModuledecl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1942);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1952);
   }
-  /* ./parser//parser.nit:1944 */
+  /* parser/parser.nit:1954 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1944);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1954);
   }
-  /* ./parser//parser.nit:1945 */
+  /* parser/parser.nit:1955 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[6]);
   fra.me.REG[8] = fra.me.REG[6];
-  /* ./parser//parser.nit:1947 */
+  /* parser/parser.nit:1957 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1947);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1957);
   }
-  /* ./parser//parser.nit:1948 */
+  /* parser/parser.nit:1958 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:1950 */
+  /* parser/parser.nit:1960 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1950);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1960);
   }
-  /* ./parser//parser.nit:1951 */
+  /* parser/parser.nit:1961 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:1952 */
+  /* parser/parser.nit:1962 */
   fra.me.REG[6] = NEW_ATopClassdef_parser___parser_prod___ATopClassdef___init_atopclassdef(fra.me.REG[6]);
-  /* ./parser//parser.nit:1956 */
+  /* parser/parser.nit:1966 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AClassdef, ID_parser___parser_nodes___AClassdef)) /*cast nullable AClassdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1956);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1966);
   }
-  /* ./parser//parser.nit:1957 */
+  /* parser/parser.nit:1967 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[5]);
   fra.me.REG[9] = fra.me.REG[5];
-  /* ./parser//parser.nit:1958 */
+  /* parser/parser.nit:1968 */
   REGB0 = TAG_Bool(fra.me.REG[6]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -8023,10 +8089,10 @@ void parser___ReduceAction31___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1959 */
+    /* parser/parser.nit:1969 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[9])(fra.me.REG[9], fra.me.REG[6]);
   }
-  /* ./parser//parser.nit:1961 */
+  /* parser/parser.nit:1971 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -8041,18 +8107,18 @@ void parser___ReduceAction31___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:1962 */
+    /* parser/parser.nit:1972 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[9])(fra.me.REG[9], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:1964 */
+  /* parser/parser.nit:1974 */
   fra.me.REG[9] = NEW_AModule_parser___parser_prod___AModule___init_amodule(fra.me.REG[7], fra.me.REG[8], fra.me.REG[9]);
-  /* ./parser//parser.nit:1969 */
+  /* parser/parser.nit:1979 */
   fra.me.REG[2] = fra.me.REG[9];
-  /* ./parser//parser.nit:1970 */
+  /* parser/parser.nit:1980 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1970);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1980);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8066,7 +8132,7 @@ void parser___ReduceAction32___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 1975;
+  fra.me.line = 1985;
   fra.me.meth = LOCATE_parser___ReduceAction32___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -8079,45 +8145,45 @@ void parser___ReduceAction32___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:1977 */
+  /* parser/parser.nit:1987 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:1978 */
+  /* parser/parser.nit:1988 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1979 */
+  /* parser/parser.nit:1989 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1980 */
+  /* parser/parser.nit:1990 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1981 */
+  /* parser/parser.nit:1991 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1982 */
+  /* parser/parser.nit:1992 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:1984 */
+  /* parser/parser.nit:1994 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1984);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1994);
   }
-  /* ./parser//parser.nit:1986 */
+  /* parser/parser.nit:1996 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwmodule, ID_parser___parser_nodes___TKwmodule)) /*cast nullable TKwmodule*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1986);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1996);
   }
-  /* ./parser//parser.nit:1988 */
+  /* parser/parser.nit:1998 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AModuleName, ID_parser___parser_nodes___AModuleName)) /*cast nullable AModuleName*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 1988);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 1998);
   }
-  /* ./parser//parser.nit:1989 */
+  /* parser/parser.nit:1999 */
   fra.me.REG[3] = NEW_AModuledecl_parser___parser_prod___AModuledecl___init_amoduledecl(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:1994 */
+  /* parser/parser.nit:2004 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:1995 */
+  /* parser/parser.nit:2005 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 1995);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2005);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8131,7 +8197,7 @@ void parser___ReduceAction33___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2000;
+  fra.me.line = 2010;
   fra.me.meth = LOCATE_parser___ReduceAction33___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -8145,47 +8211,47 @@ void parser___ReduceAction33___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2002 */
+  /* parser/parser.nit:2012 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2003 */
+  /* parser/parser.nit:2013 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2004 */
+  /* parser/parser.nit:2014 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2005 */
+  /* parser/parser.nit:2015 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2006 */
+  /* parser/parser.nit:2016 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2007 */
+  /* parser/parser.nit:2017 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2008 */
+  /* parser/parser.nit:2018 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2010 */
+  /* parser/parser.nit:2020 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2010);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2020);
   }
-  /* ./parser//parser.nit:2012 */
+  /* parser/parser.nit:2022 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwimport, ID_parser___parser_nodes___TKwimport)) /*cast nullable TKwimport*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2012);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2022);
   }
-  /* ./parser//parser.nit:2014 */
+  /* parser/parser.nit:2024 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AModuleName, ID_parser___parser_nodes___AModuleName)) /*cast nullable AModuleName*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2014);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2024);
   }
-  /* ./parser//parser.nit:2015 */
+  /* parser/parser.nit:2025 */
   fra.me.REG[3] = NEW_AStdImport_parser___parser_prod___AStdImport___init_astdimport(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:2020 */
+  /* parser/parser.nit:2030 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2021 */
+  /* parser/parser.nit:2031 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2021);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2031);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8199,7 +8265,7 @@ void parser___ReduceAction34___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2026;
+  fra.me.line = 2036;
   fra.me.meth = LOCATE_parser___ReduceAction34___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -8213,47 +8279,47 @@ void parser___ReduceAction34___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2028 */
+  /* parser/parser.nit:2038 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2029 */
+  /* parser/parser.nit:2039 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2030 */
+  /* parser/parser.nit:2040 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2031 */
+  /* parser/parser.nit:2041 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2032 */
+  /* parser/parser.nit:2042 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2033 */
+  /* parser/parser.nit:2043 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2034 */
+  /* parser/parser.nit:2044 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2036 */
+  /* parser/parser.nit:2046 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2036);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2046);
   }
-  /* ./parser//parser.nit:2038 */
+  /* parser/parser.nit:2048 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwimport, ID_parser___parser_nodes___TKwimport)) /*cast nullable TKwimport*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2038);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2048);
   }
-  /* ./parser//parser.nit:2040 */
+  /* parser/parser.nit:2050 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2040);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2050);
   }
-  /* ./parser//parser.nit:2041 */
+  /* parser/parser.nit:2051 */
   fra.me.REG[3] = NEW_ANoImport_parser___parser_prod___ANoImport___init_anoimport(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:2046 */
+  /* parser/parser.nit:2056 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2047 */
+  /* parser/parser.nit:2057 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2047);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2057);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8268,7 +8334,7 @@ void parser___ReduceAction35___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2052;
+  fra.me.line = 2062;
   fra.me.meth = LOCATE_parser___ReduceAction35___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -8280,19 +8346,19 @@ void parser___ReduceAction35___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2054 */
+  /* parser/parser.nit:2064 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2055 */
+  /* parser/parser.nit:2065 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2056 */
+  /* parser/parser.nit:2066 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2058 */
+  /* parser/parser.nit:2068 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___APropdef, ID_parser___parser_nodes___APropdef)) /*cast nullable APropdef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2058);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2068);
   }
-  /* ./parser//parser.nit:2059 */
+  /* parser/parser.nit:2069 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -8307,18 +8373,18 @@ void parser___ReduceAction35___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:2060 */
+    /* parser/parser.nit:2070 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:2062 */
+  /* parser/parser.nit:2072 */
   fra.me.REG[4] = NEW_AMainClassdef_parser___parser_prod___AMainClassdef___init_amainclassdef(fra.me.REG[4]);
-  /* ./parser//parser.nit:2065 */
+  /* parser/parser.nit:2075 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:2066 */
+  /* parser/parser.nit:2076 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2066);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2076);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8332,7 +8398,7 @@ void parser___ReduceAction36___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2071;
+  fra.me.line = 2081;
   fra.me.meth = LOCATE_parser___ReduceAction36___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -8343,17 +8409,17 @@ void parser___ReduceAction36___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2073 */
+  /* parser/parser.nit:2083 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2074 */
+  /* parser/parser.nit:2084 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2075 */
+  /* parser/parser.nit:2085 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2076 */
+  /* parser/parser.nit:2086 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2076);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2086);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8367,7 +8433,7 @@ void parser___ReduceAction37___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2081;
+  fra.me.line = 2091;
   fra.me.meth = LOCATE_parser___ReduceAction37___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -8379,27 +8445,27 @@ void parser___ReduceAction37___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2083 */
+  /* parser/parser.nit:2093 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2084 */
+  /* parser/parser.nit:2094 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2085 */
+  /* parser/parser.nit:2095 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2087 */
+  /* parser/parser.nit:2097 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2087);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2097);
   }
-  /* ./parser//parser.nit:2088 */
+  /* parser/parser.nit:2098 */
   fra.me.REG[3] = NEW_AMainMethPropdef_parser___parser_prod___AMainMethPropdef___init_amainmethpropdef(NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:2092 */
+  /* parser/parser.nit:2102 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2093 */
+  /* parser/parser.nit:2103 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2093);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2103);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8408,15 +8474,15 @@ void parser___ReduceAction37___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction39___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[10];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2098;
+  fra.me.line = 2108;
   fra.me.meth = LOCATE_parser___ReduceAction39___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 10;
+  fra.me.REG_size = 11;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8428,63 +8494,70 @@ void parser___ReduceAction39___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[9] = NIT_NULL;
+  fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2100 */
+  /* parser/parser.nit:2110 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2101 */
+  /* parser/parser.nit:2111 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2102 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2103 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2104 */
+  /* parser/parser.nit:2112 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2105 */
+  /* parser/parser.nit:2113 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2106 */
+  /* parser/parser.nit:2114 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2107 */
+  /* parser/parser.nit:2115 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2116 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2108 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2109 */
+  /* parser/parser.nit:2117 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2118 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2110 */
+  /* parser/parser.nit:2119 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2112 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2120 */
+  fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2122 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2112);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2122);
   }
-  /* ./parser//parser.nit:2114 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2124 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2114);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2124);
   }
-  /* ./parser//parser.nit:2116 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2126 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2116);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2126);
   }
-  /* ./parser//parser.nit:2118 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2128 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2118);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2128);
   }
-  /* ./parser//parser.nit:2119 */
-  fra.me.REG[9] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], fra.me.REG[7], fra.me.REG[8], fra.me.REG[9]);
-  /* ./parser//parser.nit:2129 */
-  fra.me.REG[2] = fra.me.REG[9];
-  /* ./parser//parser.nit:2130 */
+  /* parser/parser.nit:2130 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2130);
+  }
+  /* parser/parser.nit:2131 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[8], fra.me.REG[9], fra.me.REG[10], fra.me.REG[3]);
+  /* parser/parser.nit:2142 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2143 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2130);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2143);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8493,15 +8566,15 @@ void parser___ReduceAction39___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction40___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[10];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2135;
+  fra.me.line = 2148;
   fra.me.meth = LOCATE_parser___ReduceAction40___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 11;
+  fra.me.REG_size = 12;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8514,71 +8587,78 @@ void parser___ReduceAction40___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
+  fra.me.REG[11] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2137 */
+  /* parser/parser.nit:2150 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2138 */
+  /* parser/parser.nit:2151 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2139 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2140 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2141 */
+  /* parser/parser.nit:2152 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2142 */
+  /* parser/parser.nit:2153 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2143 */
+  /* parser/parser.nit:2154 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2144 */
+  /* parser/parser.nit:2155 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2156 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2145 */
+  /* parser/parser.nit:2157 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2146 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2147 */
+  /* parser/parser.nit:2158 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2159 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2148 */
+  /* parser/parser.nit:2160 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2150 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2161 */
+  fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2163 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2150);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2163);
   }
-  /* ./parser//parser.nit:2152 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2165 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2152);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2165);
   }
-  /* ./parser//parser.nit:2154 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2167 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2154);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2167);
   }
-  /* ./parser//parser.nit:2156 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2169 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2156);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2169);
   }
-  /* ./parser//parser.nit:2158 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2171 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2171);
+  }
+  /* parser/parser.nit:2173 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2158);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2173);
   }
-  /* ./parser//parser.nit:2159 */
-  fra.me.REG[10] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], fra.me.REG[8], fra.me.REG[9], fra.me.REG[10]);
-  /* ./parser//parser.nit:2169 */
-  fra.me.REG[2] = fra.me.REG[10];
-  /* ./parser//parser.nit:2170 */
+  /* parser/parser.nit:2174 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11], fra.me.REG[3]);
+  /* parser/parser.nit:2185 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2186 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2170);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2186);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8587,15 +8667,15 @@ void parser___ReduceAction40___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction41___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[10];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2175;
+  fra.me.line = 2191;
   fra.me.meth = LOCATE_parser___ReduceAction41___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 11;
+  fra.me.REG_size = 12;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8608,74 +8688,81 @@ void parser___ReduceAction41___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
+  fra.me.REG[11] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2177 */
+  /* parser/parser.nit:2193 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2178 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2179 */
+  /* parser/parser.nit:2194 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2180 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2181 */
+  /* parser/parser.nit:2195 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2182 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2183 */
+  /* parser/parser.nit:2196 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2197 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2184 */
+  /* parser/parser.nit:2198 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2199 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2185 */
+  /* parser/parser.nit:2200 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2186 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2187 */
+  /* parser/parser.nit:2201 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2202 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2188 */
+  /* parser/parser.nit:2203 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2190 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2204 */
+  fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2206 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2190);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2206);
   }
-  /* ./parser//parser.nit:2192 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2208 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2192);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2208);
   }
-  /* ./parser//parser.nit:2194 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2210 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2194);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2210);
   }
-  /* ./parser//parser.nit:2196 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2212 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2196);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2212);
   }
-  /* ./parser//parser.nit:2198 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2214 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2198);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2214);
   }
-  /* ./parser//parser.nit:2199 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[3]);
-  fra.me.REG[8] = fra.me.REG[3];
-  /* ./parser//parser.nit:2200 */
-  fra.me.REG[10] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[8], fra.me.REG[9], fra.me.REG[10]);
-  /* ./parser//parser.nit:2210 */
-  fra.me.REG[2] = fra.me.REG[10];
-  /* ./parser//parser.nit:2211 */
+  /* parser/parser.nit:2215 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[4]);
+  fra.me.REG[9] = fra.me.REG[4];
+  /* parser/parser.nit:2217 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2217);
+  }
+  /* parser/parser.nit:2218 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11], fra.me.REG[3]);
+  /* parser/parser.nit:2229 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2230 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2211);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2230);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8684,15 +8771,15 @@ void parser___ReduceAction41___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction42___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2216;
+  fra.me.line = 2235;
   fra.me.meth = LOCATE_parser___ReduceAction42___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8706,82 +8793,89 @@ void parser___ReduceAction42___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2218 */
+  /* parser/parser.nit:2237 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2219 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2220 */
+  /* parser/parser.nit:2238 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2221 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2222 */
+  /* parser/parser.nit:2239 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2223 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2224 */
+  /* parser/parser.nit:2240 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2241 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2225 */
+  /* parser/parser.nit:2242 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2243 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2226 */
+  /* parser/parser.nit:2244 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2227 */
+  /* parser/parser.nit:2245 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2228 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2229 */
+  /* parser/parser.nit:2246 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2247 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2230 */
+  /* parser/parser.nit:2248 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2232 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2249 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2251 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2232);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2251);
   }
-  /* ./parser//parser.nit:2234 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2253 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2234);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2253);
   }
-  /* ./parser//parser.nit:2236 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2255 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2236);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2255);
   }
-  /* ./parser//parser.nit:2238 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2257 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2238);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2257);
   }
-  /* ./parser//parser.nit:2240 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2259 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2240);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2259);
   }
-  /* ./parser//parser.nit:2242 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2261 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2242);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2261);
   }
-  /* ./parser//parser.nit:2243 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[3]);
-  fra.me.REG[9] = fra.me.REG[3];
-  /* ./parser//parser.nit:2244 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2254 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2255 */
+  /* parser/parser.nit:2262 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[4]);
+  fra.me.REG[10] = fra.me.REG[4];
+  /* parser/parser.nit:2264 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2264);
+  }
+  /* parser/parser.nit:2265 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2276 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2277 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2255);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2277);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8790,15 +8884,15 @@ void parser___ReduceAction42___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction43___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[10];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2260;
+  fra.me.line = 2282;
   fra.me.meth = LOCATE_parser___ReduceAction43___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 11;
+  fra.me.REG_size = 12;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8811,74 +8905,81 @@ void parser___ReduceAction43___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
+  fra.me.REG[11] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2262 */
+  /* parser/parser.nit:2284 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2263 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2264 */
+  /* parser/parser.nit:2285 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2265 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2266 */
+  /* parser/parser.nit:2286 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2267 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2268 */
+  /* parser/parser.nit:2287 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2288 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2269 */
+  /* parser/parser.nit:2289 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2290 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2270 */
+  /* parser/parser.nit:2291 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2271 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2272 */
+  /* parser/parser.nit:2292 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2293 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2273 */
+  /* parser/parser.nit:2294 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2275 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2295 */
+  fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2297 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2275);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2297);
   }
-  /* ./parser//parser.nit:2277 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2299 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2277);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2299);
   }
-  /* ./parser//parser.nit:2279 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2301 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2279);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2301);
   }
-  /* ./parser//parser.nit:2281 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2303 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2281);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2303);
   }
-  /* ./parser//parser.nit:2283 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2305 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2283);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2305);
   }
-  /* ./parser//parser.nit:2284 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[3]);
-  fra.me.REG[9] = fra.me.REG[3];
-  /* ./parser//parser.nit:2285 */
-  fra.me.REG[10] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[8], fra.me.REG[9], fra.me.REG[10]);
-  /* ./parser//parser.nit:2295 */
-  fra.me.REG[2] = fra.me.REG[10];
-  /* ./parser//parser.nit:2296 */
+  /* parser/parser.nit:2306 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[4]);
+  fra.me.REG[10] = fra.me.REG[4];
+  /* parser/parser.nit:2308 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2308);
+  }
+  /* parser/parser.nit:2309 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11], fra.me.REG[3]);
+  /* parser/parser.nit:2320 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2321 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2296);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2321);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8887,15 +8988,15 @@ void parser___ReduceAction43___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction44___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2301;
+  fra.me.line = 2326;
   fra.me.meth = LOCATE_parser___ReduceAction44___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -8909,82 +9010,89 @@ void parser___ReduceAction44___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2303 */
+  /* parser/parser.nit:2328 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2304 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2305 */
+  /* parser/parser.nit:2329 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2306 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2307 */
+  /* parser/parser.nit:2330 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2308 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2309 */
+  /* parser/parser.nit:2331 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2332 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2310 */
+  /* parser/parser.nit:2333 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2334 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2311 */
+  /* parser/parser.nit:2335 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2312 */
+  /* parser/parser.nit:2336 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2313 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2314 */
+  /* parser/parser.nit:2337 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2338 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2315 */
+  /* parser/parser.nit:2339 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2317 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2340 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2342 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2317);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2342);
   }
-  /* ./parser//parser.nit:2319 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2344 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2319);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2344);
   }
-  /* ./parser//parser.nit:2321 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2346 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2321);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2346);
   }
-  /* ./parser//parser.nit:2323 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2348 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2323);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2348);
   }
-  /* ./parser//parser.nit:2325 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2350 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2325);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2350);
   }
-  /* ./parser//parser.nit:2327 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2352 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2352);
+  }
+  /* parser/parser.nit:2353 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[4]);
+  fra.me.REG[11] = fra.me.REG[4];
+  /* parser/parser.nit:2355 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2327);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2355);
   }
-  /* ./parser//parser.nit:2328 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[3]);
-  fra.me.REG[10] = fra.me.REG[3];
-  /* ./parser//parser.nit:2329 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2339 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2340 */
+  /* parser/parser.nit:2356 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2367 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2368 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2340);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2368);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -8993,15 +9101,15 @@ void parser___ReduceAction44___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction45___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2345;
+  fra.me.line = 2373;
   fra.me.meth = LOCATE_parser___ReduceAction45___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9015,85 +9123,92 @@ void parser___ReduceAction45___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2347 */
+  /* parser/parser.nit:2375 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2348 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2349 */
+  /* parser/parser.nit:2376 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2350 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2351 */
+  /* parser/parser.nit:2377 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2378 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2352 */
+  /* parser/parser.nit:2379 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2353 */
+  /* parser/parser.nit:2380 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2354 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2355 */
+  /* parser/parser.nit:2381 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2382 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2356 */
+  /* parser/parser.nit:2383 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2357 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2358 */
+  /* parser/parser.nit:2384 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2385 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2359 */
+  /* parser/parser.nit:2386 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2361 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2387 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2389 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2361);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2389);
   }
-  /* ./parser//parser.nit:2363 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2391 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2363);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2391);
   }
-  /* ./parser//parser.nit:2365 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2393 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2365);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2393);
   }
-  /* ./parser//parser.nit:2367 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2395 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2395);
+  }
+  /* parser/parser.nit:2397 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2367);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2397);
   }
-  /* ./parser//parser.nit:2369 */
+  /* parser/parser.nit:2398 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[5]);
+  fra.me.REG[10] = fra.me.REG[5];
+  /* parser/parser.nit:2400 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2369);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2400);
   }
-  /* ./parser//parser.nit:2370 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[4]);
-  fra.me.REG[9] = fra.me.REG[4];
-  /* ./parser//parser.nit:2372 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2401 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[4]);
+  fra.me.REG[11] = fra.me.REG[4];
+  /* parser/parser.nit:2403 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2372);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2403);
   }
-  /* ./parser//parser.nit:2373 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[3]);
-  fra.me.REG[10] = fra.me.REG[3];
-  /* ./parser//parser.nit:2374 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2384 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2385 */
+  /* parser/parser.nit:2404 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2415 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2416 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2385);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2416);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9102,15 +9217,15 @@ void parser___ReduceAction45___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction46___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[13];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2390;
+  fra.me.line = 2421;
   fra.me.meth = LOCATE_parser___ReduceAction46___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 13;
+  fra.me.REG_size = 14;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9125,93 +9240,100 @@ void parser___ReduceAction46___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[12] = NIT_NULL;
+  fra.me.REG[13] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2392 */
+  /* parser/parser.nit:2423 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2393 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2394 */
+  /* parser/parser.nit:2424 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2395 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2396 */
+  /* parser/parser.nit:2425 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2426 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2397 */
+  /* parser/parser.nit:2427 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2398 */
+  /* parser/parser.nit:2428 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2399 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2400 */
+  /* parser/parser.nit:2429 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2430 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2401 */
+  /* parser/parser.nit:2431 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2402 */
+  /* parser/parser.nit:2432 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2403 */
-  fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2404 */
+  /* parser/parser.nit:2433 */
+  fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2434 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2405 */
+  /* parser/parser.nit:2435 */
   fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2407 */
-  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2436 */
+  fra.me.REG[13] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2438 */
+  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2407);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2438);
   }
-  /* ./parser//parser.nit:2409 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2440 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2409);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2440);
   }
-  /* ./parser//parser.nit:2411 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2442 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2411);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2442);
   }
-  /* ./parser//parser.nit:2413 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2444 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2413);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2444);
   }
-  /* ./parser//parser.nit:2415 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2446 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2446);
+  }
+  /* parser/parser.nit:2448 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2415);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2448);
   }
-  /* ./parser//parser.nit:2417 */
+  /* parser/parser.nit:2449 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[5]);
+  fra.me.REG[11] = fra.me.REG[5];
+  /* parser/parser.nit:2451 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2417);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2451);
   }
-  /* ./parser//parser.nit:2418 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[4]);
-  fra.me.REG[10] = fra.me.REG[4];
-  /* ./parser//parser.nit:2420 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2452 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[4]);
+  fra.me.REG[12] = fra.me.REG[4];
+  /* parser/parser.nit:2454 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2420);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2454);
   }
-  /* ./parser//parser.nit:2421 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[3]);
-  fra.me.REG[11] = fra.me.REG[3];
-  /* ./parser//parser.nit:2422 */
-  fra.me.REG[12] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12]);
-  /* ./parser//parser.nit:2432 */
-  fra.me.REG[2] = fra.me.REG[12];
-  /* ./parser//parser.nit:2433 */
+  /* parser/parser.nit:2455 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[11], fra.me.REG[12], fra.me.REG[13], fra.me.REG[3]);
+  /* parser/parser.nit:2466 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2467 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2433);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2467);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9220,15 +9342,15 @@ void parser___ReduceAction46___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction47___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[10];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2438;
+  fra.me.line = 2472;
   fra.me.meth = LOCATE_parser___ReduceAction47___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 11;
+  fra.me.REG_size = 12;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9241,74 +9363,81 @@ void parser___ReduceAction47___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
+  fra.me.REG[11] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2440 */
-  fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2441 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2442 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2443 */
+  /* parser/parser.nit:2474 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:2475 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2444 */
+  /* parser/parser.nit:2476 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2445 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2446 */
+  /* parser/parser.nit:2477 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2478 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2447 */
+  /* parser/parser.nit:2479 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2480 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2448 */
+  /* parser/parser.nit:2481 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2449 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2450 */
+  /* parser/parser.nit:2482 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2483 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2451 */
+  /* parser/parser.nit:2484 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2453 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2485 */
+  fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2487 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2453);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2487);
   }
-  /* ./parser//parser.nit:2455 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2489 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2455);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2489);
   }
-  /* ./parser//parser.nit:2457 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2491 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2457);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2491);
   }
-  /* ./parser//parser.nit:2459 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2493 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2459);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2493);
   }
-  /* ./parser//parser.nit:2461 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2495 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2495);
+  }
+  /* parser/parser.nit:2496 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[4]);
+  fra.me.REG[11] = fra.me.REG[4];
+  /* parser/parser.nit:2498 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2461);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2498);
   }
-  /* ./parser//parser.nit:2462 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[3]);
-  fra.me.REG[10] = fra.me.REG[3];
-  /* ./parser//parser.nit:2463 */
-  fra.me.REG[10] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[8], fra.me.REG[9], fra.me.REG[10]);
-  /* ./parser//parser.nit:2473 */
-  fra.me.REG[2] = fra.me.REG[10];
-  /* ./parser//parser.nit:2474 */
+  /* parser/parser.nit:2499 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11], fra.me.REG[3]);
+  /* parser/parser.nit:2510 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2511 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2474);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2511);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9317,15 +9446,15 @@ void parser___ReduceAction47___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction48___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2479;
+  fra.me.line = 2516;
   fra.me.meth = LOCATE_parser___ReduceAction48___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9339,82 +9468,89 @@ void parser___ReduceAction48___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2481 */
+  /* parser/parser.nit:2518 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2482 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2483 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2484 */
+  /* parser/parser.nit:2519 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2485 */
+  /* parser/parser.nit:2520 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2486 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2487 */
+  /* parser/parser.nit:2521 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2522 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2488 */
+  /* parser/parser.nit:2523 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2489 */
+  /* parser/parser.nit:2524 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2525 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2490 */
+  /* parser/parser.nit:2526 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2491 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2492 */
+  /* parser/parser.nit:2527 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2528 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2493 */
+  /* parser/parser.nit:2529 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2495 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2530 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2532 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2495);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2532);
   }
-  /* ./parser//parser.nit:2497 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2534 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2497);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2534);
   }
-  /* ./parser//parser.nit:2499 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2536 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2499);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2536);
   }
-  /* ./parser//parser.nit:2501 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2538 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2501);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2538);
   }
-  /* ./parser//parser.nit:2503 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2540 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2503);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2540);
   }
-  /* ./parser//parser.nit:2505 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2542 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2542);
+  }
+  /* parser/parser.nit:2543 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[4]);
+  fra.me.REG[12] = fra.me.REG[4];
+  /* parser/parser.nit:2545 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2505);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2545);
   }
-  /* ./parser//parser.nit:2506 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[3]);
-  fra.me.REG[11] = fra.me.REG[3];
-  /* ./parser//parser.nit:2507 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2517 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2518 */
+  /* parser/parser.nit:2546 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2557 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2558 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2518);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2558);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9423,15 +9559,15 @@ void parser___ReduceAction48___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction49___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2523;
+  fra.me.line = 2563;
   fra.me.meth = LOCATE_parser___ReduceAction49___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9445,85 +9581,92 @@ void parser___ReduceAction49___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2525 */
+  /* parser/parser.nit:2565 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2526 */
+  /* parser/parser.nit:2566 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2527 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2528 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2529 */
+  /* parser/parser.nit:2567 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2530 */
+  /* parser/parser.nit:2568 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2569 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2531 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2532 */
+  /* parser/parser.nit:2570 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2533 */
+  /* parser/parser.nit:2571 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2534 */
+  /* parser/parser.nit:2572 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2573 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2535 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2536 */
+  /* parser/parser.nit:2574 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2575 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2537 */
+  /* parser/parser.nit:2576 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2539 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2577 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2579 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2539);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2579);
   }
-  /* ./parser//parser.nit:2541 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2581 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2541);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2581);
   }
-  /* ./parser//parser.nit:2543 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2583 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2543);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2583);
   }
-  /* ./parser//parser.nit:2545 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2585 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2545);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2585);
+  }
+  /* parser/parser.nit:2587 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2587);
   }
-  /* ./parser//parser.nit:2547 */
+  /* parser/parser.nit:2588 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[5]);
+  fra.me.REG[10] = fra.me.REG[5];
+  /* parser/parser.nit:2590 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2547);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2590);
   }
-  /* ./parser//parser.nit:2548 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[4]);
-  fra.me.REG[9] = fra.me.REG[4];
-  /* ./parser//parser.nit:2550 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2591 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[4]);
+  fra.me.REG[12] = fra.me.REG[4];
+  /* parser/parser.nit:2593 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2550);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2593);
   }
-  /* ./parser//parser.nit:2551 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[3]);
-  fra.me.REG[11] = fra.me.REG[3];
-  /* ./parser//parser.nit:2552 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2562 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2563 */
+  /* parser/parser.nit:2594 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2605 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2606 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2563);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2606);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9532,15 +9675,15 @@ void parser___ReduceAction49___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction50___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[13];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2568;
+  fra.me.line = 2611;
   fra.me.meth = LOCATE_parser___ReduceAction50___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 13;
+  fra.me.REG_size = 14;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9555,93 +9698,100 @@ void parser___ReduceAction50___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[12] = NIT_NULL;
+  fra.me.REG[13] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2570 */
+  /* parser/parser.nit:2613 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2571 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2572 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2573 */
+  /* parser/parser.nit:2614 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2574 */
+  /* parser/parser.nit:2615 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2575 */
+  /* parser/parser.nit:2616 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2617 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2576 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2577 */
+  /* parser/parser.nit:2618 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2578 */
+  /* parser/parser.nit:2619 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2579 */
+  /* parser/parser.nit:2620 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2621 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2580 */
+  /* parser/parser.nit:2622 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2581 */
-  fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2582 */
+  /* parser/parser.nit:2623 */
+  fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2624 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2583 */
+  /* parser/parser.nit:2625 */
   fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2585 */
-  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2626 */
+  fra.me.REG[13] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2628 */
+  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2585);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2628);
   }
-  /* ./parser//parser.nit:2587 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2630 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2587);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2630);
   }
-  /* ./parser//parser.nit:2589 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2632 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2589);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2632);
   }
-  /* ./parser//parser.nit:2591 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2634 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2591);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2634);
   }
-  /* ./parser//parser.nit:2593 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2636 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2593);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2636);
+  }
+  /* parser/parser.nit:2638 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2638);
   }
-  /* ./parser//parser.nit:2595 */
+  /* parser/parser.nit:2639 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[5]);
+  fra.me.REG[11] = fra.me.REG[5];
+  /* parser/parser.nit:2641 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2595);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2641);
   }
-  /* ./parser//parser.nit:2596 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[4]);
-  fra.me.REG[10] = fra.me.REG[4];
-  /* ./parser//parser.nit:2598 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2642 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[13], fra.me.REG[4]);
+  fra.me.REG[13] = fra.me.REG[4];
+  /* parser/parser.nit:2644 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2598);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2644);
   }
-  /* ./parser//parser.nit:2599 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[3]);
-  fra.me.REG[12] = fra.me.REG[3];
-  /* ./parser//parser.nit:2600 */
-  fra.me.REG[12] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12]);
-  /* ./parser//parser.nit:2610 */
-  fra.me.REG[2] = fra.me.REG[12];
-  /* ./parser//parser.nit:2611 */
+  /* parser/parser.nit:2645 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[11], fra.me.REG[12], fra.me.REG[13], fra.me.REG[3]);
+  /* parser/parser.nit:2656 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2657 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2611);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2657);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9650,15 +9800,15 @@ void parser___ReduceAction50___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction51___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[11];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2616;
+  fra.me.line = 2662;
   fra.me.meth = LOCATE_parser___ReduceAction51___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 12;
+  fra.me.REG_size = 13;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9672,85 +9822,92 @@ void parser___ReduceAction51___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
+  fra.me.REG[12] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2618 */
+  /* parser/parser.nit:2664 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2619 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2620 */
+  /* parser/parser.nit:2665 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2621 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2622 */
+  /* parser/parser.nit:2666 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2667 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2623 */
+  /* parser/parser.nit:2668 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2624 */
+  /* parser/parser.nit:2669 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2625 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2626 */
+  /* parser/parser.nit:2670 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2671 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2627 */
+  /* parser/parser.nit:2672 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2628 */
-  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2629 */
+  /* parser/parser.nit:2673 */
+  fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2674 */
   fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2630 */
+  /* parser/parser.nit:2675 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2632 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2676 */
+  fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2678 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2632);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2678);
   }
-  /* ./parser//parser.nit:2634 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2680 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2634);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2680);
   }
-  /* ./parser//parser.nit:2636 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2682 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2636);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2682);
   }
-  /* ./parser//parser.nit:2638 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2684 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2638);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2684);
+  }
+  /* parser/parser.nit:2686 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2686);
   }
-  /* ./parser//parser.nit:2640 */
+  /* parser/parser.nit:2687 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[5]);
+  fra.me.REG[11] = fra.me.REG[5];
+  /* parser/parser.nit:2689 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2640);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2689);
   }
-  /* ./parser//parser.nit:2641 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[4]);
-  fra.me.REG[10] = fra.me.REG[4];
-  /* ./parser//parser.nit:2643 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2690 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[4]);
+  fra.me.REG[12] = fra.me.REG[4];
+  /* parser/parser.nit:2692 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2643);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2692);
   }
-  /* ./parser//parser.nit:2644 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[3]);
-  fra.me.REG[11] = fra.me.REG[3];
-  /* ./parser//parser.nit:2645 */
-  fra.me.REG[11] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[9], fra.me.REG[10], fra.me.REG[11]);
-  /* ./parser//parser.nit:2655 */
-  fra.me.REG[2] = fra.me.REG[11];
-  /* ./parser//parser.nit:2656 */
+  /* parser/parser.nit:2693 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12], fra.me.REG[3]);
+  /* parser/parser.nit:2704 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2705 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2656);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2705);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9759,15 +9916,15 @@ void parser___ReduceAction51___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction52___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[13];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2661;
+  fra.me.line = 2710;
   fra.me.meth = LOCATE_parser___ReduceAction52___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 13;
+  fra.me.REG_size = 14;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9782,93 +9939,100 @@ void parser___ReduceAction52___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[12] = NIT_NULL;
+  fra.me.REG[13] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2663 */
+  /* parser/parser.nit:2712 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2664 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2665 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2666 */
+  /* parser/parser.nit:2713 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2667 */
+  /* parser/parser.nit:2714 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2668 */
+  /* parser/parser.nit:2715 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2716 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2669 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2670 */
+  /* parser/parser.nit:2717 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2671 */
+  /* parser/parser.nit:2718 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2672 */
+  /* parser/parser.nit:2719 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2720 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2673 */
+  /* parser/parser.nit:2721 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2674 */
-  fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2675 */
+  /* parser/parser.nit:2722 */
+  fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2723 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2676 */
+  /* parser/parser.nit:2724 */
   fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2678 */
-  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2725 */
+  fra.me.REG[13] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2727 */
+  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2678);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2727);
   }
-  /* ./parser//parser.nit:2680 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2729 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2680);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2729);
   }
-  /* ./parser//parser.nit:2682 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2731 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2682);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2731);
   }
-  /* ./parser//parser.nit:2684 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2733 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2684);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2733);
   }
-  /* ./parser//parser.nit:2686 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2735 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2686);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2735);
+  }
+  /* parser/parser.nit:2737 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2737);
   }
-  /* ./parser//parser.nit:2688 */
+  /* parser/parser.nit:2738 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[5]);
+  fra.me.REG[12] = fra.me.REG[5];
+  /* parser/parser.nit:2740 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2688);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2740);
   }
-  /* ./parser//parser.nit:2689 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[4]);
-  fra.me.REG[11] = fra.me.REG[4];
-  /* ./parser//parser.nit:2691 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2741 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[13], fra.me.REG[4]);
+  fra.me.REG[13] = fra.me.REG[4];
+  /* parser/parser.nit:2743 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2691);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2743);
   }
-  /* ./parser//parser.nit:2692 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[3]);
-  fra.me.REG[12] = fra.me.REG[3];
-  /* ./parser//parser.nit:2693 */
-  fra.me.REG[12] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12]);
-  /* ./parser//parser.nit:2703 */
-  fra.me.REG[2] = fra.me.REG[12];
-  /* ./parser//parser.nit:2704 */
+  /* parser/parser.nit:2744 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[11], fra.me.REG[12], fra.me.REG[13], fra.me.REG[3]);
+  /* parser/parser.nit:2755 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2756 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2704);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2756);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9877,15 +10041,15 @@ void parser___ReduceAction52___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction53___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[12];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[13];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2709;
+  fra.me.line = 2761;
   fra.me.meth = LOCATE_parser___ReduceAction53___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 13;
+  fra.me.REG_size = 14;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -9900,96 +10064,103 @@ void parser___ReduceAction53___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[12] = NIT_NULL;
+  fra.me.REG[13] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2711 */
+  /* parser/parser.nit:2763 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2712 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2713 */
+  /* parser/parser.nit:2764 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2714 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2715 */
+  /* parser/parser.nit:2765 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2766 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2716 */
+  /* parser/parser.nit:2767 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2717 */
+  /* parser/parser.nit:2768 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2718 */
+  /* parser/parser.nit:2769 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2719 */
-  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2720 */
+  /* parser/parser.nit:2770 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2771 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2721 */
+  /* parser/parser.nit:2772 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2722 */
-  fra.me.REG[10] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2723 */
+  /* parser/parser.nit:2773 */
+  fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2774 */
   fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2724 */
+  /* parser/parser.nit:2775 */
   fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2726 */
-  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2776 */
+  fra.me.REG[13] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2778 */
+  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2726);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2778);
   }
-  /* ./parser//parser.nit:2728 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2780 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2728);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2780);
   }
-  /* ./parser//parser.nit:2730 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2782 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2782);
+  }
+  /* parser/parser.nit:2784 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2730);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2784);
   }
-  /* ./parser//parser.nit:2732 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2786 */
+  REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2732);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2786);
   }
-  /* ./parser//parser.nit:2734 */
+  /* parser/parser.nit:2787 */
+  fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[6]);
+  fra.me.REG[11] = fra.me.REG[6];
+  /* parser/parser.nit:2789 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2734);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2789);
   }
-  /* ./parser//parser.nit:2735 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[10], fra.me.REG[5]);
-  fra.me.REG[10] = fra.me.REG[5];
-  /* ./parser//parser.nit:2737 */
+  /* parser/parser.nit:2790 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[5]);
+  fra.me.REG[12] = fra.me.REG[5];
+  /* parser/parser.nit:2792 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2737);
-  }
-  /* ./parser//parser.nit:2738 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[4]);
-  fra.me.REG[11] = fra.me.REG[4];
-  /* ./parser//parser.nit:2740 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2792);
+  }
+  /* parser/parser.nit:2793 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[13], fra.me.REG[4]);
+  fra.me.REG[13] = fra.me.REG[4];
+  /* parser/parser.nit:2795 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2740);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2795);
   }
-  /* ./parser//parser.nit:2741 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[3]);
-  fra.me.REG[12] = fra.me.REG[3];
-  /* ./parser//parser.nit:2742 */
-  fra.me.REG[12] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[10], fra.me.REG[11], fra.me.REG[12]);
-  /* ./parser//parser.nit:2752 */
-  fra.me.REG[2] = fra.me.REG[12];
-  /* ./parser//parser.nit:2753 */
+  /* parser/parser.nit:2796 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[10], NIT_NULL, fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[11], fra.me.REG[12], fra.me.REG[13], fra.me.REG[3]);
+  /* parser/parser.nit:2807 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2808 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2753);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2808);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -9998,15 +10169,15 @@ void parser___ReduceAction53___action(val_t p0, val_t p1){
   return;
 }
 void parser___ReduceAction54___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[13];} fra;
+  struct {struct stack_frame_t me; val_t MORE_REG[14];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2758;
+  fra.me.line = 2813;
   fra.me.meth = LOCATE_parser___ReduceAction54___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 14;
+  fra.me.REG_size = 15;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -10022,104 +10193,111 @@ void parser___ReduceAction54___action(val_t p0, val_t p1){
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[12] = NIT_NULL;
   fra.me.REG[13] = NIT_NULL;
+  fra.me.REG[14] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2760 */
+  /* parser/parser.nit:2815 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2761 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2762 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2763 */
+  /* parser/parser.nit:2816 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2764 */
+  /* parser/parser.nit:2817 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2765 */
+  /* parser/parser.nit:2818 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2819 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2766 */
+  /* parser/parser.nit:2820 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2767 */
-  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2768 */
+  /* parser/parser.nit:2821 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2769 */
+  /* parser/parser.nit:2822 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2770 */
+  /* parser/parser.nit:2823 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2824 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2771 */
+  /* parser/parser.nit:2825 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2772 */
-  fra.me.REG[11] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2773 */
+  /* parser/parser.nit:2826 */
+  fra.me.REG[11] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:2827 */
   fra.me.REG[12] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2774 */
+  /* parser/parser.nit:2828 */
   fra.me.REG[13] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2776 */
-  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  /* parser/parser.nit:2829 */
+  fra.me.REG[14] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:2831 */
+  REGB0 = TAG_Bool((fra.me.REG[11]==NIT_NULL) || VAL_ISA(fra.me.REG[11], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2831);
+  }
+  /* parser/parser.nit:2833 */
+  REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2776);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2833);
   }
-  /* ./parser//parser.nit:2778 */
-  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
+  /* parser/parser.nit:2835 */
+  REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2778);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2835);
   }
-  /* ./parser//parser.nit:2780 */
-  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
+  /* parser/parser.nit:2837 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2780);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2837);
   }
-  /* ./parser//parser.nit:2782 */
-  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClasskind, ID_parser___parser_nodes___AClasskind)) /*cast nullable AClasskind*/;
+  /* parser/parser.nit:2839 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2782);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2839);
   }
-  /* ./parser//parser.nit:2784 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
+  /* parser/parser.nit:2841 */
+  REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2784);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2841);
   }
-  /* ./parser//parser.nit:2786 */
+  /* parser/parser.nit:2842 */
+  fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[6]);
+  fra.me.REG[12] = fra.me.REG[6];
+  /* parser/parser.nit:2844 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2786);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2844);
   }
-  /* ./parser//parser.nit:2787 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[11], fra.me.REG[5]);
-  fra.me.REG[11] = fra.me.REG[5];
-  /* ./parser//parser.nit:2789 */
+  /* parser/parser.nit:2845 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[13], fra.me.REG[5]);
+  fra.me.REG[13] = fra.me.REG[5];
+  /* parser/parser.nit:2847 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2789);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2847);
   }
-  /* ./parser//parser.nit:2790 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[12], fra.me.REG[4]);
-  fra.me.REG[12] = fra.me.REG[4];
-  /* ./parser//parser.nit:2792 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:2848 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[14], fra.me.REG[4]);
+  fra.me.REG[14] = fra.me.REG[4];
+  /* parser/parser.nit:2850 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2792);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2850);
   }
-  /* ./parser//parser.nit:2793 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[13], fra.me.REG[3]);
-  fra.me.REG[13] = fra.me.REG[3];
-  /* ./parser//parser.nit:2794 */
-  fra.me.REG[13] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[11], fra.me.REG[12], fra.me.REG[13]);
-  /* ./parser//parser.nit:2804 */
-  fra.me.REG[2] = fra.me.REG[13];
-  /* ./parser//parser.nit:2805 */
+  /* parser/parser.nit:2851 */
+  fra.me.REG[3] = NEW_AStdClassdef_parser___parser_prod___AStdClassdef___init_astdclassdef(fra.me.REG[11], fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[12], fra.me.REG[13], fra.me.REG[14], fra.me.REG[3]);
+  /* parser/parser.nit:2862 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:2863 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2805);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2863);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10133,7 +10311,7 @@ void parser___ReduceAction55___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2810;
+  fra.me.line = 2868;
   fra.me.meth = LOCATE_parser___ReduceAction55___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10144,25 +10322,25 @@ void parser___ReduceAction55___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2812 */
+  /* parser/parser.nit:2870 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2813 */
+  /* parser/parser.nit:2871 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2815 */
+  /* parser/parser.nit:2873 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwclass, ID_parser___parser_nodes___TKwclass)) /*cast nullable TKwclass*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2815);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2873);
   }
-  /* ./parser//parser.nit:2816 */
+  /* parser/parser.nit:2874 */
   fra.me.REG[3] = NEW_AConcreteClasskind_parser___parser_prod___AConcreteClasskind___init_aconcreteclasskind(fra.me.REG[3]);
-  /* ./parser//parser.nit:2819 */
+  /* parser/parser.nit:2877 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2820 */
+  /* parser/parser.nit:2878 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2820);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2878);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10176,7 +10354,7 @@ void parser___ReduceAction56___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2825;
+  fra.me.line = 2883;
   fra.me.meth = LOCATE_parser___ReduceAction56___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -10188,33 +10366,33 @@ void parser___ReduceAction56___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2827 */
+  /* parser/parser.nit:2885 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2828 */
+  /* parser/parser.nit:2886 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2829 */
+  /* parser/parser.nit:2887 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2831 */
+  /* parser/parser.nit:2889 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwabstract, ID_parser___parser_nodes___TKwabstract)) /*cast nullable TKwabstract*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2831);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2889);
   }
-  /* ./parser//parser.nit:2833 */
+  /* parser/parser.nit:2891 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwclass, ID_parser___parser_nodes___TKwclass)) /*cast nullable TKwclass*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2833);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2891);
   }
-  /* ./parser//parser.nit:2834 */
+  /* parser/parser.nit:2892 */
   fra.me.REG[3] = NEW_AAbstractClasskind_parser___parser_prod___AAbstractClasskind___init_aabstractclasskind(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:2838 */
+  /* parser/parser.nit:2896 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2839 */
+  /* parser/parser.nit:2897 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2839);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2897);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10228,7 +10406,7 @@ void parser___ReduceAction57___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2844;
+  fra.me.line = 2902;
   fra.me.meth = LOCATE_parser___ReduceAction57___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10239,25 +10417,25 @@ void parser___ReduceAction57___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2846 */
+  /* parser/parser.nit:2904 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2847 */
+  /* parser/parser.nit:2905 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2849 */
+  /* parser/parser.nit:2907 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwinterface, ID_parser___parser_nodes___TKwinterface)) /*cast nullable TKwinterface*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2849);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2907);
   }
-  /* ./parser//parser.nit:2850 */
+  /* parser/parser.nit:2908 */
   fra.me.REG[3] = NEW_AInterfaceClasskind_parser___parser_prod___AInterfaceClasskind___init_ainterfaceclasskind(fra.me.REG[3]);
-  /* ./parser//parser.nit:2853 */
+  /* parser/parser.nit:2911 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2854 */
+  /* parser/parser.nit:2912 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2854);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2912);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10271,7 +10449,7 @@ void parser___ReduceAction58___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2859;
+  fra.me.line = 2917;
   fra.me.meth = LOCATE_parser___ReduceAction58___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10282,25 +10460,25 @@ void parser___ReduceAction58___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2861 */
+  /* parser/parser.nit:2919 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2862 */
+  /* parser/parser.nit:2920 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2864 */
+  /* parser/parser.nit:2922 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwenum, ID_parser___parser_nodes___TKwenum)) /*cast nullable TKwenum*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2864);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2922);
   }
-  /* ./parser//parser.nit:2865 */
+  /* parser/parser.nit:2923 */
   fra.me.REG[3] = NEW_AEnumClasskind_parser___parser_prod___AEnumClasskind___init_aenumclasskind(fra.me.REG[3]);
-  /* ./parser//parser.nit:2868 */
+  /* parser/parser.nit:2926 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2869 */
+  /* parser/parser.nit:2927 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2869);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2927);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10314,7 +10492,7 @@ void parser___ReduceAction59___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2874;
+  fra.me.line = 2932;
   fra.me.meth = LOCATE_parser___ReduceAction59___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10325,25 +10503,25 @@ void parser___ReduceAction59___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2876 */
+  /* parser/parser.nit:2934 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2877 */
+  /* parser/parser.nit:2935 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2879 */
+  /* parser/parser.nit:2937 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwextern, ID_parser___parser_nodes___TKwextern)) /*cast nullable TKwextern*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2879);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2937);
   }
-  /* ./parser//parser.nit:2880 */
+  /* parser/parser.nit:2938 */
   fra.me.REG[3] = NEW_AExternClasskind_parser___parser_prod___AExternClasskind___init_aexternclasskind(fra.me.REG[3]);
-  /* ./parser//parser.nit:2883 */
+  /* parser/parser.nit:2941 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2884 */
+  /* parser/parser.nit:2942 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2884);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2942);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10358,7 +10536,7 @@ void parser___ReduceAction60___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2889;
+  fra.me.line = 2947;
   fra.me.meth = LOCATE_parser___ReduceAction60___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -10370,21 +10548,21 @@ void parser___ReduceAction60___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2891 */
+  /* parser/parser.nit:2949 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2892 */
+  /* parser/parser.nit:2950 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2893 */
+  /* parser/parser.nit:2951 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2894 */
+  /* parser/parser.nit:2952 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2895 */
+  /* parser/parser.nit:2953 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2896 */
+  /* parser/parser.nit:2954 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2897 */
+  /* parser/parser.nit:2955 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2899 */
+  /* parser/parser.nit:2957 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -10399,16 +10577,16 @@ void parser___ReduceAction60___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:2900 */
+    /* parser/parser.nit:2958 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:2902 */
+  /* parser/parser.nit:2960 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:2903 */
+  /* parser/parser.nit:2961 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2903);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2961);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10423,7 +10601,7 @@ void parser___ReduceAction61___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2908;
+  fra.me.line = 2966;
   fra.me.meth = LOCATE_parser___ReduceAction61___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -10436,29 +10614,29 @@ void parser___ReduceAction61___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2910 */
+  /* parser/parser.nit:2968 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2911 */
+  /* parser/parser.nit:2969 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2912 */
+  /* parser/parser.nit:2970 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2913 */
+  /* parser/parser.nit:2971 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2914 */
+  /* parser/parser.nit:2972 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2915 */
+  /* parser/parser.nit:2973 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2916 */
+  /* parser/parser.nit:2974 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2917 */
+  /* parser/parser.nit:2975 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:2920 */
+  /* parser/parser.nit:2978 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2920);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 2978);
   }
-  /* ./parser//parser.nit:2921 */
+  /* parser/parser.nit:2979 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -10473,19 +10651,19 @@ void parser___ReduceAction61___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:2922 */
+    /* parser/parser.nit:2980 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:2924 */
+  /* parser/parser.nit:2982 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:2925 */
+  /* parser/parser.nit:2983 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:2926 */
+  /* parser/parser.nit:2984 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2926);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2984);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10499,7 +10677,7 @@ void parser___ReduceAction62___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2931;
+  fra.me.line = 2989;
   fra.me.meth = LOCATE_parser___ReduceAction62___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -10511,21 +10689,21 @@ void parser___ReduceAction62___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2933 */
+  /* parser/parser.nit:2991 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2934 */
+  /* parser/parser.nit:2992 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2935 */
+  /* parser/parser.nit:2993 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2936 */
+  /* parser/parser.nit:2994 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2938 */
+  /* parser/parser.nit:2996 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2939 */
+  /* parser/parser.nit:2997 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2939);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2997);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10539,7 +10717,7 @@ void parser___ReduceAction63___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2944;
+  fra.me.line = 3002;
   fra.me.meth = LOCATE_parser___ReduceAction63___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10550,25 +10728,25 @@ void parser___ReduceAction63___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2946 */
+  /* parser/parser.nit:3004 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2947 */
+  /* parser/parser.nit:3005 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2949 */
+  /* parser/parser.nit:3007 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2949);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3007);
   }
-  /* ./parser//parser.nit:2950 */
+  /* parser/parser.nit:3008 */
   fra.me.REG[3] = NEW_AFormaldef_parser___parser_prod___AFormaldef___init_aformaldef(fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:2954 */
+  /* parser/parser.nit:3012 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2955 */
+  /* parser/parser.nit:3013 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2955);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3013);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10582,7 +10760,7 @@ void parser___ReduceAction64___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2960;
+  fra.me.line = 3018;
   fra.me.meth = LOCATE_parser___ReduceAction64___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -10594,33 +10772,33 @@ void parser___ReduceAction64___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2962 */
+  /* parser/parser.nit:3020 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2963 */
+  /* parser/parser.nit:3021 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2964 */
+  /* parser/parser.nit:3022 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2966 */
+  /* parser/parser.nit:3024 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2966);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3024);
   }
-  /* ./parser//parser.nit:2968 */
+  /* parser/parser.nit:3026 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2968);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3026);
   }
-  /* ./parser//parser.nit:2969 */
+  /* parser/parser.nit:3027 */
   fra.me.REG[3] = NEW_AFormaldef_parser___parser_prod___AFormaldef___init_aformaldef(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:2973 */
+  /* parser/parser.nit:3031 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2974 */
+  /* parser/parser.nit:3032 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2974);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3032);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10634,7 +10812,7 @@ void parser___ReduceAction65___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 2979;
+  fra.me.line = 3037;
   fra.me.meth = LOCATE_parser___ReduceAction65___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -10647,37 +10825,37 @@ void parser___ReduceAction65___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:2981 */
+  /* parser/parser.nit:3039 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:2982 */
+  /* parser/parser.nit:3040 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2983 */
+  /* parser/parser.nit:3041 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2984 */
+  /* parser/parser.nit:3042 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2985 */
+  /* parser/parser.nit:3043 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:2987 */
+  /* parser/parser.nit:3045 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwspecial, ID_parser___parser_nodes___TKwspecial)) /*cast nullable TKwspecial*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2987);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3045);
   }
-  /* ./parser//parser.nit:2989 */
+  /* parser/parser.nit:3047 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 2989);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3047);
   }
-  /* ./parser//parser.nit:2990 */
+  /* parser/parser.nit:3048 */
   fra.me.REG[3] = NEW_ASuperclass_parser___parser_prod___ASuperclass___init_asuperclass(fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:2995 */
+  /* parser/parser.nit:3053 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:2996 */
+  /* parser/parser.nit:3054 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 2996);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3054);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10691,7 +10869,7 @@ void parser___ReduceAction66___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3001;
+  fra.me.line = 3059;
   fra.me.meth = LOCATE_parser___ReduceAction66___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -10704,37 +10882,37 @@ void parser___ReduceAction66___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3003 */
+  /* parser/parser.nit:3061 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3004 */
+  /* parser/parser.nit:3062 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3005 */
+  /* parser/parser.nit:3063 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3006 */
+  /* parser/parser.nit:3064 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3007 */
+  /* parser/parser.nit:3065 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3009 */
+  /* parser/parser.nit:3067 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwsuper, ID_parser___parser_nodes___TKwsuper)) /*cast nullable TKwsuper*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3009);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3067);
   }
-  /* ./parser//parser.nit:3011 */
+  /* parser/parser.nit:3069 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3011);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3069);
   }
-  /* ./parser//parser.nit:3012 */
+  /* parser/parser.nit:3070 */
   fra.me.REG[3] = NEW_ASuperclass_parser___parser_prod___ASuperclass___init_asuperclass(NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3017 */
+  /* parser/parser.nit:3075 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3018 */
+  /* parser/parser.nit:3076 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3018);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3076);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10748,7 +10926,7 @@ void parser___ReduceAction67___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3023;
+  fra.me.line = 3081;
   fra.me.meth = LOCATE_parser___ReduceAction67___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -10759,19 +10937,19 @@ void parser___ReduceAction67___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3025 */
+  /* parser/parser.nit:3083 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3026 */
+  /* parser/parser.nit:3084 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3027 */
+  /* parser/parser.nit:3085 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3029 */
+  /* parser/parser.nit:3087 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3030 */
+  /* parser/parser.nit:3088 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3030);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3088);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10785,7 +10963,7 @@ void parser___ReduceAction68___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3035;
+  fra.me.line = 3093;
   fra.me.meth = LOCATE_parser___ReduceAction68___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -10801,67 +10979,67 @@ void parser___ReduceAction68___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3037 */
+  /* parser/parser.nit:3095 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3038 */
+  /* parser/parser.nit:3096 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3039 */
+  /* parser/parser.nit:3097 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3040 */
+  /* parser/parser.nit:3098 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3041 */
+  /* parser/parser.nit:3099 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3042 */
+  /* parser/parser.nit:3100 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3043 */
+  /* parser/parser.nit:3101 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3044 */
+  /* parser/parser.nit:3102 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3046 */
+  /* parser/parser.nit:3104 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3046);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3104);
   }
-  /* ./parser//parser.nit:3048 */
+  /* parser/parser.nit:3106 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3048);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3106);
   }
-  /* ./parser//parser.nit:3050 */
+  /* parser/parser.nit:3108 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3050);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3108);
   }
-  /* ./parser//parser.nit:3052 */
+  /* parser/parser.nit:3110 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3052);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3110);
   }
-  /* ./parser//parser.nit:3054 */
+  /* parser/parser.nit:3112 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3054);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3112);
   }
-  /* ./parser//parser.nit:3056 */
+  /* parser/parser.nit:3114 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3056);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3114);
   }
-  /* ./parser//parser.nit:3057 */
+  /* parser/parser.nit:3115 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3066 */
+  /* parser/parser.nit:3124 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3067 */
+  /* parser/parser.nit:3125 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3067);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3125);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10875,7 +11053,7 @@ void parser___ReduceAction69___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3072;
+  fra.me.line = 3130;
   fra.me.meth = LOCATE_parser___ReduceAction69___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -10892,75 +11070,75 @@ void parser___ReduceAction69___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3074 */
+  /* parser/parser.nit:3132 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3075 */
+  /* parser/parser.nit:3133 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3076 */
+  /* parser/parser.nit:3134 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3077 */
+  /* parser/parser.nit:3135 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3078 */
+  /* parser/parser.nit:3136 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3079 */
+  /* parser/parser.nit:3137 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3080 */
+  /* parser/parser.nit:3138 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3081 */
+  /* parser/parser.nit:3139 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3082 */
+  /* parser/parser.nit:3140 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3084 */
+  /* parser/parser.nit:3142 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3084);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3142);
   }
-  /* ./parser//parser.nit:3086 */
+  /* parser/parser.nit:3144 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3086);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3144);
   }
-  /* ./parser//parser.nit:3088 */
+  /* parser/parser.nit:3146 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3088);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3146);
   }
-  /* ./parser//parser.nit:3090 */
+  /* parser/parser.nit:3148 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3090);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3148);
   }
-  /* ./parser//parser.nit:3092 */
+  /* parser/parser.nit:3150 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3092);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3150);
   }
-  /* ./parser//parser.nit:3094 */
+  /* parser/parser.nit:3152 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3094);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3152);
   }
-  /* ./parser//parser.nit:3096 */
+  /* parser/parser.nit:3154 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3096);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3154);
   }
-  /* ./parser//parser.nit:3097 */
+  /* parser/parser.nit:3155 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3106 */
+  /* parser/parser.nit:3164 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3107 */
+  /* parser/parser.nit:3165 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3107);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3165);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -10974,7 +11152,7 @@ void parser___ReduceAction70___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3112;
+  fra.me.line = 3170;
   fra.me.meth = LOCATE_parser___ReduceAction70___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -10990,69 +11168,69 @@ void parser___ReduceAction70___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3114 */
+  /* parser/parser.nit:3172 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3115 */
+  /* parser/parser.nit:3173 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3116 */
+  /* parser/parser.nit:3174 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3117 */
+  /* parser/parser.nit:3175 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3118 */
+  /* parser/parser.nit:3176 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3119 */
+  /* parser/parser.nit:3177 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3120 */
+  /* parser/parser.nit:3178 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3121 */
+  /* parser/parser.nit:3179 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3122 */
+  /* parser/parser.nit:3180 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3124 */
+  /* parser/parser.nit:3182 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3124);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3182);
   }
-  /* ./parser//parser.nit:3126 */
+  /* parser/parser.nit:3184 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3126);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3184);
   }
-  /* ./parser//parser.nit:3128 */
+  /* parser/parser.nit:3186 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3128);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3186);
   }
-  /* ./parser//parser.nit:3130 */
+  /* parser/parser.nit:3188 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3130);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3188);
   }
-  /* ./parser//parser.nit:3132 */
+  /* parser/parser.nit:3190 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3132);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3190);
   }
-  /* ./parser//parser.nit:3134 */
+  /* parser/parser.nit:3192 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3134);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3192);
   }
-  /* ./parser//parser.nit:3135 */
+  /* parser/parser.nit:3193 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3144 */
+  /* parser/parser.nit:3202 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3145 */
+  /* parser/parser.nit:3203 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3145);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3203);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11066,7 +11244,7 @@ void parser___ReduceAction71___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3150;
+  fra.me.line = 3208;
   fra.me.meth = LOCATE_parser___ReduceAction71___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -11083,77 +11261,77 @@ void parser___ReduceAction71___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3152 */
+  /* parser/parser.nit:3210 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3153 */
+  /* parser/parser.nit:3211 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3154 */
+  /* parser/parser.nit:3212 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3155 */
+  /* parser/parser.nit:3213 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3156 */
+  /* parser/parser.nit:3214 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3157 */
+  /* parser/parser.nit:3215 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3158 */
+  /* parser/parser.nit:3216 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3159 */
+  /* parser/parser.nit:3217 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3160 */
+  /* parser/parser.nit:3218 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3161 */
+  /* parser/parser.nit:3219 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3163 */
+  /* parser/parser.nit:3221 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3163);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3221);
   }
-  /* ./parser//parser.nit:3165 */
+  /* parser/parser.nit:3223 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3165);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3223);
   }
-  /* ./parser//parser.nit:3167 */
+  /* parser/parser.nit:3225 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3167);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3225);
   }
-  /* ./parser//parser.nit:3169 */
+  /* parser/parser.nit:3227 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3169);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3227);
   }
-  /* ./parser//parser.nit:3171 */
+  /* parser/parser.nit:3229 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3171);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3229);
   }
-  /* ./parser//parser.nit:3173 */
+  /* parser/parser.nit:3231 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3173);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3231);
   }
-  /* ./parser//parser.nit:3175 */
+  /* parser/parser.nit:3233 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3175);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3233);
   }
-  /* ./parser//parser.nit:3176 */
+  /* parser/parser.nit:3234 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3185 */
+  /* parser/parser.nit:3243 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3186 */
+  /* parser/parser.nit:3244 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3186);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3244);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11167,7 +11345,7 @@ void parser___ReduceAction72___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3191;
+  fra.me.line = 3249;
   fra.me.meth = LOCATE_parser___ReduceAction72___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -11183,69 +11361,69 @@ void parser___ReduceAction72___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3193 */
+  /* parser/parser.nit:3251 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3194 */
+  /* parser/parser.nit:3252 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3195 */
+  /* parser/parser.nit:3253 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3196 */
+  /* parser/parser.nit:3254 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3197 */
+  /* parser/parser.nit:3255 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3198 */
+  /* parser/parser.nit:3256 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3199 */
+  /* parser/parser.nit:3257 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3200 */
+  /* parser/parser.nit:3258 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3201 */
+  /* parser/parser.nit:3259 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3203 */
+  /* parser/parser.nit:3261 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3203);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3261);
   }
-  /* ./parser//parser.nit:3205 */
+  /* parser/parser.nit:3263 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3205);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3263);
   }
-  /* ./parser//parser.nit:3207 */
+  /* parser/parser.nit:3265 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3207);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3265);
   }
-  /* ./parser//parser.nit:3209 */
+  /* parser/parser.nit:3267 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3209);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3267);
   }
-  /* ./parser//parser.nit:3211 */
+  /* parser/parser.nit:3269 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3211);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3269);
   }
-  /* ./parser//parser.nit:3213 */
+  /* parser/parser.nit:3271 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3213);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3271);
   }
-  /* ./parser//parser.nit:3214 */
+  /* parser/parser.nit:3272 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3223 */
+  /* parser/parser.nit:3281 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3224 */
+  /* parser/parser.nit:3282 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3224);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3282);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11259,7 +11437,7 @@ void parser___ReduceAction73___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3229;
+  fra.me.line = 3287;
   fra.me.meth = LOCATE_parser___ReduceAction73___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -11276,77 +11454,77 @@ void parser___ReduceAction73___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3231 */
+  /* parser/parser.nit:3289 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3232 */
+  /* parser/parser.nit:3290 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3233 */
+  /* parser/parser.nit:3291 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3234 */
+  /* parser/parser.nit:3292 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3235 */
+  /* parser/parser.nit:3293 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3236 */
+  /* parser/parser.nit:3294 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3237 */
+  /* parser/parser.nit:3295 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3238 */
+  /* parser/parser.nit:3296 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3239 */
+  /* parser/parser.nit:3297 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3240 */
+  /* parser/parser.nit:3298 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3242 */
+  /* parser/parser.nit:3300 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3242);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3300);
   }
-  /* ./parser//parser.nit:3244 */
+  /* parser/parser.nit:3302 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3244);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3302);
   }
-  /* ./parser//parser.nit:3246 */
+  /* parser/parser.nit:3304 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3246);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3304);
   }
-  /* ./parser//parser.nit:3248 */
+  /* parser/parser.nit:3306 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3248);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3306);
   }
-  /* ./parser//parser.nit:3250 */
+  /* parser/parser.nit:3308 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3250);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3308);
   }
-  /* ./parser//parser.nit:3252 */
+  /* parser/parser.nit:3310 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3252);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3310);
   }
-  /* ./parser//parser.nit:3254 */
+  /* parser/parser.nit:3312 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3254);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3312);
   }
-  /* ./parser//parser.nit:3255 */
+  /* parser/parser.nit:3313 */
   fra.me.REG[3] = NEW_AConcreteMethPropdef_parser___parser_prod___AConcreteMethPropdef___init_aconcretemethpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3264 */
+  /* parser/parser.nit:3322 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3265 */
+  /* parser/parser.nit:3323 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3265);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3323);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11360,7 +11538,7 @@ void parser___ReduceAction74___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3270;
+  fra.me.line = 3328;
   fra.me.meth = LOCATE_parser___ReduceAction74___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -11375,61 +11553,61 @@ void parser___ReduceAction74___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3272 */
+  /* parser/parser.nit:3330 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3273 */
+  /* parser/parser.nit:3331 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3274 */
+  /* parser/parser.nit:3332 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3275 */
+  /* parser/parser.nit:3333 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3276 */
+  /* parser/parser.nit:3334 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3277 */
+  /* parser/parser.nit:3335 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3278 */
+  /* parser/parser.nit:3336 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3279 */
+  /* parser/parser.nit:3337 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3281 */
+  /* parser/parser.nit:3339 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3281);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3339);
   }
-  /* ./parser//parser.nit:3283 */
+  /* parser/parser.nit:3341 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3283);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3341);
   }
-  /* ./parser//parser.nit:3285 */
+  /* parser/parser.nit:3343 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3285);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3343);
   }
-  /* ./parser//parser.nit:3287 */
+  /* parser/parser.nit:3345 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3287);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3345);
   }
-  /* ./parser//parser.nit:3289 */
+  /* parser/parser.nit:3347 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3289);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3347);
   }
-  /* ./parser//parser.nit:3290 */
+  /* parser/parser.nit:3348 */
   fra.me.REG[3] = NEW_ADeferredMethPropdef_parser___parser_prod___ADeferredMethPropdef___init_adeferredmethpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3298 */
+  /* parser/parser.nit:3356 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3299 */
+  /* parser/parser.nit:3357 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3299);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3357);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11443,7 +11621,7 @@ void parser___ReduceAction75___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3304;
+  fra.me.line = 3362;
   fra.me.meth = LOCATE_parser___ReduceAction75___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -11459,69 +11637,69 @@ void parser___ReduceAction75___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3306 */
+  /* parser/parser.nit:3364 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3307 */
+  /* parser/parser.nit:3365 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3308 */
+  /* parser/parser.nit:3366 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3309 */
+  /* parser/parser.nit:3367 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3310 */
+  /* parser/parser.nit:3368 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3311 */
+  /* parser/parser.nit:3369 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3312 */
+  /* parser/parser.nit:3370 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3313 */
+  /* parser/parser.nit:3371 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3314 */
+  /* parser/parser.nit:3372 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3316 */
+  /* parser/parser.nit:3374 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3316);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3374);
   }
-  /* ./parser//parser.nit:3318 */
+  /* parser/parser.nit:3376 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3318);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3376);
   }
-  /* ./parser//parser.nit:3320 */
+  /* parser/parser.nit:3378 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3320);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3378);
   }
-  /* ./parser//parser.nit:3322 */
+  /* parser/parser.nit:3380 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3322);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3380);
   }
-  /* ./parser//parser.nit:3324 */
+  /* parser/parser.nit:3382 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3324);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3382);
   }
-  /* ./parser//parser.nit:3326 */
+  /* parser/parser.nit:3384 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3326);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3384);
   }
-  /* ./parser//parser.nit:3327 */
+  /* parser/parser.nit:3385 */
   fra.me.REG[3] = NEW_ADeferredMethPropdef_parser___parser_prod___ADeferredMethPropdef___init_adeferredmethpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3335 */
+  /* parser/parser.nit:3393 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3336 */
+  /* parser/parser.nit:3394 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3336);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3394);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11535,7 +11713,7 @@ void parser___ReduceAction76___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3341;
+  fra.me.line = 3399;
   fra.me.meth = LOCATE_parser___ReduceAction76___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -11550,61 +11728,61 @@ void parser___ReduceAction76___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3343 */
+  /* parser/parser.nit:3401 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3344 */
+  /* parser/parser.nit:3402 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3345 */
+  /* parser/parser.nit:3403 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3346 */
+  /* parser/parser.nit:3404 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3347 */
+  /* parser/parser.nit:3405 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3348 */
+  /* parser/parser.nit:3406 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3349 */
+  /* parser/parser.nit:3407 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3350 */
+  /* parser/parser.nit:3408 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3352 */
+  /* parser/parser.nit:3410 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3352);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3410);
   }
-  /* ./parser//parser.nit:3354 */
+  /* parser/parser.nit:3412 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3354);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3412);
   }
-  /* ./parser//parser.nit:3356 */
+  /* parser/parser.nit:3414 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3356);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3414);
   }
-  /* ./parser//parser.nit:3358 */
+  /* parser/parser.nit:3416 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3358);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3416);
   }
-  /* ./parser//parser.nit:3360 */
+  /* parser/parser.nit:3418 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3360);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3418);
   }
-  /* ./parser//parser.nit:3361 */
+  /* parser/parser.nit:3419 */
   fra.me.REG[3] = NEW_AInternMethPropdef_parser___parser_prod___AInternMethPropdef___init_ainternmethpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3369 */
+  /* parser/parser.nit:3427 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3370 */
+  /* parser/parser.nit:3428 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3370);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3428);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11618,7 +11796,7 @@ void parser___ReduceAction77___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3375;
+  fra.me.line = 3433;
   fra.me.meth = LOCATE_parser___ReduceAction77___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -11634,69 +11812,69 @@ void parser___ReduceAction77___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3377 */
+  /* parser/parser.nit:3435 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3378 */
+  /* parser/parser.nit:3436 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3379 */
+  /* parser/parser.nit:3437 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3380 */
+  /* parser/parser.nit:3438 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3381 */
+  /* parser/parser.nit:3439 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3382 */
+  /* parser/parser.nit:3440 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3383 */
+  /* parser/parser.nit:3441 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3384 */
+  /* parser/parser.nit:3442 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3385 */
+  /* parser/parser.nit:3443 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3387 */
+  /* parser/parser.nit:3445 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3387);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3445);
   }
-  /* ./parser//parser.nit:3389 */
+  /* parser/parser.nit:3447 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3389);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3447);
   }
-  /* ./parser//parser.nit:3391 */
+  /* parser/parser.nit:3449 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3391);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3449);
   }
-  /* ./parser//parser.nit:3393 */
+  /* parser/parser.nit:3451 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3393);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3451);
   }
-  /* ./parser//parser.nit:3395 */
+  /* parser/parser.nit:3453 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3395);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3453);
   }
-  /* ./parser//parser.nit:3397 */
+  /* parser/parser.nit:3455 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3397);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3455);
   }
-  /* ./parser//parser.nit:3398 */
+  /* parser/parser.nit:3456 */
   fra.me.REG[3] = NEW_AInternMethPropdef_parser___parser_prod___AInternMethPropdef___init_ainternmethpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3406 */
+  /* parser/parser.nit:3464 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3407 */
+  /* parser/parser.nit:3465 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3407);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3465);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11710,7 +11888,7 @@ void parser___ReduceAction78___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3412;
+  fra.me.line = 3470;
   fra.me.meth = LOCATE_parser___ReduceAction78___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -11725,61 +11903,61 @@ void parser___ReduceAction78___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3414 */
+  /* parser/parser.nit:3472 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3415 */
+  /* parser/parser.nit:3473 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3416 */
+  /* parser/parser.nit:3474 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3417 */
+  /* parser/parser.nit:3475 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3418 */
+  /* parser/parser.nit:3476 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3419 */
+  /* parser/parser.nit:3477 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3420 */
+  /* parser/parser.nit:3478 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3421 */
+  /* parser/parser.nit:3479 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3423 */
+  /* parser/parser.nit:3481 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3423);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3481);
   }
-  /* ./parser//parser.nit:3425 */
+  /* parser/parser.nit:3483 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3425);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3483);
   }
-  /* ./parser//parser.nit:3427 */
+  /* parser/parser.nit:3485 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3427);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3485);
   }
-  /* ./parser//parser.nit:3429 */
+  /* parser/parser.nit:3487 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3429);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3487);
   }
-  /* ./parser//parser.nit:3431 */
+  /* parser/parser.nit:3489 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3431);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3489);
   }
-  /* ./parser//parser.nit:3432 */
+  /* parser/parser.nit:3490 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3442 */
+  /* parser/parser.nit:3500 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3443 */
+  /* parser/parser.nit:3501 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3443);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3501);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11793,7 +11971,7 @@ void parser___ReduceAction79___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3448;
+  fra.me.line = 3506;
   fra.me.meth = LOCATE_parser___ReduceAction79___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -11809,69 +11987,69 @@ void parser___ReduceAction79___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3450 */
+  /* parser/parser.nit:3508 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3451 */
+  /* parser/parser.nit:3509 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3452 */
+  /* parser/parser.nit:3510 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3453 */
+  /* parser/parser.nit:3511 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3454 */
+  /* parser/parser.nit:3512 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3455 */
+  /* parser/parser.nit:3513 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3456 */
+  /* parser/parser.nit:3514 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3457 */
+  /* parser/parser.nit:3515 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3458 */
+  /* parser/parser.nit:3516 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3460 */
+  /* parser/parser.nit:3518 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3460);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3518);
   }
-  /* ./parser//parser.nit:3462 */
+  /* parser/parser.nit:3520 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3462);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3520);
   }
-  /* ./parser//parser.nit:3464 */
+  /* parser/parser.nit:3522 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3464);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3522);
   }
-  /* ./parser//parser.nit:3466 */
+  /* parser/parser.nit:3524 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3466);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3524);
   }
-  /* ./parser//parser.nit:3468 */
+  /* parser/parser.nit:3526 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3468);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3526);
   }
-  /* ./parser//parser.nit:3470 */
+  /* parser/parser.nit:3528 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3470);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3528);
   }
-  /* ./parser//parser.nit:3471 */
+  /* parser/parser.nit:3529 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3481 */
+  /* parser/parser.nit:3539 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3482 */
+  /* parser/parser.nit:3540 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3482);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3540);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11885,7 +12063,7 @@ void parser___ReduceAction80___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3487;
+  fra.me.line = 3545;
   fra.me.meth = LOCATE_parser___ReduceAction80___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -11901,69 +12079,69 @@ void parser___ReduceAction80___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3489 */
+  /* parser/parser.nit:3547 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3490 */
+  /* parser/parser.nit:3548 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3491 */
+  /* parser/parser.nit:3549 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3492 */
+  /* parser/parser.nit:3550 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3493 */
+  /* parser/parser.nit:3551 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3494 */
+  /* parser/parser.nit:3552 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3495 */
+  /* parser/parser.nit:3553 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3496 */
+  /* parser/parser.nit:3554 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3497 */
+  /* parser/parser.nit:3555 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3499 */
+  /* parser/parser.nit:3557 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3499);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3557);
   }
-  /* ./parser//parser.nit:3501 */
+  /* parser/parser.nit:3559 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3501);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3559);
   }
-  /* ./parser//parser.nit:3503 */
+  /* parser/parser.nit:3561 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3503);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3561);
   }
-  /* ./parser//parser.nit:3505 */
+  /* parser/parser.nit:3563 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3505);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3563);
   }
-  /* ./parser//parser.nit:3507 */
+  /* parser/parser.nit:3565 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3507);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3565);
   }
-  /* ./parser//parser.nit:3509 */
+  /* parser/parser.nit:3567 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3509);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3567);
   }
-  /* ./parser//parser.nit:3510 */
+  /* parser/parser.nit:3568 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:3520 */
+  /* parser/parser.nit:3578 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3521 */
+  /* parser/parser.nit:3579 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3521);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3579);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -11977,7 +12155,7 @@ void parser___ReduceAction81___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3526;
+  fra.me.line = 3584;
   fra.me.meth = LOCATE_parser___ReduceAction81___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -11994,77 +12172,77 @@ void parser___ReduceAction81___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3528 */
+  /* parser/parser.nit:3586 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3529 */
+  /* parser/parser.nit:3587 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3530 */
+  /* parser/parser.nit:3588 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3531 */
+  /* parser/parser.nit:3589 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3532 */
+  /* parser/parser.nit:3590 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3533 */
+  /* parser/parser.nit:3591 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3534 */
+  /* parser/parser.nit:3592 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3535 */
+  /* parser/parser.nit:3593 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3536 */
+  /* parser/parser.nit:3594 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3537 */
+  /* parser/parser.nit:3595 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3539 */
+  /* parser/parser.nit:3597 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3539);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3597);
   }
-  /* ./parser//parser.nit:3541 */
+  /* parser/parser.nit:3599 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3541);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3599);
   }
-  /* ./parser//parser.nit:3543 */
+  /* parser/parser.nit:3601 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3543);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3601);
   }
-  /* ./parser//parser.nit:3545 */
+  /* parser/parser.nit:3603 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3545);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3603);
   }
-  /* ./parser//parser.nit:3547 */
+  /* parser/parser.nit:3605 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3547);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3605);
   }
-  /* ./parser//parser.nit:3549 */
+  /* parser/parser.nit:3607 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3549);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3607);
   }
-  /* ./parser//parser.nit:3551 */
+  /* parser/parser.nit:3609 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3551);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3609);
   }
-  /* ./parser//parser.nit:3552 */
+  /* parser/parser.nit:3610 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:3562 */
+  /* parser/parser.nit:3620 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3563 */
+  /* parser/parser.nit:3621 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3563);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3621);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12078,7 +12256,7 @@ void parser___ReduceAction82___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3568;
+  fra.me.line = 3626;
   fra.me.meth = LOCATE_parser___ReduceAction82___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -12094,69 +12272,69 @@ void parser___ReduceAction82___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3570 */
+  /* parser/parser.nit:3628 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3571 */
+  /* parser/parser.nit:3629 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3572 */
+  /* parser/parser.nit:3630 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3573 */
+  /* parser/parser.nit:3631 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3574 */
+  /* parser/parser.nit:3632 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3575 */
+  /* parser/parser.nit:3633 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3576 */
+  /* parser/parser.nit:3634 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3577 */
+  /* parser/parser.nit:3635 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3578 */
+  /* parser/parser.nit:3636 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3580 */
+  /* parser/parser.nit:3638 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3580);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3638);
   }
-  /* ./parser//parser.nit:3582 */
+  /* parser/parser.nit:3640 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3582);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3640);
   }
-  /* ./parser//parser.nit:3584 */
+  /* parser/parser.nit:3642 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3584);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3642);
   }
-  /* ./parser//parser.nit:3586 */
+  /* parser/parser.nit:3644 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3586);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3644);
   }
-  /* ./parser//parser.nit:3588 */
+  /* parser/parser.nit:3646 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3588);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3646);
   }
-  /* ./parser//parser.nit:3590 */
+  /* parser/parser.nit:3648 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3590);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3648);
   }
-  /* ./parser//parser.nit:3591 */
+  /* parser/parser.nit:3649 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:3601 */
+  /* parser/parser.nit:3659 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3602 */
+  /* parser/parser.nit:3660 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3602);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3660);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12170,7 +12348,7 @@ void parser___ReduceAction83___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3607;
+  fra.me.line = 3665;
   fra.me.meth = LOCATE_parser___ReduceAction83___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -12187,77 +12365,77 @@ void parser___ReduceAction83___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3609 */
+  /* parser/parser.nit:3667 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3610 */
+  /* parser/parser.nit:3668 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3611 */
+  /* parser/parser.nit:3669 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3612 */
+  /* parser/parser.nit:3670 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3613 */
+  /* parser/parser.nit:3671 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3614 */
+  /* parser/parser.nit:3672 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3615 */
+  /* parser/parser.nit:3673 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3616 */
+  /* parser/parser.nit:3674 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3617 */
+  /* parser/parser.nit:3675 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3618 */
+  /* parser/parser.nit:3676 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3620 */
+  /* parser/parser.nit:3678 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3620);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3678);
   }
-  /* ./parser//parser.nit:3622 */
+  /* parser/parser.nit:3680 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3622);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3680);
   }
-  /* ./parser//parser.nit:3624 */
+  /* parser/parser.nit:3682 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3624);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3682);
   }
-  /* ./parser//parser.nit:3626 */
+  /* parser/parser.nit:3684 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3626);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3684);
   }
-  /* ./parser//parser.nit:3628 */
+  /* parser/parser.nit:3686 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3628);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3686);
   }
-  /* ./parser//parser.nit:3630 */
+  /* parser/parser.nit:3688 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3630);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3688);
   }
-  /* ./parser//parser.nit:3632 */
+  /* parser/parser.nit:3690 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3632);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3690);
   }
-  /* ./parser//parser.nit:3633 */
+  /* parser/parser.nit:3691 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:3643 */
+  /* parser/parser.nit:3701 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3644 */
+  /* parser/parser.nit:3702 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3644);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3702);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12271,7 +12449,7 @@ void parser___ReduceAction84___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3649;
+  fra.me.line = 3707;
   fra.me.meth = LOCATE_parser___ReduceAction84___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -12288,77 +12466,77 @@ void parser___ReduceAction84___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3651 */
+  /* parser/parser.nit:3709 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3652 */
+  /* parser/parser.nit:3710 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3653 */
+  /* parser/parser.nit:3711 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3654 */
+  /* parser/parser.nit:3712 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3655 */
+  /* parser/parser.nit:3713 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3656 */
+  /* parser/parser.nit:3714 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3657 */
+  /* parser/parser.nit:3715 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3658 */
+  /* parser/parser.nit:3716 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3659 */
+  /* parser/parser.nit:3717 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3660 */
+  /* parser/parser.nit:3718 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3662 */
+  /* parser/parser.nit:3720 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3662);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3720);
   }
-  /* ./parser//parser.nit:3664 */
+  /* parser/parser.nit:3722 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3664);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3722);
   }
-  /* ./parser//parser.nit:3666 */
+  /* parser/parser.nit:3724 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3666);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3724);
   }
-  /* ./parser//parser.nit:3668 */
+  /* parser/parser.nit:3726 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3668);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3726);
   }
-  /* ./parser//parser.nit:3670 */
+  /* parser/parser.nit:3728 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3670);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3728);
   }
-  /* ./parser//parser.nit:3672 */
+  /* parser/parser.nit:3730 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3672);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3730);
   }
-  /* ./parser//parser.nit:3674 */
+  /* parser/parser.nit:3732 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3674);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3732);
   }
-  /* ./parser//parser.nit:3675 */
+  /* parser/parser.nit:3733 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3685 */
+  /* parser/parser.nit:3743 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3686 */
+  /* parser/parser.nit:3744 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3686);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3744);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12372,7 +12550,7 @@ void parser___ReduceAction85___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3691;
+  fra.me.line = 3749;
   fra.me.meth = LOCATE_parser___ReduceAction85___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -12390,85 +12568,85 @@ void parser___ReduceAction85___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3693 */
+  /* parser/parser.nit:3751 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3694 */
+  /* parser/parser.nit:3752 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3695 */
+  /* parser/parser.nit:3753 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3696 */
+  /* parser/parser.nit:3754 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3697 */
+  /* parser/parser.nit:3755 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3698 */
+  /* parser/parser.nit:3756 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3699 */
+  /* parser/parser.nit:3757 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3700 */
+  /* parser/parser.nit:3758 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3701 */
+  /* parser/parser.nit:3759 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3702 */
+  /* parser/parser.nit:3760 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3703 */
+  /* parser/parser.nit:3761 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3705 */
+  /* parser/parser.nit:3763 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3705);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3763);
   }
-  /* ./parser//parser.nit:3707 */
+  /* parser/parser.nit:3765 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3707);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3765);
   }
-  /* ./parser//parser.nit:3709 */
+  /* parser/parser.nit:3767 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3709);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3767);
   }
-  /* ./parser//parser.nit:3711 */
+  /* parser/parser.nit:3769 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwmeth, ID_parser___parser_nodes___TKwmeth)) /*cast nullable TKwmeth*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3711);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3769);
   }
-  /* ./parser//parser.nit:3713 */
+  /* parser/parser.nit:3771 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3713);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3771);
   }
-  /* ./parser//parser.nit:3715 */
+  /* parser/parser.nit:3773 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3715);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3773);
   }
-  /* ./parser//parser.nit:3717 */
+  /* parser/parser.nit:3775 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3717);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3775);
   }
-  /* ./parser//parser.nit:3719 */
+  /* parser/parser.nit:3777 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3719);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3777);
   }
-  /* ./parser//parser.nit:3720 */
+  /* parser/parser.nit:3778 */
   fra.me.REG[3] = NEW_AExternMethPropdef_parser___parser_prod___AExternMethPropdef___init_aexternmethpropdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:3730 */
+  /* parser/parser.nit:3788 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3731 */
+  /* parser/parser.nit:3789 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3731);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3789);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12482,7 +12660,7 @@ void parser___ReduceAction86___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3736;
+  fra.me.line = 3794;
   fra.me.meth = LOCATE_parser___ReduceAction86___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -12496,49 +12674,49 @@ void parser___ReduceAction86___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3738 */
+  /* parser/parser.nit:3796 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3739 */
+  /* parser/parser.nit:3797 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3740 */
+  /* parser/parser.nit:3798 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3741 */
+  /* parser/parser.nit:3799 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3742 */
+  /* parser/parser.nit:3800 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3744 */
+  /* parser/parser.nit:3802 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3744);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3802);
   }
-  /* ./parser//parser.nit:3746 */
+  /* parser/parser.nit:3804 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3746);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3804);
   }
-  /* ./parser//parser.nit:3748 */
+  /* parser/parser.nit:3806 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3748);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3806);
   }
-  /* ./parser//parser.nit:3750 */
+  /* parser/parser.nit:3808 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3750);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3808);
   }
-  /* ./parser//parser.nit:3751 */
+  /* parser/parser.nit:3809 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[6], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3763 */
+  /* parser/parser.nit:3821 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3764 */
+  /* parser/parser.nit:3822 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3764);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3822);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12552,7 +12730,7 @@ void parser___ReduceAction87___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3769;
+  fra.me.line = 3827;
   fra.me.meth = LOCATE_parser___ReduceAction87___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -12567,57 +12745,57 @@ void parser___ReduceAction87___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3771 */
+  /* parser/parser.nit:3829 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3772 */
+  /* parser/parser.nit:3830 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3773 */
+  /* parser/parser.nit:3831 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3774 */
+  /* parser/parser.nit:3832 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3775 */
+  /* parser/parser.nit:3833 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3776 */
+  /* parser/parser.nit:3834 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3778 */
+  /* parser/parser.nit:3836 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3778);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3836);
   }
-  /* ./parser//parser.nit:3780 */
+  /* parser/parser.nit:3838 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3780);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3838);
   }
-  /* ./parser//parser.nit:3782 */
+  /* parser/parser.nit:3840 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3782);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3840);
   }
-  /* ./parser//parser.nit:3784 */
+  /* parser/parser.nit:3842 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3784);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3842);
   }
-  /* ./parser//parser.nit:3786 */
+  /* parser/parser.nit:3844 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3786);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3844);
   }
-  /* ./parser//parser.nit:3787 */
+  /* parser/parser.nit:3845 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3799 */
+  /* parser/parser.nit:3857 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3800 */
+  /* parser/parser.nit:3858 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3800);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3858);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12631,7 +12809,7 @@ void parser___ReduceAction88___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3805;
+  fra.me.line = 3863;
   fra.me.meth = LOCATE_parser___ReduceAction88___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -12646,57 +12824,57 @@ void parser___ReduceAction88___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3807 */
+  /* parser/parser.nit:3865 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3808 */
+  /* parser/parser.nit:3866 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3809 */
+  /* parser/parser.nit:3867 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3810 */
+  /* parser/parser.nit:3868 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3811 */
+  /* parser/parser.nit:3869 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3812 */
+  /* parser/parser.nit:3870 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3814 */
+  /* parser/parser.nit:3872 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3814);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3872);
   }
-  /* ./parser//parser.nit:3816 */
+  /* parser/parser.nit:3874 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3816);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3874);
   }
-  /* ./parser//parser.nit:3818 */
+  /* parser/parser.nit:3876 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3818);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3876);
   }
-  /* ./parser//parser.nit:3820 */
+  /* parser/parser.nit:3878 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3820);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3878);
   }
-  /* ./parser//parser.nit:3822 */
+  /* parser/parser.nit:3880 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3822);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3880);
   }
-  /* ./parser//parser.nit:3823 */
+  /* parser/parser.nit:3881 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], fra.me.REG[6], NIT_NULL, NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3835 */
+  /* parser/parser.nit:3893 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3836 */
+  /* parser/parser.nit:3894 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3836);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3894);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12710,7 +12888,7 @@ void parser___ReduceAction89___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3841;
+  fra.me.line = 3899;
   fra.me.meth = LOCATE_parser___ReduceAction89___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -12726,65 +12904,65 @@ void parser___ReduceAction89___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3843 */
+  /* parser/parser.nit:3901 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3844 */
+  /* parser/parser.nit:3902 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3845 */
+  /* parser/parser.nit:3903 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3846 */
+  /* parser/parser.nit:3904 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3847 */
+  /* parser/parser.nit:3905 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3848 */
+  /* parser/parser.nit:3906 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3849 */
+  /* parser/parser.nit:3907 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3851 */
+  /* parser/parser.nit:3909 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3851);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3909);
   }
-  /* ./parser//parser.nit:3853 */
+  /* parser/parser.nit:3911 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3853);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3911);
   }
-  /* ./parser//parser.nit:3855 */
+  /* parser/parser.nit:3913 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3855);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3913);
   }
-  /* ./parser//parser.nit:3857 */
+  /* parser/parser.nit:3915 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3857);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3915);
   }
-  /* ./parser//parser.nit:3859 */
+  /* parser/parser.nit:3917 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3859);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3917);
   }
-  /* ./parser//parser.nit:3861 */
+  /* parser/parser.nit:3919 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3861);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3919);
   }
-  /* ./parser//parser.nit:3862 */
+  /* parser/parser.nit:3920 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3874 */
+  /* parser/parser.nit:3932 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3875 */
+  /* parser/parser.nit:3933 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3875);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3933);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12798,7 +12976,7 @@ void parser___ReduceAction90___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3880;
+  fra.me.line = 3938;
   fra.me.meth = LOCATE_parser___ReduceAction90___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -12813,57 +12991,57 @@ void parser___ReduceAction90___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3882 */
+  /* parser/parser.nit:3940 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3883 */
+  /* parser/parser.nit:3941 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3884 */
+  /* parser/parser.nit:3942 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3885 */
+  /* parser/parser.nit:3943 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3886 */
+  /* parser/parser.nit:3944 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3887 */
+  /* parser/parser.nit:3945 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3889 */
+  /* parser/parser.nit:3947 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3889);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3947);
   }
-  /* ./parser//parser.nit:3891 */
+  /* parser/parser.nit:3949 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3891);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3949);
   }
-  /* ./parser//parser.nit:3893 */
+  /* parser/parser.nit:3951 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3893);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3951);
   }
-  /* ./parser//parser.nit:3895 */
+  /* parser/parser.nit:3953 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3895);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3953);
   }
-  /* ./parser//parser.nit:3897 */
+  /* parser/parser.nit:3955 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3897);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3955);
   }
-  /* ./parser//parser.nit:3898 */
+  /* parser/parser.nit:3956 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3910 */
+  /* parser/parser.nit:3968 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3911 */
+  /* parser/parser.nit:3969 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3911);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3969);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12877,7 +13055,7 @@ void parser___ReduceAction91___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3916;
+  fra.me.line = 3974;
   fra.me.meth = LOCATE_parser___ReduceAction91___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -12893,65 +13071,65 @@ void parser___ReduceAction91___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3918 */
+  /* parser/parser.nit:3976 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3919 */
+  /* parser/parser.nit:3977 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3920 */
+  /* parser/parser.nit:3978 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3921 */
+  /* parser/parser.nit:3979 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3922 */
+  /* parser/parser.nit:3980 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3923 */
+  /* parser/parser.nit:3981 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3924 */
+  /* parser/parser.nit:3982 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3926 */
+  /* parser/parser.nit:3984 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3926);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3984);
   }
-  /* ./parser//parser.nit:3928 */
+  /* parser/parser.nit:3986 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3928);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3986);
   }
-  /* ./parser//parser.nit:3930 */
+  /* parser/parser.nit:3988 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3930);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3988);
   }
-  /* ./parser//parser.nit:3932 */
+  /* parser/parser.nit:3990 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3932);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3990);
   }
-  /* ./parser//parser.nit:3934 */
+  /* parser/parser.nit:3992 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3934);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3992);
   }
-  /* ./parser//parser.nit:3936 */
+  /* parser/parser.nit:3994 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3936);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 3994);
   }
-  /* ./parser//parser.nit:3937 */
+  /* parser/parser.nit:3995 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3949 */
+  /* parser/parser.nit:4007 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3950 */
+  /* parser/parser.nit:4008 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3950);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4008);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -12965,7 +13143,7 @@ void parser___ReduceAction92___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3955;
+  fra.me.line = 4013;
   fra.me.meth = LOCATE_parser___ReduceAction92___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -12981,65 +13159,65 @@ void parser___ReduceAction92___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3957 */
+  /* parser/parser.nit:4015 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3958 */
+  /* parser/parser.nit:4016 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3959 */
+  /* parser/parser.nit:4017 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3960 */
+  /* parser/parser.nit:4018 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3961 */
+  /* parser/parser.nit:4019 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3962 */
+  /* parser/parser.nit:4020 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3963 */
+  /* parser/parser.nit:4021 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3965 */
+  /* parser/parser.nit:4023 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3965);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4023);
   }
-  /* ./parser//parser.nit:3967 */
+  /* parser/parser.nit:4025 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3967);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4025);
   }
-  /* ./parser//parser.nit:3969 */
+  /* parser/parser.nit:4027 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3969);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4027);
   }
-  /* ./parser//parser.nit:3971 */
+  /* parser/parser.nit:4029 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3971);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4029);
   }
-  /* ./parser//parser.nit:3973 */
+  /* parser/parser.nit:4031 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3973);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4031);
   }
-  /* ./parser//parser.nit:3975 */
+  /* parser/parser.nit:4033 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 3975);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4033);
   }
-  /* ./parser//parser.nit:3976 */
+  /* parser/parser.nit:4034 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:3988 */
+  /* parser/parser.nit:4046 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:3989 */
+  /* parser/parser.nit:4047 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 3989);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4047);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13053,7 +13231,7 @@ void parser___ReduceAction93___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 3994;
+  fra.me.line = 4052;
   fra.me.meth = LOCATE_parser___ReduceAction93___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -13070,73 +13248,73 @@ void parser___ReduceAction93___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:3996 */
+  /* parser/parser.nit:4054 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:3997 */
+  /* parser/parser.nit:4055 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3998 */
+  /* parser/parser.nit:4056 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:3999 */
+  /* parser/parser.nit:4057 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4000 */
+  /* parser/parser.nit:4058 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4001 */
+  /* parser/parser.nit:4059 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4002 */
+  /* parser/parser.nit:4060 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4003 */
+  /* parser/parser.nit:4061 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4005 */
+  /* parser/parser.nit:4063 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4005);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4063);
   }
-  /* ./parser//parser.nit:4007 */
+  /* parser/parser.nit:4065 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4007);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4065);
   }
-  /* ./parser//parser.nit:4009 */
+  /* parser/parser.nit:4067 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4009);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4067);
   }
-  /* ./parser//parser.nit:4011 */
+  /* parser/parser.nit:4069 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4011);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4069);
   }
-  /* ./parser//parser.nit:4013 */
+  /* parser/parser.nit:4071 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4013);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4071);
   }
-  /* ./parser//parser.nit:4015 */
+  /* parser/parser.nit:4073 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4015);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4073);
   }
-  /* ./parser//parser.nit:4017 */
+  /* parser/parser.nit:4075 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4017);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4075);
   }
-  /* ./parser//parser.nit:4018 */
+  /* parser/parser.nit:4076 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:4030 */
+  /* parser/parser.nit:4088 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4031 */
+  /* parser/parser.nit:4089 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4031);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4089);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13150,7 +13328,7 @@ void parser___ReduceAction94___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4036;
+  fra.me.line = 4094;
   fra.me.meth = LOCATE_parser___ReduceAction94___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -13165,57 +13343,57 @@ void parser___ReduceAction94___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4038 */
+  /* parser/parser.nit:4096 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4039 */
+  /* parser/parser.nit:4097 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4040 */
+  /* parser/parser.nit:4098 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4041 */
+  /* parser/parser.nit:4099 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4042 */
+  /* parser/parser.nit:4100 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4043 */
+  /* parser/parser.nit:4101 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4045 */
+  /* parser/parser.nit:4103 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4045);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4103);
   }
-  /* ./parser//parser.nit:4047 */
+  /* parser/parser.nit:4105 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4047);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4105);
   }
-  /* ./parser//parser.nit:4049 */
+  /* parser/parser.nit:4107 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4049);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4107);
   }
-  /* ./parser//parser.nit:4051 */
+  /* parser/parser.nit:4109 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4051);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4109);
   }
-  /* ./parser//parser.nit:4053 */
+  /* parser/parser.nit:4111 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4053);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4111);
   }
-  /* ./parser//parser.nit:4054 */
+  /* parser/parser.nit:4112 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4066 */
+  /* parser/parser.nit:4124 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4067 */
+  /* parser/parser.nit:4125 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4067);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4125);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13229,7 +13407,7 @@ void parser___ReduceAction95___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4072;
+  fra.me.line = 4130;
   fra.me.meth = LOCATE_parser___ReduceAction95___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -13245,65 +13423,65 @@ void parser___ReduceAction95___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4074 */
+  /* parser/parser.nit:4132 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4075 */
+  /* parser/parser.nit:4133 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4076 */
+  /* parser/parser.nit:4134 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4077 */
+  /* parser/parser.nit:4135 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4078 */
+  /* parser/parser.nit:4136 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4079 */
+  /* parser/parser.nit:4137 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4080 */
+  /* parser/parser.nit:4138 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4082 */
+  /* parser/parser.nit:4140 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4082);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4140);
   }
-  /* ./parser//parser.nit:4084 */
+  /* parser/parser.nit:4142 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4084);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4142);
   }
-  /* ./parser//parser.nit:4086 */
+  /* parser/parser.nit:4144 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4086);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4144);
   }
-  /* ./parser//parser.nit:4088 */
+  /* parser/parser.nit:4146 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4088);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4146);
   }
-  /* ./parser//parser.nit:4090 */
+  /* parser/parser.nit:4148 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4090);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4148);
   }
-  /* ./parser//parser.nit:4092 */
+  /* parser/parser.nit:4150 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4092);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4150);
   }
-  /* ./parser//parser.nit:4093 */
+  /* parser/parser.nit:4151 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4105 */
+  /* parser/parser.nit:4163 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4106 */
+  /* parser/parser.nit:4164 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4106);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4164);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13317,7 +13495,7 @@ void parser___ReduceAction96___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4111;
+  fra.me.line = 4169;
   fra.me.meth = LOCATE_parser___ReduceAction96___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -13333,65 +13511,65 @@ void parser___ReduceAction96___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4113 */
+  /* parser/parser.nit:4171 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4114 */
+  /* parser/parser.nit:4172 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4115 */
+  /* parser/parser.nit:4173 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4116 */
+  /* parser/parser.nit:4174 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4117 */
+  /* parser/parser.nit:4175 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4118 */
+  /* parser/parser.nit:4176 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4119 */
+  /* parser/parser.nit:4177 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4121 */
+  /* parser/parser.nit:4179 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4121);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4179);
   }
-  /* ./parser//parser.nit:4123 */
+  /* parser/parser.nit:4181 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4123);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4181);
   }
-  /* ./parser//parser.nit:4125 */
+  /* parser/parser.nit:4183 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4125);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4183);
   }
-  /* ./parser//parser.nit:4127 */
+  /* parser/parser.nit:4185 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4127);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4185);
   }
-  /* ./parser//parser.nit:4129 */
+  /* parser/parser.nit:4187 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4129);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4187);
   }
-  /* ./parser//parser.nit:4131 */
+  /* parser/parser.nit:4189 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4131);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4189);
   }
-  /* ./parser//parser.nit:4132 */
+  /* parser/parser.nit:4190 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], fra.me.REG[7], NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4144 */
+  /* parser/parser.nit:4202 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4145 */
+  /* parser/parser.nit:4203 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4145);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4203);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13405,7 +13583,7 @@ void parser___ReduceAction97___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4150;
+  fra.me.line = 4208;
   fra.me.meth = LOCATE_parser___ReduceAction97___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -13422,73 +13600,73 @@ void parser___ReduceAction97___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4152 */
+  /* parser/parser.nit:4210 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4153 */
+  /* parser/parser.nit:4211 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4154 */
+  /* parser/parser.nit:4212 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4155 */
+  /* parser/parser.nit:4213 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4156 */
+  /* parser/parser.nit:4214 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4157 */
+  /* parser/parser.nit:4215 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4158 */
+  /* parser/parser.nit:4216 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4159 */
+  /* parser/parser.nit:4217 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4161 */
+  /* parser/parser.nit:4219 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4161);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4219);
   }
-  /* ./parser//parser.nit:4163 */
+  /* parser/parser.nit:4221 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4163);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4221);
   }
-  /* ./parser//parser.nit:4165 */
+  /* parser/parser.nit:4223 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4165);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4223);
   }
-  /* ./parser//parser.nit:4167 */
+  /* parser/parser.nit:4225 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4167);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4225);
   }
-  /* ./parser//parser.nit:4169 */
+  /* parser/parser.nit:4227 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4169);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4227);
   }
-  /* ./parser//parser.nit:4171 */
+  /* parser/parser.nit:4229 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4171);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4229);
   }
-  /* ./parser//parser.nit:4173 */
+  /* parser/parser.nit:4231 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4173);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4231);
   }
-  /* ./parser//parser.nit:4174 */
+  /* parser/parser.nit:4232 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4186 */
+  /* parser/parser.nit:4244 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4187 */
+  /* parser/parser.nit:4245 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4187);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4245);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13502,7 +13680,7 @@ void parser___ReduceAction98___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4192;
+  fra.me.line = 4250;
   fra.me.meth = LOCATE_parser___ReduceAction98___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -13518,65 +13696,65 @@ void parser___ReduceAction98___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4194 */
+  /* parser/parser.nit:4252 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4195 */
+  /* parser/parser.nit:4253 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4196 */
+  /* parser/parser.nit:4254 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4197 */
+  /* parser/parser.nit:4255 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4198 */
+  /* parser/parser.nit:4256 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4199 */
+  /* parser/parser.nit:4257 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4200 */
+  /* parser/parser.nit:4258 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4202 */
+  /* parser/parser.nit:4260 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4202);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4260);
   }
-  /* ./parser//parser.nit:4204 */
+  /* parser/parser.nit:4262 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4204);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4262);
   }
-  /* ./parser//parser.nit:4206 */
+  /* parser/parser.nit:4264 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4206);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4264);
   }
-  /* ./parser//parser.nit:4208 */
+  /* parser/parser.nit:4266 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4208);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4266);
   }
-  /* ./parser//parser.nit:4210 */
+  /* parser/parser.nit:4268 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4210);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4268);
   }
-  /* ./parser//parser.nit:4212 */
+  /* parser/parser.nit:4270 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4212);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4270);
   }
-  /* ./parser//parser.nit:4213 */
+  /* parser/parser.nit:4271 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4225 */
+  /* parser/parser.nit:4283 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4226 */
+  /* parser/parser.nit:4284 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4226);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4284);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13590,7 +13768,7 @@ void parser___ReduceAction99___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4231;
+  fra.me.line = 4289;
   fra.me.meth = LOCATE_parser___ReduceAction99___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -13607,73 +13785,73 @@ void parser___ReduceAction99___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4233 */
+  /* parser/parser.nit:4291 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4234 */
+  /* parser/parser.nit:4292 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4235 */
+  /* parser/parser.nit:4293 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4236 */
+  /* parser/parser.nit:4294 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4237 */
+  /* parser/parser.nit:4295 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4238 */
+  /* parser/parser.nit:4296 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4239 */
+  /* parser/parser.nit:4297 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4240 */
+  /* parser/parser.nit:4298 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4242 */
+  /* parser/parser.nit:4300 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4242);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4300);
   }
-  /* ./parser//parser.nit:4244 */
+  /* parser/parser.nit:4302 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4244);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4302);
   }
-  /* ./parser//parser.nit:4246 */
+  /* parser/parser.nit:4304 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4246);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4304);
   }
-  /* ./parser//parser.nit:4248 */
+  /* parser/parser.nit:4306 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4248);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4306);
   }
-  /* ./parser//parser.nit:4250 */
+  /* parser/parser.nit:4308 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4250);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4308);
   }
-  /* ./parser//parser.nit:4252 */
+  /* parser/parser.nit:4310 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4252);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4310);
   }
-  /* ./parser//parser.nit:4254 */
+  /* parser/parser.nit:4312 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4254);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4312);
   }
-  /* ./parser//parser.nit:4255 */
+  /* parser/parser.nit:4313 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4267 */
+  /* parser/parser.nit:4325 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4268 */
+  /* parser/parser.nit:4326 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4268);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4326);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13687,7 +13865,7 @@ void parser___ReduceAction100___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4273;
+  fra.me.line = 4331;
   fra.me.meth = LOCATE_parser___ReduceAction100___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -13704,73 +13882,73 @@ void parser___ReduceAction100___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4275 */
+  /* parser/parser.nit:4333 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4276 */
+  /* parser/parser.nit:4334 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4277 */
+  /* parser/parser.nit:4335 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4278 */
+  /* parser/parser.nit:4336 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4279 */
+  /* parser/parser.nit:4337 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4280 */
+  /* parser/parser.nit:4338 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4281 */
+  /* parser/parser.nit:4339 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4282 */
+  /* parser/parser.nit:4340 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4284 */
+  /* parser/parser.nit:4342 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4284);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4342);
   }
-  /* ./parser//parser.nit:4286 */
+  /* parser/parser.nit:4344 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4286);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4344);
   }
-  /* ./parser//parser.nit:4288 */
+  /* parser/parser.nit:4346 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4288);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4346);
   }
-  /* ./parser//parser.nit:4290 */
+  /* parser/parser.nit:4348 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4290);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4348);
   }
-  /* ./parser//parser.nit:4292 */
+  /* parser/parser.nit:4350 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4292);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4350);
   }
-  /* ./parser//parser.nit:4294 */
+  /* parser/parser.nit:4352 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4294);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4352);
   }
-  /* ./parser//parser.nit:4296 */
+  /* parser/parser.nit:4354 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4296);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4354);
   }
-  /* ./parser//parser.nit:4297 */
+  /* parser/parser.nit:4355 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4309 */
+  /* parser/parser.nit:4367 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4310 */
+  /* parser/parser.nit:4368 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4310);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4368);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13784,7 +13962,7 @@ void parser___ReduceAction101___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4315;
+  fra.me.line = 4373;
   fra.me.meth = LOCATE_parser___ReduceAction101___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -13802,81 +13980,81 @@ void parser___ReduceAction101___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4317 */
+  /* parser/parser.nit:4375 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4318 */
+  /* parser/parser.nit:4376 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4319 */
+  /* parser/parser.nit:4377 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4320 */
+  /* parser/parser.nit:4378 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4321 */
+  /* parser/parser.nit:4379 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4322 */
+  /* parser/parser.nit:4380 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4323 */
+  /* parser/parser.nit:4381 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4324 */
+  /* parser/parser.nit:4382 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4325 */
+  /* parser/parser.nit:4383 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4327 */
+  /* parser/parser.nit:4385 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4327);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4385);
   }
-  /* ./parser//parser.nit:4329 */
+  /* parser/parser.nit:4387 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4329);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4387);
   }
-  /* ./parser//parser.nit:4331 */
+  /* parser/parser.nit:4389 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4331);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4389);
   }
-  /* ./parser//parser.nit:4333 */
+  /* parser/parser.nit:4391 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4333);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4391);
   }
-  /* ./parser//parser.nit:4335 */
+  /* parser/parser.nit:4393 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4335);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4393);
   }
-  /* ./parser//parser.nit:4337 */
+  /* parser/parser.nit:4395 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4337);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4395);
   }
-  /* ./parser//parser.nit:4339 */
+  /* parser/parser.nit:4397 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4339);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4397);
   }
-  /* ./parser//parser.nit:4341 */
+  /* parser/parser.nit:4399 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4341);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4399);
   }
-  /* ./parser//parser.nit:4342 */
+  /* parser/parser.nit:4400 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:4354 */
+  /* parser/parser.nit:4412 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4355 */
+  /* parser/parser.nit:4413 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4355);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4413);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13890,7 +14068,7 @@ void parser___ReduceAction102___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4360;
+  fra.me.line = 4418;
   fra.me.meth = LOCATE_parser___ReduceAction102___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -13905,61 +14083,61 @@ void parser___ReduceAction102___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4362 */
+  /* parser/parser.nit:4420 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4363 */
+  /* parser/parser.nit:4421 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4364 */
+  /* parser/parser.nit:4422 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4365 */
+  /* parser/parser.nit:4423 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4366 */
+  /* parser/parser.nit:4424 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4367 */
+  /* parser/parser.nit:4425 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4368 */
+  /* parser/parser.nit:4426 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4369 */
+  /* parser/parser.nit:4427 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4371 */
+  /* parser/parser.nit:4429 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4371);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4429);
   }
-  /* ./parser//parser.nit:4373 */
+  /* parser/parser.nit:4431 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4373);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4431);
   }
-  /* ./parser//parser.nit:4375 */
+  /* parser/parser.nit:4433 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4375);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4433);
   }
-  /* ./parser//parser.nit:4377 */
+  /* parser/parser.nit:4435 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4377);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4435);
   }
-  /* ./parser//parser.nit:4379 */
+  /* parser/parser.nit:4437 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4379);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4437);
   }
-  /* ./parser//parser.nit:4380 */
+  /* parser/parser.nit:4438 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4392 */
+  /* parser/parser.nit:4450 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4393 */
+  /* parser/parser.nit:4451 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4393);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4451);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -13973,7 +14151,7 @@ void parser___ReduceAction103___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4398;
+  fra.me.line = 4456;
   fra.me.meth = LOCATE_parser___ReduceAction103___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -13989,69 +14167,69 @@ void parser___ReduceAction103___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4400 */
+  /* parser/parser.nit:4458 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4401 */
+  /* parser/parser.nit:4459 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4402 */
+  /* parser/parser.nit:4460 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4403 */
+  /* parser/parser.nit:4461 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4404 */
+  /* parser/parser.nit:4462 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4405 */
+  /* parser/parser.nit:4463 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4406 */
+  /* parser/parser.nit:4464 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4407 */
+  /* parser/parser.nit:4465 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4408 */
+  /* parser/parser.nit:4466 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4410 */
+  /* parser/parser.nit:4468 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4410);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4468);
   }
-  /* ./parser//parser.nit:4412 */
+  /* parser/parser.nit:4470 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4412);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4470);
   }
-  /* ./parser//parser.nit:4414 */
+  /* parser/parser.nit:4472 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4414);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4472);
   }
-  /* ./parser//parser.nit:4416 */
+  /* parser/parser.nit:4474 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4416);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4474);
   }
-  /* ./parser//parser.nit:4418 */
+  /* parser/parser.nit:4476 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4418);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4476);
   }
-  /* ./parser//parser.nit:4420 */
+  /* parser/parser.nit:4478 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4420);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4478);
   }
-  /* ./parser//parser.nit:4421 */
+  /* parser/parser.nit:4479 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4433 */
+  /* parser/parser.nit:4491 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4434 */
+  /* parser/parser.nit:4492 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4434);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4492);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14065,7 +14243,7 @@ void parser___ReduceAction104___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4439;
+  fra.me.line = 4497;
   fra.me.meth = LOCATE_parser___ReduceAction104___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -14081,69 +14259,69 @@ void parser___ReduceAction104___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4441 */
+  /* parser/parser.nit:4499 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4442 */
+  /* parser/parser.nit:4500 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4443 */
+  /* parser/parser.nit:4501 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4444 */
+  /* parser/parser.nit:4502 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4445 */
+  /* parser/parser.nit:4503 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4446 */
+  /* parser/parser.nit:4504 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4447 */
+  /* parser/parser.nit:4505 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4448 */
+  /* parser/parser.nit:4506 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4449 */
+  /* parser/parser.nit:4507 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4451 */
+  /* parser/parser.nit:4509 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4451);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4509);
   }
-  /* ./parser//parser.nit:4453 */
+  /* parser/parser.nit:4511 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4453);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4511);
   }
-  /* ./parser//parser.nit:4455 */
+  /* parser/parser.nit:4513 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4455);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4513);
   }
-  /* ./parser//parser.nit:4457 */
+  /* parser/parser.nit:4515 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4457);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4515);
   }
-  /* ./parser//parser.nit:4459 */
+  /* parser/parser.nit:4517 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4459);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4517);
   }
-  /* ./parser//parser.nit:4461 */
+  /* parser/parser.nit:4519 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4461);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4519);
   }
-  /* ./parser//parser.nit:4462 */
+  /* parser/parser.nit:4520 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], fra.me.REG[7], NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4474 */
+  /* parser/parser.nit:4532 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4475 */
+  /* parser/parser.nit:4533 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4475);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4533);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14157,7 +14335,7 @@ void parser___ReduceAction105___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4480;
+  fra.me.line = 4538;
   fra.me.meth = LOCATE_parser___ReduceAction105___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -14174,77 +14352,77 @@ void parser___ReduceAction105___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4482 */
+  /* parser/parser.nit:4540 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4483 */
+  /* parser/parser.nit:4541 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4484 */
+  /* parser/parser.nit:4542 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4485 */
+  /* parser/parser.nit:4543 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4486 */
+  /* parser/parser.nit:4544 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4487 */
+  /* parser/parser.nit:4545 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4488 */
+  /* parser/parser.nit:4546 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4489 */
+  /* parser/parser.nit:4547 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4490 */
+  /* parser/parser.nit:4548 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4491 */
+  /* parser/parser.nit:4549 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4493 */
+  /* parser/parser.nit:4551 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4493);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4551);
   }
-  /* ./parser//parser.nit:4495 */
+  /* parser/parser.nit:4553 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4495);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4553);
   }
-  /* ./parser//parser.nit:4497 */
+  /* parser/parser.nit:4555 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4497);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4555);
   }
-  /* ./parser//parser.nit:4499 */
+  /* parser/parser.nit:4557 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4499);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4557);
   }
-  /* ./parser//parser.nit:4501 */
+  /* parser/parser.nit:4559 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4501);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4559);
   }
-  /* ./parser//parser.nit:4503 */
+  /* parser/parser.nit:4561 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4503);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4561);
   }
-  /* ./parser//parser.nit:4505 */
+  /* parser/parser.nit:4563 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4505);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4563);
   }
-  /* ./parser//parser.nit:4506 */
+  /* parser/parser.nit:4564 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4518 */
+  /* parser/parser.nit:4576 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4519 */
+  /* parser/parser.nit:4577 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4519);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4577);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14258,7 +14436,7 @@ void parser___ReduceAction106___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4524;
+  fra.me.line = 4582;
   fra.me.meth = LOCATE_parser___ReduceAction106___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -14274,69 +14452,69 @@ void parser___ReduceAction106___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4526 */
+  /* parser/parser.nit:4584 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4527 */
+  /* parser/parser.nit:4585 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4528 */
+  /* parser/parser.nit:4586 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4529 */
+  /* parser/parser.nit:4587 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4530 */
+  /* parser/parser.nit:4588 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4531 */
+  /* parser/parser.nit:4589 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4532 */
+  /* parser/parser.nit:4590 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4533 */
+  /* parser/parser.nit:4591 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4534 */
+  /* parser/parser.nit:4592 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4536 */
+  /* parser/parser.nit:4594 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4536);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4594);
   }
-  /* ./parser//parser.nit:4538 */
+  /* parser/parser.nit:4596 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4538);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4596);
   }
-  /* ./parser//parser.nit:4540 */
+  /* parser/parser.nit:4598 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4540);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4598);
   }
-  /* ./parser//parser.nit:4542 */
+  /* parser/parser.nit:4600 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4542);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4600);
   }
-  /* ./parser//parser.nit:4544 */
+  /* parser/parser.nit:4602 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4544);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4602);
   }
-  /* ./parser//parser.nit:4546 */
+  /* parser/parser.nit:4604 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4546);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4604);
   }
-  /* ./parser//parser.nit:4547 */
+  /* parser/parser.nit:4605 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4559 */
+  /* parser/parser.nit:4617 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4560 */
+  /* parser/parser.nit:4618 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4560);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4618);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14350,7 +14528,7 @@ void parser___ReduceAction107___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4565;
+  fra.me.line = 4623;
   fra.me.meth = LOCATE_parser___ReduceAction107___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -14367,77 +14545,77 @@ void parser___ReduceAction107___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4567 */
+  /* parser/parser.nit:4625 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4568 */
+  /* parser/parser.nit:4626 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4569 */
+  /* parser/parser.nit:4627 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4570 */
+  /* parser/parser.nit:4628 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4571 */
+  /* parser/parser.nit:4629 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4572 */
+  /* parser/parser.nit:4630 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4573 */
+  /* parser/parser.nit:4631 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4574 */
+  /* parser/parser.nit:4632 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4575 */
+  /* parser/parser.nit:4633 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4576 */
+  /* parser/parser.nit:4634 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4578 */
+  /* parser/parser.nit:4636 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4578);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4636);
   }
-  /* ./parser//parser.nit:4580 */
+  /* parser/parser.nit:4638 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4580);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4638);
   }
-  /* ./parser//parser.nit:4582 */
+  /* parser/parser.nit:4640 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4582);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4640);
   }
-  /* ./parser//parser.nit:4584 */
+  /* parser/parser.nit:4642 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4584);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4642);
   }
-  /* ./parser//parser.nit:4586 */
+  /* parser/parser.nit:4644 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4586);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4644);
   }
-  /* ./parser//parser.nit:4588 */
+  /* parser/parser.nit:4646 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4588);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4646);
   }
-  /* ./parser//parser.nit:4590 */
+  /* parser/parser.nit:4648 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4590);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4648);
   }
-  /* ./parser//parser.nit:4591 */
+  /* parser/parser.nit:4649 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4603 */
+  /* parser/parser.nit:4661 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4604 */
+  /* parser/parser.nit:4662 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4604);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4662);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14451,7 +14629,7 @@ void parser___ReduceAction108___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4609;
+  fra.me.line = 4667;
   fra.me.meth = LOCATE_parser___ReduceAction108___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -14468,77 +14646,77 @@ void parser___ReduceAction108___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4611 */
+  /* parser/parser.nit:4669 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4612 */
+  /* parser/parser.nit:4670 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4613 */
+  /* parser/parser.nit:4671 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4614 */
+  /* parser/parser.nit:4672 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4615 */
+  /* parser/parser.nit:4673 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4616 */
+  /* parser/parser.nit:4674 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4617 */
+  /* parser/parser.nit:4675 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4618 */
+  /* parser/parser.nit:4676 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4619 */
+  /* parser/parser.nit:4677 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4620 */
+  /* parser/parser.nit:4678 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4622 */
+  /* parser/parser.nit:4680 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4622);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4680);
   }
-  /* ./parser//parser.nit:4624 */
+  /* parser/parser.nit:4682 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4624);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4682);
   }
-  /* ./parser//parser.nit:4626 */
+  /* parser/parser.nit:4684 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4626);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4684);
   }
-  /* ./parser//parser.nit:4628 */
+  /* parser/parser.nit:4686 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4628);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4686);
   }
-  /* ./parser//parser.nit:4630 */
+  /* parser/parser.nit:4688 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4630);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4688);
   }
-  /* ./parser//parser.nit:4632 */
+  /* parser/parser.nit:4690 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4632);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4690);
   }
-  /* ./parser//parser.nit:4634 */
+  /* parser/parser.nit:4692 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4634);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4692);
   }
-  /* ./parser//parser.nit:4635 */
+  /* parser/parser.nit:4693 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4647 */
+  /* parser/parser.nit:4705 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4648 */
+  /* parser/parser.nit:4706 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4648);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4706);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14552,7 +14730,7 @@ void parser___ReduceAction109___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4653;
+  fra.me.line = 4711;
   fra.me.meth = LOCATE_parser___ReduceAction109___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -14570,85 +14748,85 @@ void parser___ReduceAction109___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4655 */
+  /* parser/parser.nit:4713 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4656 */
+  /* parser/parser.nit:4714 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4657 */
+  /* parser/parser.nit:4715 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4658 */
+  /* parser/parser.nit:4716 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4659 */
+  /* parser/parser.nit:4717 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4660 */
+  /* parser/parser.nit:4718 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4661 */
+  /* parser/parser.nit:4719 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4662 */
+  /* parser/parser.nit:4720 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4663 */
+  /* parser/parser.nit:4721 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4664 */
+  /* parser/parser.nit:4722 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4665 */
+  /* parser/parser.nit:4723 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4667 */
+  /* parser/parser.nit:4725 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4667);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4725);
   }
-  /* ./parser//parser.nit:4669 */
+  /* parser/parser.nit:4727 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4669);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4727);
   }
-  /* ./parser//parser.nit:4671 */
+  /* parser/parser.nit:4729 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4671);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4729);
   }
-  /* ./parser//parser.nit:4673 */
+  /* parser/parser.nit:4731 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4673);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4731);
   }
-  /* ./parser//parser.nit:4675 */
+  /* parser/parser.nit:4733 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4675);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4733);
   }
-  /* ./parser//parser.nit:4677 */
+  /* parser/parser.nit:4735 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4677);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4735);
   }
-  /* ./parser//parser.nit:4679 */
+  /* parser/parser.nit:4737 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4679);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4737);
   }
-  /* ./parser//parser.nit:4681 */
+  /* parser/parser.nit:4739 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4681);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4739);
   }
-  /* ./parser//parser.nit:4682 */
+  /* parser/parser.nit:4740 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:4694 */
+  /* parser/parser.nit:4752 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4695 */
+  /* parser/parser.nit:4753 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4695);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4753);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14662,7 +14840,7 @@ void parser___ReduceAction110___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4700;
+  fra.me.line = 4758;
   fra.me.meth = LOCATE_parser___ReduceAction110___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -14678,69 +14856,69 @@ void parser___ReduceAction110___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4702 */
+  /* parser/parser.nit:4760 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4703 */
+  /* parser/parser.nit:4761 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4704 */
+  /* parser/parser.nit:4762 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4705 */
+  /* parser/parser.nit:4763 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4706 */
+  /* parser/parser.nit:4764 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4707 */
+  /* parser/parser.nit:4765 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4708 */
+  /* parser/parser.nit:4766 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4709 */
+  /* parser/parser.nit:4767 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4710 */
+  /* parser/parser.nit:4768 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4712 */
+  /* parser/parser.nit:4770 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4712);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4770);
   }
-  /* ./parser//parser.nit:4714 */
+  /* parser/parser.nit:4772 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4714);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4772);
   }
-  /* ./parser//parser.nit:4716 */
+  /* parser/parser.nit:4774 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4716);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4774);
   }
-  /* ./parser//parser.nit:4718 */
+  /* parser/parser.nit:4776 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4718);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4776);
   }
-  /* ./parser//parser.nit:4720 */
+  /* parser/parser.nit:4778 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4720);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4778);
   }
-  /* ./parser//parser.nit:4722 */
+  /* parser/parser.nit:4780 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4722);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4780);
   }
-  /* ./parser//parser.nit:4723 */
+  /* parser/parser.nit:4781 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4735 */
+  /* parser/parser.nit:4793 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4736 */
+  /* parser/parser.nit:4794 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4736);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4794);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14754,7 +14932,7 @@ void parser___ReduceAction111___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4741;
+  fra.me.line = 4799;
   fra.me.meth = LOCATE_parser___ReduceAction111___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -14771,77 +14949,77 @@ void parser___ReduceAction111___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4743 */
+  /* parser/parser.nit:4801 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4744 */
+  /* parser/parser.nit:4802 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4745 */
+  /* parser/parser.nit:4803 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4746 */
+  /* parser/parser.nit:4804 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4747 */
+  /* parser/parser.nit:4805 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4748 */
+  /* parser/parser.nit:4806 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4749 */
+  /* parser/parser.nit:4807 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4750 */
+  /* parser/parser.nit:4808 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4751 */
+  /* parser/parser.nit:4809 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4752 */
+  /* parser/parser.nit:4810 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4754 */
+  /* parser/parser.nit:4812 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4754);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4812);
   }
-  /* ./parser//parser.nit:4756 */
+  /* parser/parser.nit:4814 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4756);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4814);
   }
-  /* ./parser//parser.nit:4758 */
+  /* parser/parser.nit:4816 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4758);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4816);
   }
-  /* ./parser//parser.nit:4760 */
+  /* parser/parser.nit:4818 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4760);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4818);
   }
-  /* ./parser//parser.nit:4762 */
+  /* parser/parser.nit:4820 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4762);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4820);
   }
-  /* ./parser//parser.nit:4764 */
+  /* parser/parser.nit:4822 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4764);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4822);
   }
-  /* ./parser//parser.nit:4766 */
+  /* parser/parser.nit:4824 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4766);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4824);
   }
-  /* ./parser//parser.nit:4767 */
+  /* parser/parser.nit:4825 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4779 */
+  /* parser/parser.nit:4837 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4780 */
+  /* parser/parser.nit:4838 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4780);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4838);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14855,7 +15033,7 @@ void parser___ReduceAction112___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4785;
+  fra.me.line = 4843;
   fra.me.meth = LOCATE_parser___ReduceAction112___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -14872,77 +15050,77 @@ void parser___ReduceAction112___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4787 */
+  /* parser/parser.nit:4845 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4788 */
+  /* parser/parser.nit:4846 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4789 */
+  /* parser/parser.nit:4847 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4790 */
+  /* parser/parser.nit:4848 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4791 */
+  /* parser/parser.nit:4849 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4792 */
+  /* parser/parser.nit:4850 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4793 */
+  /* parser/parser.nit:4851 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4794 */
+  /* parser/parser.nit:4852 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4795 */
+  /* parser/parser.nit:4853 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4796 */
+  /* parser/parser.nit:4854 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4798 */
+  /* parser/parser.nit:4856 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4798);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4856);
   }
-  /* ./parser//parser.nit:4800 */
+  /* parser/parser.nit:4858 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4800);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4858);
   }
-  /* ./parser//parser.nit:4802 */
+  /* parser/parser.nit:4860 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4802);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4860);
   }
-  /* ./parser//parser.nit:4804 */
+  /* parser/parser.nit:4862 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4804);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4862);
   }
-  /* ./parser//parser.nit:4806 */
+  /* parser/parser.nit:4864 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4806);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4864);
   }
-  /* ./parser//parser.nit:4808 */
+  /* parser/parser.nit:4866 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4808);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4866);
   }
-  /* ./parser//parser.nit:4810 */
+  /* parser/parser.nit:4868 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4810);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4868);
   }
-  /* ./parser//parser.nit:4811 */
+  /* parser/parser.nit:4869 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], fra.me.REG[8], NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4823 */
+  /* parser/parser.nit:4881 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4824 */
+  /* parser/parser.nit:4882 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4824);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4882);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -14956,7 +15134,7 @@ void parser___ReduceAction113___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4829;
+  fra.me.line = 4887;
   fra.me.meth = LOCATE_parser___ReduceAction113___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -14974,85 +15152,85 @@ void parser___ReduceAction113___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4831 */
+  /* parser/parser.nit:4889 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4832 */
+  /* parser/parser.nit:4890 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4833 */
+  /* parser/parser.nit:4891 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4834 */
+  /* parser/parser.nit:4892 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4835 */
+  /* parser/parser.nit:4893 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4836 */
+  /* parser/parser.nit:4894 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4837 */
+  /* parser/parser.nit:4895 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4838 */
+  /* parser/parser.nit:4896 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4839 */
+  /* parser/parser.nit:4897 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4840 */
+  /* parser/parser.nit:4898 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4841 */
+  /* parser/parser.nit:4899 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4843 */
+  /* parser/parser.nit:4901 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4843);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4901);
   }
-  /* ./parser//parser.nit:4845 */
+  /* parser/parser.nit:4903 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4845);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4903);
   }
-  /* ./parser//parser.nit:4847 */
+  /* parser/parser.nit:4905 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4847);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4905);
   }
-  /* ./parser//parser.nit:4849 */
+  /* parser/parser.nit:4907 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4849);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4907);
   }
-  /* ./parser//parser.nit:4851 */
+  /* parser/parser.nit:4909 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4851);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4909);
   }
-  /* ./parser//parser.nit:4853 */
+  /* parser/parser.nit:4911 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4853);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4911);
   }
-  /* ./parser//parser.nit:4855 */
+  /* parser/parser.nit:4913 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4855);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4913);
   }
-  /* ./parser//parser.nit:4857 */
+  /* parser/parser.nit:4915 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4857);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4915);
   }
-  /* ./parser//parser.nit:4858 */
+  /* parser/parser.nit:4916 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4870 */
+  /* parser/parser.nit:4928 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4871 */
+  /* parser/parser.nit:4929 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4871);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4929);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15066,7 +15244,7 @@ void parser___ReduceAction114___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4876;
+  fra.me.line = 4934;
   fra.me.meth = LOCATE_parser___ReduceAction114___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -15083,77 +15261,77 @@ void parser___ReduceAction114___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4878 */
+  /* parser/parser.nit:4936 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4879 */
+  /* parser/parser.nit:4937 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4880 */
+  /* parser/parser.nit:4938 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4881 */
+  /* parser/parser.nit:4939 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4882 */
+  /* parser/parser.nit:4940 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4883 */
+  /* parser/parser.nit:4941 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4884 */
+  /* parser/parser.nit:4942 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4885 */
+  /* parser/parser.nit:4943 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4886 */
+  /* parser/parser.nit:4944 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4887 */
+  /* parser/parser.nit:4945 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4889 */
+  /* parser/parser.nit:4947 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4889);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4947);
   }
-  /* ./parser//parser.nit:4891 */
+  /* parser/parser.nit:4949 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4891);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4949);
   }
-  /* ./parser//parser.nit:4893 */
+  /* parser/parser.nit:4951 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4893);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4951);
   }
-  /* ./parser//parser.nit:4895 */
+  /* parser/parser.nit:4953 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4895);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4953);
   }
-  /* ./parser//parser.nit:4897 */
+  /* parser/parser.nit:4955 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4897);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4955);
   }
-  /* ./parser//parser.nit:4899 */
+  /* parser/parser.nit:4957 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4899);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4957);
   }
-  /* ./parser//parser.nit:4901 */
+  /* parser/parser.nit:4959 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4901);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4959);
   }
-  /* ./parser//parser.nit:4902 */
+  /* parser/parser.nit:4960 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4914 */
+  /* parser/parser.nit:4972 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4915 */
+  /* parser/parser.nit:4973 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4915);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4973);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15167,7 +15345,7 @@ void parser___ReduceAction115___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4920;
+  fra.me.line = 4978;
   fra.me.meth = LOCATE_parser___ReduceAction115___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -15185,85 +15363,85 @@ void parser___ReduceAction115___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4922 */
+  /* parser/parser.nit:4980 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4923 */
+  /* parser/parser.nit:4981 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4924 */
+  /* parser/parser.nit:4982 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4925 */
+  /* parser/parser.nit:4983 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4926 */
+  /* parser/parser.nit:4984 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4927 */
+  /* parser/parser.nit:4985 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4928 */
+  /* parser/parser.nit:4986 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4929 */
+  /* parser/parser.nit:4987 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4930 */
+  /* parser/parser.nit:4988 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4931 */
+  /* parser/parser.nit:4989 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4932 */
+  /* parser/parser.nit:4990 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4934 */
+  /* parser/parser.nit:4992 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4934);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4992);
   }
-  /* ./parser//parser.nit:4936 */
+  /* parser/parser.nit:4994 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4936);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4994);
   }
-  /* ./parser//parser.nit:4938 */
+  /* parser/parser.nit:4996 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4938);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4996);
   }
-  /* ./parser//parser.nit:4940 */
+  /* parser/parser.nit:4998 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4940);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 4998);
   }
-  /* ./parser//parser.nit:4942 */
+  /* parser/parser.nit:5000 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4942);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5000);
   }
-  /* ./parser//parser.nit:4944 */
+  /* parser/parser.nit:5002 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4944);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5002);
   }
-  /* ./parser//parser.nit:4946 */
+  /* parser/parser.nit:5004 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4946);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5004);
   }
-  /* ./parser//parser.nit:4948 */
+  /* parser/parser.nit:5006 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4948);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5006);
   }
-  /* ./parser//parser.nit:4949 */
+  /* parser/parser.nit:5007 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], NIT_NULL, fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:4961 */
+  /* parser/parser.nit:5019 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:4962 */
+  /* parser/parser.nit:5020 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 4962);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5020);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15277,7 +15455,7 @@ void parser___ReduceAction116___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 4967;
+  fra.me.line = 5025;
   fra.me.meth = LOCATE_parser___ReduceAction116___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -15295,85 +15473,85 @@ void parser___ReduceAction116___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:4969 */
+  /* parser/parser.nit:5027 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:4970 */
+  /* parser/parser.nit:5028 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4971 */
+  /* parser/parser.nit:5029 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4972 */
+  /* parser/parser.nit:5030 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4973 */
+  /* parser/parser.nit:5031 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4974 */
+  /* parser/parser.nit:5032 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4975 */
+  /* parser/parser.nit:5033 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4976 */
+  /* parser/parser.nit:5034 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4977 */
+  /* parser/parser.nit:5035 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4978 */
+  /* parser/parser.nit:5036 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4979 */
+  /* parser/parser.nit:5037 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:4981 */
+  /* parser/parser.nit:5039 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4981);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5039);
   }
-  /* ./parser//parser.nit:4983 */
+  /* parser/parser.nit:5041 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4983);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5041);
   }
-  /* ./parser//parser.nit:4985 */
+  /* parser/parser.nit:5043 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4985);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5043);
   }
-  /* ./parser//parser.nit:4987 */
+  /* parser/parser.nit:5045 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4987);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5045);
   }
-  /* ./parser//parser.nit:4989 */
+  /* parser/parser.nit:5047 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4989);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5047);
   }
-  /* ./parser//parser.nit:4991 */
+  /* parser/parser.nit:5049 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4991);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5049);
   }
-  /* ./parser//parser.nit:4993 */
+  /* parser/parser.nit:5051 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4993);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5051);
   }
-  /* ./parser//parser.nit:4995 */
+  /* parser/parser.nit:5053 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 4995);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5053);
   }
-  /* ./parser//parser.nit:4996 */
+  /* parser/parser.nit:5054 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5008 */
+  /* parser/parser.nit:5066 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5009 */
+  /* parser/parser.nit:5067 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5009);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5067);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15387,7 +15565,7 @@ void parser___ReduceAction117___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5014;
+  fra.me.line = 5072;
   fra.me.meth = LOCATE_parser___ReduceAction117___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 12;
@@ -15406,93 +15584,93 @@ void parser___ReduceAction117___action(val_t p0, val_t p1){
   fra.me.REG[11] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5016 */
+  /* parser/parser.nit:5074 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5017 */
+  /* parser/parser.nit:5075 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5018 */
+  /* parser/parser.nit:5076 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5019 */
+  /* parser/parser.nit:5077 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5020 */
+  /* parser/parser.nit:5078 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5021 */
+  /* parser/parser.nit:5079 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5022 */
+  /* parser/parser.nit:5080 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5023 */
+  /* parser/parser.nit:5081 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5024 */
+  /* parser/parser.nit:5082 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5025 */
+  /* parser/parser.nit:5083 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5026 */
+  /* parser/parser.nit:5084 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5027 */
+  /* parser/parser.nit:5085 */
   fra.me.REG[11] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5029 */
+  /* parser/parser.nit:5087 */
   REGB0 = TAG_Bool((fra.me.REG[11]==NIT_NULL) || VAL_ISA(fra.me.REG[11], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5029);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5087);
   }
-  /* ./parser//parser.nit:5031 */
+  /* parser/parser.nit:5089 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5031);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5089);
   }
-  /* ./parser//parser.nit:5033 */
+  /* parser/parser.nit:5091 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5033);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5091);
   }
-  /* ./parser//parser.nit:5035 */
+  /* parser/parser.nit:5093 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5035);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5093);
   }
-  /* ./parser//parser.nit:5037 */
+  /* parser/parser.nit:5095 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5037);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5095);
   }
-  /* ./parser//parser.nit:5039 */
+  /* parser/parser.nit:5097 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5039);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5097);
   }
-  /* ./parser//parser.nit:5041 */
+  /* parser/parser.nit:5099 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5041);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5099);
   }
-  /* ./parser//parser.nit:5043 */
+  /* parser/parser.nit:5101 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5043);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5101);
   }
-  /* ./parser//parser.nit:5045 */
+  /* parser/parser.nit:5103 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5045);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5103);
   }
-  /* ./parser//parser.nit:5046 */
+  /* parser/parser.nit:5104 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[11], fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5058 */
+  /* parser/parser.nit:5116 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5059 */
+  /* parser/parser.nit:5117 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5059);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5117);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15506,7 +15684,7 @@ void parser___ReduceAction118___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5064;
+  fra.me.line = 5122;
   fra.me.meth = LOCATE_parser___ReduceAction118___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -15520,49 +15698,49 @@ void parser___ReduceAction118___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5066 */
+  /* parser/parser.nit:5124 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5067 */
+  /* parser/parser.nit:5125 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5068 */
+  /* parser/parser.nit:5126 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5069 */
+  /* parser/parser.nit:5127 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5070 */
+  /* parser/parser.nit:5128 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5072 */
+  /* parser/parser.nit:5130 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5072);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5130);
   }
-  /* ./parser//parser.nit:5074 */
+  /* parser/parser.nit:5132 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5074);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5132);
   }
-  /* ./parser//parser.nit:5076 */
+  /* parser/parser.nit:5134 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5076);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5134);
   }
-  /* ./parser//parser.nit:5078 */
+  /* parser/parser.nit:5136 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5078);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5136);
   }
-  /* ./parser//parser.nit:5079 */
+  /* parser/parser.nit:5137 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[6], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:5091 */
+  /* parser/parser.nit:5149 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5092 */
+  /* parser/parser.nit:5150 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5092);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5150);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15576,7 +15754,7 @@ void parser___ReduceAction119___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5097;
+  fra.me.line = 5155;
   fra.me.meth = LOCATE_parser___ReduceAction119___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -15591,57 +15769,57 @@ void parser___ReduceAction119___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5099 */
+  /* parser/parser.nit:5157 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5100 */
+  /* parser/parser.nit:5158 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5101 */
+  /* parser/parser.nit:5159 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5102 */
+  /* parser/parser.nit:5160 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5103 */
+  /* parser/parser.nit:5161 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5104 */
+  /* parser/parser.nit:5162 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5106 */
+  /* parser/parser.nit:5164 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5106);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5164);
   }
-  /* ./parser//parser.nit:5108 */
+  /* parser/parser.nit:5166 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5108);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5166);
   }
-  /* ./parser//parser.nit:5110 */
+  /* parser/parser.nit:5168 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5110);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5168);
   }
-  /* ./parser//parser.nit:5112 */
+  /* parser/parser.nit:5170 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5112);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5170);
   }
-  /* ./parser//parser.nit:5114 */
+  /* parser/parser.nit:5172 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5114);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5172);
   }
-  /* ./parser//parser.nit:5115 */
+  /* parser/parser.nit:5173 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:5127 */
+  /* parser/parser.nit:5185 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5128 */
+  /* parser/parser.nit:5186 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5128);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5186);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15655,7 +15833,7 @@ void parser___ReduceAction120___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5133;
+  fra.me.line = 5191;
   fra.me.meth = LOCATE_parser___ReduceAction120___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -15670,57 +15848,57 @@ void parser___ReduceAction120___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5135 */
+  /* parser/parser.nit:5193 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5136 */
+  /* parser/parser.nit:5194 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5137 */
+  /* parser/parser.nit:5195 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5138 */
+  /* parser/parser.nit:5196 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5139 */
+  /* parser/parser.nit:5197 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5140 */
+  /* parser/parser.nit:5198 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5142 */
+  /* parser/parser.nit:5200 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5142);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5200);
   }
-  /* ./parser//parser.nit:5144 */
+  /* parser/parser.nit:5202 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5144);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5202);
   }
-  /* ./parser//parser.nit:5146 */
+  /* parser/parser.nit:5204 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5146);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5204);
   }
-  /* ./parser//parser.nit:5148 */
+  /* parser/parser.nit:5206 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5148);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5206);
   }
-  /* ./parser//parser.nit:5150 */
+  /* parser/parser.nit:5208 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5150);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5208);
   }
-  /* ./parser//parser.nit:5151 */
+  /* parser/parser.nit:5209 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:5163 */
+  /* parser/parser.nit:5221 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5164 */
+  /* parser/parser.nit:5222 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5164);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5222);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15734,7 +15912,7 @@ void parser___ReduceAction121___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5169;
+  fra.me.line = 5227;
   fra.me.meth = LOCATE_parser___ReduceAction121___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -15750,65 +15928,65 @@ void parser___ReduceAction121___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5171 */
+  /* parser/parser.nit:5229 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5172 */
+  /* parser/parser.nit:5230 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5173 */
+  /* parser/parser.nit:5231 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5174 */
+  /* parser/parser.nit:5232 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5175 */
+  /* parser/parser.nit:5233 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5176 */
+  /* parser/parser.nit:5234 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5177 */
+  /* parser/parser.nit:5235 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5179 */
+  /* parser/parser.nit:5237 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5179);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5237);
   }
-  /* ./parser//parser.nit:5181 */
+  /* parser/parser.nit:5239 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5181);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5239);
   }
-  /* ./parser//parser.nit:5183 */
+  /* parser/parser.nit:5241 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5183);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5241);
   }
-  /* ./parser//parser.nit:5185 */
+  /* parser/parser.nit:5243 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5185);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5243);
   }
-  /* ./parser//parser.nit:5187 */
+  /* parser/parser.nit:5245 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5187);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5245);
   }
-  /* ./parser//parser.nit:5189 */
+  /* parser/parser.nit:5247 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5189);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5247);
   }
-  /* ./parser//parser.nit:5190 */
+  /* parser/parser.nit:5248 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:5202 */
+  /* parser/parser.nit:5260 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5203 */
+  /* parser/parser.nit:5261 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5203);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5261);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15822,7 +16000,7 @@ void parser___ReduceAction122___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5208;
+  fra.me.line = 5266;
   fra.me.meth = LOCATE_parser___ReduceAction122___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -15837,57 +16015,57 @@ void parser___ReduceAction122___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5210 */
+  /* parser/parser.nit:5268 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5211 */
+  /* parser/parser.nit:5269 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5212 */
+  /* parser/parser.nit:5270 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5213 */
+  /* parser/parser.nit:5271 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5214 */
+  /* parser/parser.nit:5272 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5215 */
+  /* parser/parser.nit:5273 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5217 */
+  /* parser/parser.nit:5275 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5217);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5275);
   }
-  /* ./parser//parser.nit:5219 */
+  /* parser/parser.nit:5277 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5219);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5277);
   }
-  /* ./parser//parser.nit:5221 */
+  /* parser/parser.nit:5279 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5221);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5279);
   }
-  /* ./parser//parser.nit:5223 */
+  /* parser/parser.nit:5281 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5223);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5281);
   }
-  /* ./parser//parser.nit:5225 */
+  /* parser/parser.nit:5283 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5225);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5283);
   }
-  /* ./parser//parser.nit:5226 */
+  /* parser/parser.nit:5284 */
   fra.me.REG[4] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[3], NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:5238 */
+  /* parser/parser.nit:5296 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:5239 */
+  /* parser/parser.nit:5297 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5239);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5297);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15901,7 +16079,7 @@ void parser___ReduceAction123___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5244;
+  fra.me.line = 5302;
   fra.me.meth = LOCATE_parser___ReduceAction123___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -15917,65 +16095,65 @@ void parser___ReduceAction123___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5246 */
+  /* parser/parser.nit:5304 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5247 */
+  /* parser/parser.nit:5305 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5248 */
+  /* parser/parser.nit:5306 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5249 */
+  /* parser/parser.nit:5307 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5250 */
+  /* parser/parser.nit:5308 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5251 */
+  /* parser/parser.nit:5309 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5252 */
+  /* parser/parser.nit:5310 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5254 */
+  /* parser/parser.nit:5312 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5254);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5312);
   }
-  /* ./parser//parser.nit:5256 */
+  /* parser/parser.nit:5314 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5256);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5314);
   }
-  /* ./parser//parser.nit:5258 */
+  /* parser/parser.nit:5316 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5258);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5316);
   }
-  /* ./parser//parser.nit:5260 */
+  /* parser/parser.nit:5318 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5260);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5318);
   }
-  /* ./parser//parser.nit:5262 */
+  /* parser/parser.nit:5320 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5262);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5320);
   }
-  /* ./parser//parser.nit:5264 */
+  /* parser/parser.nit:5322 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5264);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5322);
   }
-  /* ./parser//parser.nit:5265 */
+  /* parser/parser.nit:5323 */
   fra.me.REG[4] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[3], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:5277 */
+  /* parser/parser.nit:5335 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:5278 */
+  /* parser/parser.nit:5336 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5278);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5336);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -15989,7 +16167,7 @@ void parser___ReduceAction124___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5283;
+  fra.me.line = 5341;
   fra.me.meth = LOCATE_parser___ReduceAction124___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -16005,65 +16183,65 @@ void parser___ReduceAction124___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5285 */
+  /* parser/parser.nit:5343 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5286 */
+  /* parser/parser.nit:5344 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5287 */
+  /* parser/parser.nit:5345 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5288 */
+  /* parser/parser.nit:5346 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5289 */
+  /* parser/parser.nit:5347 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5290 */
+  /* parser/parser.nit:5348 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5291 */
+  /* parser/parser.nit:5349 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5293 */
+  /* parser/parser.nit:5351 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5293);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5351);
   }
-  /* ./parser//parser.nit:5295 */
+  /* parser/parser.nit:5353 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5295);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5353);
   }
-  /* ./parser//parser.nit:5297 */
+  /* parser/parser.nit:5355 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5297);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5355);
   }
-  /* ./parser//parser.nit:5299 */
+  /* parser/parser.nit:5357 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5299);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5357);
   }
-  /* ./parser//parser.nit:5301 */
+  /* parser/parser.nit:5359 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5301);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5359);
   }
-  /* ./parser//parser.nit:5303 */
+  /* parser/parser.nit:5361 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5303);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5361);
   }
-  /* ./parser//parser.nit:5304 */
+  /* parser/parser.nit:5362 */
   fra.me.REG[4] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[3], NIT_NULL, fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], NIT_NULL);
-  /* ./parser//parser.nit:5316 */
+  /* parser/parser.nit:5374 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:5317 */
+  /* parser/parser.nit:5375 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5317);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5375);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16077,7 +16255,7 @@ void parser___ReduceAction125___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5322;
+  fra.me.line = 5380;
   fra.me.meth = LOCATE_parser___ReduceAction125___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -16094,73 +16272,73 @@ void parser___ReduceAction125___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5324 */
+  /* parser/parser.nit:5382 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5325 */
+  /* parser/parser.nit:5383 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5326 */
+  /* parser/parser.nit:5384 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5327 */
+  /* parser/parser.nit:5385 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5328 */
+  /* parser/parser.nit:5386 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5329 */
+  /* parser/parser.nit:5387 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5330 */
+  /* parser/parser.nit:5388 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5331 */
+  /* parser/parser.nit:5389 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5333 */
+  /* parser/parser.nit:5391 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5333);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5391);
   }
-  /* ./parser//parser.nit:5335 */
+  /* parser/parser.nit:5393 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5335);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5393);
   }
-  /* ./parser//parser.nit:5337 */
+  /* parser/parser.nit:5395 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5337);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5395);
   }
-  /* ./parser//parser.nit:5339 */
+  /* parser/parser.nit:5397 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5339);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5397);
   }
-  /* ./parser//parser.nit:5341 */
+  /* parser/parser.nit:5399 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5341);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5399);
   }
-  /* ./parser//parser.nit:5343 */
+  /* parser/parser.nit:5401 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5343);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5401);
   }
-  /* ./parser//parser.nit:5345 */
+  /* parser/parser.nit:5403 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5345);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5403);
   }
-  /* ./parser//parser.nit:5346 */
+  /* parser/parser.nit:5404 */
   fra.me.REG[4] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[3], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], NIT_NULL);
-  /* ./parser//parser.nit:5358 */
+  /* parser/parser.nit:5416 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:5359 */
+  /* parser/parser.nit:5417 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5359);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5417);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16174,7 +16352,7 @@ void parser___ReduceAction126___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5364;
+  fra.me.line = 5422;
   fra.me.meth = LOCATE_parser___ReduceAction126___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -16189,61 +16367,61 @@ void parser___ReduceAction126___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5366 */
+  /* parser/parser.nit:5424 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5367 */
+  /* parser/parser.nit:5425 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5368 */
+  /* parser/parser.nit:5426 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5369 */
+  /* parser/parser.nit:5427 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5370 */
+  /* parser/parser.nit:5428 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5371 */
+  /* parser/parser.nit:5429 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5372 */
+  /* parser/parser.nit:5430 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5373 */
+  /* parser/parser.nit:5431 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5375 */
+  /* parser/parser.nit:5433 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5375);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5433);
   }
-  /* ./parser//parser.nit:5377 */
+  /* parser/parser.nit:5435 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5377);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5435);
   }
-  /* ./parser//parser.nit:5379 */
+  /* parser/parser.nit:5437 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5379);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5437);
   }
-  /* ./parser//parser.nit:5381 */
+  /* parser/parser.nit:5439 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5381);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5439);
   }
-  /* ./parser//parser.nit:5383 */
+  /* parser/parser.nit:5441 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5383);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5441);
   }
-  /* ./parser//parser.nit:5384 */
+  /* parser/parser.nit:5442 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[7], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:5396 */
+  /* parser/parser.nit:5454 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5397 */
+  /* parser/parser.nit:5455 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5397);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5455);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16257,7 +16435,7 @@ void parser___ReduceAction127___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5402;
+  fra.me.line = 5460;
   fra.me.meth = LOCATE_parser___ReduceAction127___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -16273,69 +16451,69 @@ void parser___ReduceAction127___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5404 */
+  /* parser/parser.nit:5462 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5405 */
+  /* parser/parser.nit:5463 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5406 */
+  /* parser/parser.nit:5464 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5407 */
+  /* parser/parser.nit:5465 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5408 */
+  /* parser/parser.nit:5466 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5409 */
+  /* parser/parser.nit:5467 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5410 */
+  /* parser/parser.nit:5468 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5411 */
+  /* parser/parser.nit:5469 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5412 */
+  /* parser/parser.nit:5470 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5414 */
+  /* parser/parser.nit:5472 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5414);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5472);
   }
-  /* ./parser//parser.nit:5416 */
+  /* parser/parser.nit:5474 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5416);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5474);
   }
-  /* ./parser//parser.nit:5418 */
+  /* parser/parser.nit:5476 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5418);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5476);
   }
-  /* ./parser//parser.nit:5420 */
+  /* parser/parser.nit:5478 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5420);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5478);
   }
-  /* ./parser//parser.nit:5422 */
+  /* parser/parser.nit:5480 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5422);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5480);
   }
-  /* ./parser//parser.nit:5424 */
+  /* parser/parser.nit:5482 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5424);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5482);
   }
-  /* ./parser//parser.nit:5425 */
+  /* parser/parser.nit:5483 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:5437 */
+  /* parser/parser.nit:5495 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5438 */
+  /* parser/parser.nit:5496 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5438);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5496);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16349,7 +16527,7 @@ void parser___ReduceAction128___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5443;
+  fra.me.line = 5501;
   fra.me.meth = LOCATE_parser___ReduceAction128___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -16365,69 +16543,69 @@ void parser___ReduceAction128___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5445 */
+  /* parser/parser.nit:5503 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5446 */
+  /* parser/parser.nit:5504 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5447 */
+  /* parser/parser.nit:5505 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5448 */
+  /* parser/parser.nit:5506 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5449 */
+  /* parser/parser.nit:5507 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5450 */
+  /* parser/parser.nit:5508 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5451 */
+  /* parser/parser.nit:5509 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5452 */
+  /* parser/parser.nit:5510 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5453 */
+  /* parser/parser.nit:5511 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5455 */
+  /* parser/parser.nit:5513 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5455);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5513);
   }
-  /* ./parser//parser.nit:5457 */
+  /* parser/parser.nit:5515 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5457);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5515);
   }
-  /* ./parser//parser.nit:5459 */
+  /* parser/parser.nit:5517 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5459);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5517);
   }
-  /* ./parser//parser.nit:5461 */
+  /* parser/parser.nit:5519 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5461);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5519);
   }
-  /* ./parser//parser.nit:5463 */
+  /* parser/parser.nit:5521 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5463);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5521);
   }
-  /* ./parser//parser.nit:5465 */
+  /* parser/parser.nit:5523 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5465);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5523);
   }
-  /* ./parser//parser.nit:5466 */
+  /* parser/parser.nit:5524 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, NIT_NULL, NIT_NULL, fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5478 */
+  /* parser/parser.nit:5536 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5479 */
+  /* parser/parser.nit:5537 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5479);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5537);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16441,7 +16619,7 @@ void parser___ReduceAction129___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5484;
+  fra.me.line = 5542;
   fra.me.meth = LOCATE_parser___ReduceAction129___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -16458,77 +16636,77 @@ void parser___ReduceAction129___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5486 */
+  /* parser/parser.nit:5544 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5487 */
+  /* parser/parser.nit:5545 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5488 */
+  /* parser/parser.nit:5546 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5489 */
+  /* parser/parser.nit:5547 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5490 */
+  /* parser/parser.nit:5548 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5491 */
+  /* parser/parser.nit:5549 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5492 */
+  /* parser/parser.nit:5550 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5493 */
+  /* parser/parser.nit:5551 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5494 */
+  /* parser/parser.nit:5552 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5495 */
+  /* parser/parser.nit:5553 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5497 */
+  /* parser/parser.nit:5555 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5497);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5555);
   }
-  /* ./parser//parser.nit:5499 */
+  /* parser/parser.nit:5557 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5499);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5557);
   }
-  /* ./parser//parser.nit:5501 */
+  /* parser/parser.nit:5559 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5501);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5559);
   }
-  /* ./parser//parser.nit:5503 */
+  /* parser/parser.nit:5561 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5503);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5561);
   }
-  /* ./parser//parser.nit:5505 */
+  /* parser/parser.nit:5563 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5505);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5563);
   }
-  /* ./parser//parser.nit:5507 */
+  /* parser/parser.nit:5565 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5507);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5565);
   }
-  /* ./parser//parser.nit:5509 */
+  /* parser/parser.nit:5567 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5509);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5567);
   }
-  /* ./parser//parser.nit:5510 */
+  /* parser/parser.nit:5568 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5522 */
+  /* parser/parser.nit:5580 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5523 */
+  /* parser/parser.nit:5581 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5523);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5581);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16542,7 +16720,7 @@ void parser___ReduceAction130___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5528;
+  fra.me.line = 5586;
   fra.me.meth = LOCATE_parser___ReduceAction130___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -16558,69 +16736,69 @@ void parser___ReduceAction130___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5530 */
+  /* parser/parser.nit:5588 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5531 */
+  /* parser/parser.nit:5589 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5532 */
+  /* parser/parser.nit:5590 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5533 */
+  /* parser/parser.nit:5591 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5534 */
+  /* parser/parser.nit:5592 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5535 */
+  /* parser/parser.nit:5593 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5536 */
+  /* parser/parser.nit:5594 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5537 */
+  /* parser/parser.nit:5595 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5538 */
+  /* parser/parser.nit:5596 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5540 */
+  /* parser/parser.nit:5598 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5540);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5598);
   }
-  /* ./parser//parser.nit:5542 */
+  /* parser/parser.nit:5600 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5542);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5600);
   }
-  /* ./parser//parser.nit:5544 */
+  /* parser/parser.nit:5602 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5544);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5602);
   }
-  /* ./parser//parser.nit:5546 */
+  /* parser/parser.nit:5604 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5546);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5604);
   }
-  /* ./parser//parser.nit:5548 */
+  /* parser/parser.nit:5606 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5548);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5606);
   }
-  /* ./parser//parser.nit:5550 */
+  /* parser/parser.nit:5608 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5550);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5608);
   }
-  /* ./parser//parser.nit:5551 */
+  /* parser/parser.nit:5609 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:5563 */
+  /* parser/parser.nit:5621 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5564 */
+  /* parser/parser.nit:5622 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5564);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5622);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16634,7 +16812,7 @@ void parser___ReduceAction131___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5569;
+  fra.me.line = 5627;
   fra.me.meth = LOCATE_parser___ReduceAction131___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -16651,77 +16829,77 @@ void parser___ReduceAction131___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5571 */
+  /* parser/parser.nit:5629 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5572 */
+  /* parser/parser.nit:5630 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5573 */
+  /* parser/parser.nit:5631 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5574 */
+  /* parser/parser.nit:5632 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5575 */
+  /* parser/parser.nit:5633 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5576 */
+  /* parser/parser.nit:5634 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5577 */
+  /* parser/parser.nit:5635 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5578 */
+  /* parser/parser.nit:5636 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5579 */
+  /* parser/parser.nit:5637 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5580 */
+  /* parser/parser.nit:5638 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5582 */
+  /* parser/parser.nit:5640 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5582);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5640);
   }
-  /* ./parser//parser.nit:5584 */
+  /* parser/parser.nit:5642 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5584);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5642);
   }
-  /* ./parser//parser.nit:5586 */
+  /* parser/parser.nit:5644 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5586);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5644);
   }
-  /* ./parser//parser.nit:5588 */
+  /* parser/parser.nit:5646 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5588);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5646);
   }
-  /* ./parser//parser.nit:5590 */
+  /* parser/parser.nit:5648 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5590);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5648);
   }
-  /* ./parser//parser.nit:5592 */
+  /* parser/parser.nit:5650 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5592);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5650);
   }
-  /* ./parser//parser.nit:5594 */
+  /* parser/parser.nit:5652 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5594);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5652);
   }
-  /* ./parser//parser.nit:5595 */
+  /* parser/parser.nit:5653 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[4], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:5607 */
+  /* parser/parser.nit:5665 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5608 */
+  /* parser/parser.nit:5666 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5608);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5666);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16735,7 +16913,7 @@ void parser___ReduceAction132___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5613;
+  fra.me.line = 5671;
   fra.me.meth = LOCATE_parser___ReduceAction132___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -16752,77 +16930,77 @@ void parser___ReduceAction132___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5615 */
+  /* parser/parser.nit:5673 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5616 */
+  /* parser/parser.nit:5674 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5617 */
+  /* parser/parser.nit:5675 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5618 */
+  /* parser/parser.nit:5676 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5619 */
+  /* parser/parser.nit:5677 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5620 */
+  /* parser/parser.nit:5678 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5621 */
+  /* parser/parser.nit:5679 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5622 */
+  /* parser/parser.nit:5680 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5623 */
+  /* parser/parser.nit:5681 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5624 */
+  /* parser/parser.nit:5682 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5626 */
+  /* parser/parser.nit:5684 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5626);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5684);
   }
-  /* ./parser//parser.nit:5628 */
+  /* parser/parser.nit:5686 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5628);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5686);
   }
-  /* ./parser//parser.nit:5630 */
+  /* parser/parser.nit:5688 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5630);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5688);
   }
-  /* ./parser//parser.nit:5632 */
+  /* parser/parser.nit:5690 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5632);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5690);
   }
-  /* ./parser//parser.nit:5634 */
+  /* parser/parser.nit:5692 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5634);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5692);
   }
-  /* ./parser//parser.nit:5636 */
+  /* parser/parser.nit:5694 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5636);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5694);
   }
-  /* ./parser//parser.nit:5638 */
+  /* parser/parser.nit:5696 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5638);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5696);
   }
-  /* ./parser//parser.nit:5639 */
+  /* parser/parser.nit:5697 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[8], fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:5651 */
+  /* parser/parser.nit:5709 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5652 */
+  /* parser/parser.nit:5710 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5652);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5710);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16836,7 +17014,7 @@ void parser___ReduceAction133___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5657;
+  fra.me.line = 5715;
   fra.me.meth = LOCATE_parser___ReduceAction133___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -16854,85 +17032,85 @@ void parser___ReduceAction133___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5659 */
+  /* parser/parser.nit:5717 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5660 */
+  /* parser/parser.nit:5718 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5661 */
+  /* parser/parser.nit:5719 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5662 */
+  /* parser/parser.nit:5720 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5663 */
+  /* parser/parser.nit:5721 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5664 */
+  /* parser/parser.nit:5722 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5665 */
+  /* parser/parser.nit:5723 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5666 */
+  /* parser/parser.nit:5724 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5667 */
+  /* parser/parser.nit:5725 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5668 */
+  /* parser/parser.nit:5726 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5669 */
+  /* parser/parser.nit:5727 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5671 */
+  /* parser/parser.nit:5729 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5671);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5729);
   }
-  /* ./parser//parser.nit:5673 */
+  /* parser/parser.nit:5731 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAble, ID_parser___parser_nodes___AAble)) /*cast nullable AAble*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5673);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5731);
   }
-  /* ./parser//parser.nit:5675 */
+  /* parser/parser.nit:5733 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5675);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5733);
   }
-  /* ./parser//parser.nit:5677 */
+  /* parser/parser.nit:5735 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5677);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5735);
   }
-  /* ./parser//parser.nit:5679 */
+  /* parser/parser.nit:5737 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5679);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5737);
   }
-  /* ./parser//parser.nit:5681 */
+  /* parser/parser.nit:5739 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5681);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5739);
   }
-  /* ./parser//parser.nit:5683 */
+  /* parser/parser.nit:5741 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5683);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5741);
   }
-  /* ./parser//parser.nit:5685 */
+  /* parser/parser.nit:5743 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5685);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5743);
   }
-  /* ./parser//parser.nit:5686 */
+  /* parser/parser.nit:5744 */
   fra.me.REG[3] = NEW_AAttrPropdef_parser___parser_prod___AAttrPropdef___init_aattrpropdef(fra.me.REG[10], NIT_NULL, fra.me.REG[4], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:5698 */
+  /* parser/parser.nit:5756 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5699 */
+  /* parser/parser.nit:5757 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5699);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5757);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -16946,7 +17124,7 @@ void parser___ReduceAction134___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5704;
+  fra.me.line = 5762;
   fra.me.meth = LOCATE_parser___ReduceAction134___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -16961,59 +17139,59 @@ void parser___ReduceAction134___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5706 */
+  /* parser/parser.nit:5764 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5707 */
+  /* parser/parser.nit:5765 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5708 */
+  /* parser/parser.nit:5766 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5709 */
+  /* parser/parser.nit:5767 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5710 */
+  /* parser/parser.nit:5768 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5711 */
+  /* parser/parser.nit:5769 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5712 */
+  /* parser/parser.nit:5770 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5714 */
+  /* parser/parser.nit:5772 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5714);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5772);
   }
-  /* ./parser//parser.nit:5716 */
+  /* parser/parser.nit:5774 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5716);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5774);
   }
-  /* ./parser//parser.nit:5718 */
+  /* parser/parser.nit:5776 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5718);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5776);
   }
-  /* ./parser//parser.nit:5720 */
+  /* parser/parser.nit:5778 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5720);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5778);
   }
-  /* ./parser//parser.nit:5722 */
+  /* parser/parser.nit:5780 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5722);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5780);
   }
-  /* ./parser//parser.nit:5723 */
+  /* parser/parser.nit:5781 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5732 */
+  /* parser/parser.nit:5790 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5733 */
+  /* parser/parser.nit:5791 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5733);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5791);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17027,7 +17205,7 @@ void parser___ReduceAction135___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5738;
+  fra.me.line = 5796;
   fra.me.meth = LOCATE_parser___ReduceAction135___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -17043,67 +17221,67 @@ void parser___ReduceAction135___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5740 */
+  /* parser/parser.nit:5798 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5741 */
+  /* parser/parser.nit:5799 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5742 */
+  /* parser/parser.nit:5800 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5743 */
+  /* parser/parser.nit:5801 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5744 */
+  /* parser/parser.nit:5802 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5745 */
+  /* parser/parser.nit:5803 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5746 */
+  /* parser/parser.nit:5804 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5747 */
+  /* parser/parser.nit:5805 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5749 */
+  /* parser/parser.nit:5807 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5749);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5807);
   }
-  /* ./parser//parser.nit:5751 */
+  /* parser/parser.nit:5809 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5751);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5809);
   }
-  /* ./parser//parser.nit:5753 */
+  /* parser/parser.nit:5811 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5753);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5811);
   }
-  /* ./parser//parser.nit:5755 */
+  /* parser/parser.nit:5813 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5755);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5813);
   }
-  /* ./parser//parser.nit:5757 */
+  /* parser/parser.nit:5815 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5757);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5815);
   }
-  /* ./parser//parser.nit:5759 */
+  /* parser/parser.nit:5817 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5759);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5817);
   }
-  /* ./parser//parser.nit:5760 */
+  /* parser/parser.nit:5818 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5769 */
+  /* parser/parser.nit:5827 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5770 */
+  /* parser/parser.nit:5828 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5770);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5828);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17117,7 +17295,7 @@ void parser___ReduceAction136___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5775;
+  fra.me.line = 5833;
   fra.me.meth = LOCATE_parser___ReduceAction136___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -17133,67 +17311,67 @@ void parser___ReduceAction136___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5777 */
+  /* parser/parser.nit:5835 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5778 */
+  /* parser/parser.nit:5836 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5779 */
+  /* parser/parser.nit:5837 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5780 */
+  /* parser/parser.nit:5838 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5781 */
+  /* parser/parser.nit:5839 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5782 */
+  /* parser/parser.nit:5840 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5783 */
+  /* parser/parser.nit:5841 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5784 */
+  /* parser/parser.nit:5842 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5786 */
+  /* parser/parser.nit:5844 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5786);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5844);
   }
-  /* ./parser//parser.nit:5788 */
+  /* parser/parser.nit:5846 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5788);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5846);
   }
-  /* ./parser//parser.nit:5790 */
+  /* parser/parser.nit:5848 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5790);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5848);
   }
-  /* ./parser//parser.nit:5792 */
+  /* parser/parser.nit:5850 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5792);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5850);
   }
-  /* ./parser//parser.nit:5794 */
+  /* parser/parser.nit:5852 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5794);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5852);
   }
-  /* ./parser//parser.nit:5796 */
+  /* parser/parser.nit:5854 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5796);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5854);
   }
-  /* ./parser//parser.nit:5797 */
+  /* parser/parser.nit:5855 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5806 */
+  /* parser/parser.nit:5864 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5807 */
+  /* parser/parser.nit:5865 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5807);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5865);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17207,7 +17385,7 @@ void parser___ReduceAction137___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5812;
+  fra.me.line = 5870;
   fra.me.meth = LOCATE_parser___ReduceAction137___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -17224,75 +17402,75 @@ void parser___ReduceAction137___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5814 */
+  /* parser/parser.nit:5872 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5815 */
+  /* parser/parser.nit:5873 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5816 */
+  /* parser/parser.nit:5874 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5817 */
+  /* parser/parser.nit:5875 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5818 */
+  /* parser/parser.nit:5876 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5819 */
+  /* parser/parser.nit:5877 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5820 */
+  /* parser/parser.nit:5878 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5821 */
+  /* parser/parser.nit:5879 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5822 */
+  /* parser/parser.nit:5880 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5824 */
+  /* parser/parser.nit:5882 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5824);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5882);
   }
-  /* ./parser//parser.nit:5826 */
+  /* parser/parser.nit:5884 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5826);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5884);
   }
-  /* ./parser//parser.nit:5828 */
+  /* parser/parser.nit:5886 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5828);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5886);
   }
-  /* ./parser//parser.nit:5830 */
+  /* parser/parser.nit:5888 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5830);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5888);
   }
-  /* ./parser//parser.nit:5832 */
+  /* parser/parser.nit:5890 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5832);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5890);
   }
-  /* ./parser//parser.nit:5834 */
+  /* parser/parser.nit:5892 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5834);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5892);
   }
-  /* ./parser//parser.nit:5836 */
+  /* parser/parser.nit:5894 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5836);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5894);
   }
-  /* ./parser//parser.nit:5837 */
+  /* parser/parser.nit:5895 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5846 */
+  /* parser/parser.nit:5904 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5847 */
+  /* parser/parser.nit:5905 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5847);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5905);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17306,7 +17484,7 @@ void parser___ReduceAction138___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5852;
+  fra.me.line = 5910;
   fra.me.meth = LOCATE_parser___ReduceAction138___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -17321,61 +17499,61 @@ void parser___ReduceAction138___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5854 */
+  /* parser/parser.nit:5912 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5855 */
+  /* parser/parser.nit:5913 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5856 */
+  /* parser/parser.nit:5914 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5857 */
+  /* parser/parser.nit:5915 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5858 */
+  /* parser/parser.nit:5916 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5859 */
+  /* parser/parser.nit:5917 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5860 */
+  /* parser/parser.nit:5918 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5861 */
+  /* parser/parser.nit:5919 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5863 */
+  /* parser/parser.nit:5921 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5863);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5921);
   }
-  /* ./parser//parser.nit:5865 */
+  /* parser/parser.nit:5923 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5865);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5923);
   }
-  /* ./parser//parser.nit:5867 */
+  /* parser/parser.nit:5925 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5867);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5925);
   }
-  /* ./parser//parser.nit:5869 */
+  /* parser/parser.nit:5927 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5869);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5927);
   }
-  /* ./parser//parser.nit:5871 */
+  /* parser/parser.nit:5929 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5871);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5929);
   }
-  /* ./parser//parser.nit:5872 */
+  /* parser/parser.nit:5930 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5881 */
+  /* parser/parser.nit:5939 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5882 */
+  /* parser/parser.nit:5940 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5882);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5940);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17389,7 +17567,7 @@ void parser___ReduceAction139___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5887;
+  fra.me.line = 5945;
   fra.me.meth = LOCATE_parser___ReduceAction139___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -17405,69 +17583,69 @@ void parser___ReduceAction139___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5889 */
+  /* parser/parser.nit:5947 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5890 */
+  /* parser/parser.nit:5948 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5891 */
+  /* parser/parser.nit:5949 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5892 */
+  /* parser/parser.nit:5950 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5893 */
+  /* parser/parser.nit:5951 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5894 */
+  /* parser/parser.nit:5952 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5895 */
+  /* parser/parser.nit:5953 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5896 */
+  /* parser/parser.nit:5954 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5897 */
+  /* parser/parser.nit:5955 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5899 */
+  /* parser/parser.nit:5957 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5899);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5957);
   }
-  /* ./parser//parser.nit:5901 */
+  /* parser/parser.nit:5959 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5901);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5959);
   }
-  /* ./parser//parser.nit:5903 */
+  /* parser/parser.nit:5961 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5903);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5961);
   }
-  /* ./parser//parser.nit:5905 */
+  /* parser/parser.nit:5963 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5905);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5963);
   }
-  /* ./parser//parser.nit:5907 */
+  /* parser/parser.nit:5965 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5907);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5965);
   }
-  /* ./parser//parser.nit:5909 */
+  /* parser/parser.nit:5967 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5909);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5967);
   }
-  /* ./parser//parser.nit:5910 */
+  /* parser/parser.nit:5968 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5919 */
+  /* parser/parser.nit:5977 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5920 */
+  /* parser/parser.nit:5978 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5920);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5978);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17481,7 +17659,7 @@ void parser___ReduceAction140___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5925;
+  fra.me.line = 5983;
   fra.me.meth = LOCATE_parser___ReduceAction140___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -17497,69 +17675,69 @@ void parser___ReduceAction140___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5927 */
+  /* parser/parser.nit:5985 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5928 */
+  /* parser/parser.nit:5986 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5929 */
+  /* parser/parser.nit:5987 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5930 */
+  /* parser/parser.nit:5988 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5931 */
+  /* parser/parser.nit:5989 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5932 */
+  /* parser/parser.nit:5990 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5933 */
+  /* parser/parser.nit:5991 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5934 */
+  /* parser/parser.nit:5992 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5935 */
+  /* parser/parser.nit:5993 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5937 */
+  /* parser/parser.nit:5995 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5937);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5995);
   }
-  /* ./parser//parser.nit:5939 */
+  /* parser/parser.nit:5997 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5939);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5997);
   }
-  /* ./parser//parser.nit:5941 */
+  /* parser/parser.nit:5999 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5941);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 5999);
   }
-  /* ./parser//parser.nit:5943 */
+  /* parser/parser.nit:6001 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5943);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6001);
   }
-  /* ./parser//parser.nit:5945 */
+  /* parser/parser.nit:6003 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5945);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6003);
   }
-  /* ./parser//parser.nit:5947 */
+  /* parser/parser.nit:6005 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5947);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6005);
   }
-  /* ./parser//parser.nit:5948 */
+  /* parser/parser.nit:6006 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5957 */
+  /* parser/parser.nit:6015 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5958 */
+  /* parser/parser.nit:6016 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5958);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6016);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17573,7 +17751,7 @@ void parser___ReduceAction141___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 5963;
+  fra.me.line = 6021;
   fra.me.meth = LOCATE_parser___ReduceAction141___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -17590,77 +17768,77 @@ void parser___ReduceAction141___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:5965 */
+  /* parser/parser.nit:6023 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:5966 */
+  /* parser/parser.nit:6024 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5967 */
+  /* parser/parser.nit:6025 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5968 */
+  /* parser/parser.nit:6026 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5969 */
+  /* parser/parser.nit:6027 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5970 */
+  /* parser/parser.nit:6028 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5971 */
+  /* parser/parser.nit:6029 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5972 */
+  /* parser/parser.nit:6030 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5973 */
+  /* parser/parser.nit:6031 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5974 */
+  /* parser/parser.nit:6032 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:5976 */
+  /* parser/parser.nit:6034 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5976);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6034);
   }
-  /* ./parser//parser.nit:5978 */
+  /* parser/parser.nit:6036 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5978);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6036);
   }
-  /* ./parser//parser.nit:5980 */
+  /* parser/parser.nit:6038 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5980);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6038);
   }
-  /* ./parser//parser.nit:5982 */
+  /* parser/parser.nit:6040 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5982);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6040);
   }
-  /* ./parser//parser.nit:5984 */
+  /* parser/parser.nit:6042 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5984);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6042);
   }
-  /* ./parser//parser.nit:5986 */
+  /* parser/parser.nit:6044 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5986);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6044);
   }
-  /* ./parser//parser.nit:5988 */
+  /* parser/parser.nit:6046 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 5988);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6046);
   }
-  /* ./parser//parser.nit:5989 */
+  /* parser/parser.nit:6047 */
   fra.me.REG[3] = NEW_AConcreteInitPropdef_parser___parser_prod___AConcreteInitPropdef___init_aconcreteinitpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:5998 */
+  /* parser/parser.nit:6056 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:5999 */
+  /* parser/parser.nit:6057 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 5999);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6057);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17674,7 +17852,7 @@ void parser___ReduceAction142___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6004;
+  fra.me.line = 6062;
   fra.me.meth = LOCATE_parser___ReduceAction142___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -17689,57 +17867,57 @@ void parser___ReduceAction142___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6006 */
+  /* parser/parser.nit:6064 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6007 */
+  /* parser/parser.nit:6065 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6008 */
+  /* parser/parser.nit:6066 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6009 */
+  /* parser/parser.nit:6067 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6010 */
+  /* parser/parser.nit:6068 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6011 */
+  /* parser/parser.nit:6069 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6013 */
+  /* parser/parser.nit:6071 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6013);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6071);
   }
-  /* ./parser//parser.nit:6015 */
+  /* parser/parser.nit:6073 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6015);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6073);
   }
-  /* ./parser//parser.nit:6017 */
+  /* parser/parser.nit:6075 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwtype, ID_parser___parser_nodes___TKwtype)) /*cast nullable TKwtype*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6017);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6075);
   }
-  /* ./parser//parser.nit:6019 */
+  /* parser/parser.nit:6077 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6019);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6077);
   }
-  /* ./parser//parser.nit:6021 */
+  /* parser/parser.nit:6079 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6021);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6079);
   }
-  /* ./parser//parser.nit:6022 */
+  /* parser/parser.nit:6080 */
   fra.me.REG[3] = NEW_ATypePropdef_parser___parser_prod___ATypePropdef___init_atypepropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6030 */
+  /* parser/parser.nit:6088 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6031 */
+  /* parser/parser.nit:6089 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6031);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6089);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17753,7 +17931,7 @@ void parser___ReduceAction143___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6036;
+  fra.me.line = 6094;
   fra.me.meth = LOCATE_parser___ReduceAction143___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -17769,65 +17947,65 @@ void parser___ReduceAction143___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6038 */
+  /* parser/parser.nit:6096 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6039 */
+  /* parser/parser.nit:6097 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6040 */
+  /* parser/parser.nit:6098 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6041 */
+  /* parser/parser.nit:6099 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6042 */
+  /* parser/parser.nit:6100 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6043 */
+  /* parser/parser.nit:6101 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6044 */
+  /* parser/parser.nit:6102 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6046 */
+  /* parser/parser.nit:6104 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6046);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6104);
   }
-  /* ./parser//parser.nit:6048 */
+  /* parser/parser.nit:6106 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6048);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6106);
   }
-  /* ./parser//parser.nit:6050 */
+  /* parser/parser.nit:6108 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6050);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6108);
   }
-  /* ./parser//parser.nit:6052 */
+  /* parser/parser.nit:6110 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwtype, ID_parser___parser_nodes___TKwtype)) /*cast nullable TKwtype*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6052);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6110);
   }
-  /* ./parser//parser.nit:6054 */
+  /* parser/parser.nit:6112 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6054);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6112);
   }
-  /* ./parser//parser.nit:6056 */
+  /* parser/parser.nit:6114 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6056);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6114);
   }
-  /* ./parser//parser.nit:6057 */
+  /* parser/parser.nit:6115 */
   fra.me.REG[3] = NEW_ATypePropdef_parser___parser_prod___ATypePropdef___init_atypepropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6065 */
+  /* parser/parser.nit:6123 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6066 */
+  /* parser/parser.nit:6124 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6066);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6124);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17841,7 +18019,7 @@ void parser___ReduceAction144___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6071;
+  fra.me.line = 6129;
   fra.me.meth = LOCATE_parser___ReduceAction144___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
@@ -17855,53 +18033,53 @@ void parser___ReduceAction144___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6073 */
+  /* parser/parser.nit:6131 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6074 */
+  /* parser/parser.nit:6132 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6075 */
+  /* parser/parser.nit:6133 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6076 */
+  /* parser/parser.nit:6134 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6077 */
+  /* parser/parser.nit:6135 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6078 */
+  /* parser/parser.nit:6136 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6079 */
+  /* parser/parser.nit:6137 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6081 */
+  /* parser/parser.nit:6139 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6081);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6139);
   }
-  /* ./parser//parser.nit:6083 */
+  /* parser/parser.nit:6141 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6083);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6141);
   }
-  /* ./parser//parser.nit:6085 */
+  /* parser/parser.nit:6143 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6085);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6143);
   }
-  /* ./parser//parser.nit:6087 */
+  /* parser/parser.nit:6145 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6087);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6145);
   }
-  /* ./parser//parser.nit:6088 */
+  /* parser/parser.nit:6146 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:6098 */
+  /* parser/parser.nit:6156 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6099 */
+  /* parser/parser.nit:6157 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6099);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6157);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17915,7 +18093,7 @@ void parser___ReduceAction145___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6104;
+  fra.me.line = 6162;
   fra.me.meth = LOCATE_parser___ReduceAction145___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -17930,61 +18108,61 @@ void parser___ReduceAction145___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6106 */
+  /* parser/parser.nit:6164 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6107 */
+  /* parser/parser.nit:6165 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6108 */
+  /* parser/parser.nit:6166 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6109 */
+  /* parser/parser.nit:6167 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6110 */
+  /* parser/parser.nit:6168 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6111 */
+  /* parser/parser.nit:6169 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6112 */
+  /* parser/parser.nit:6170 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6113 */
+  /* parser/parser.nit:6171 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6115 */
+  /* parser/parser.nit:6173 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6115);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6173);
   }
-  /* ./parser//parser.nit:6117 */
+  /* parser/parser.nit:6175 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6117);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6175);
   }
-  /* ./parser//parser.nit:6119 */
+  /* parser/parser.nit:6177 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6119);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6177);
   }
-  /* ./parser//parser.nit:6121 */
+  /* parser/parser.nit:6179 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6121);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6179);
   }
-  /* ./parser//parser.nit:6123 */
+  /* parser/parser.nit:6181 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6123);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6181);
   }
-  /* ./parser//parser.nit:6124 */
+  /* parser/parser.nit:6182 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:6134 */
+  /* parser/parser.nit:6192 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6135 */
+  /* parser/parser.nit:6193 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6135);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6193);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -17998,7 +18176,7 @@ void parser___ReduceAction146___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6140;
+  fra.me.line = 6198;
   fra.me.meth = LOCATE_parser___ReduceAction146___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -18013,61 +18191,61 @@ void parser___ReduceAction146___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6142 */
+  /* parser/parser.nit:6200 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6143 */
+  /* parser/parser.nit:6201 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6144 */
+  /* parser/parser.nit:6202 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6145 */
+  /* parser/parser.nit:6203 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6146 */
+  /* parser/parser.nit:6204 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6147 */
+  /* parser/parser.nit:6205 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6148 */
+  /* parser/parser.nit:6206 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6149 */
+  /* parser/parser.nit:6207 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6151 */
+  /* parser/parser.nit:6209 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6151);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6209);
   }
-  /* ./parser//parser.nit:6153 */
+  /* parser/parser.nit:6211 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6153);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6211);
   }
-  /* ./parser//parser.nit:6155 */
+  /* parser/parser.nit:6213 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6155);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6213);
   }
-  /* ./parser//parser.nit:6157 */
+  /* parser/parser.nit:6215 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6157);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6215);
   }
-  /* ./parser//parser.nit:6159 */
+  /* parser/parser.nit:6217 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6159);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6217);
   }
-  /* ./parser//parser.nit:6160 */
+  /* parser/parser.nit:6218 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:6170 */
+  /* parser/parser.nit:6228 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6171 */
+  /* parser/parser.nit:6229 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6171);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6229);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18081,7 +18259,7 @@ void parser___ReduceAction147___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6176;
+  fra.me.line = 6234;
   fra.me.meth = LOCATE_parser___ReduceAction147___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18097,69 +18275,69 @@ void parser___ReduceAction147___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6178 */
+  /* parser/parser.nit:6236 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6179 */
+  /* parser/parser.nit:6237 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6180 */
+  /* parser/parser.nit:6238 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6181 */
+  /* parser/parser.nit:6239 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6182 */
+  /* parser/parser.nit:6240 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6183 */
+  /* parser/parser.nit:6241 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6184 */
+  /* parser/parser.nit:6242 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6185 */
+  /* parser/parser.nit:6243 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6186 */
+  /* parser/parser.nit:6244 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6188 */
+  /* parser/parser.nit:6246 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6188);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6246);
   }
-  /* ./parser//parser.nit:6190 */
+  /* parser/parser.nit:6248 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6190);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6248);
   }
-  /* ./parser//parser.nit:6192 */
+  /* parser/parser.nit:6250 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6192);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6250);
   }
-  /* ./parser//parser.nit:6194 */
+  /* parser/parser.nit:6252 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6194);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6252);
   }
-  /* ./parser//parser.nit:6196 */
+  /* parser/parser.nit:6254 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6196);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6254);
   }
-  /* ./parser//parser.nit:6198 */
+  /* parser/parser.nit:6256 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6198);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6256);
   }
-  /* ./parser//parser.nit:6199 */
+  /* parser/parser.nit:6257 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:6209 */
+  /* parser/parser.nit:6267 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6210 */
+  /* parser/parser.nit:6268 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6210);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6268);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18173,7 +18351,7 @@ void parser___ReduceAction148___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6215;
+  fra.me.line = 6273;
   fra.me.meth = LOCATE_parser___ReduceAction148___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -18188,61 +18366,61 @@ void parser___ReduceAction148___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6217 */
+  /* parser/parser.nit:6275 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6218 */
+  /* parser/parser.nit:6276 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6219 */
+  /* parser/parser.nit:6277 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6220 */
+  /* parser/parser.nit:6278 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6221 */
+  /* parser/parser.nit:6279 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6222 */
+  /* parser/parser.nit:6280 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6223 */
+  /* parser/parser.nit:6281 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6224 */
+  /* parser/parser.nit:6282 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6226 */
+  /* parser/parser.nit:6284 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6226);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6284);
   }
-  /* ./parser//parser.nit:6228 */
+  /* parser/parser.nit:6286 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6228);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6286);
   }
-  /* ./parser//parser.nit:6230 */
+  /* parser/parser.nit:6288 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6230);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6288);
   }
-  /* ./parser//parser.nit:6232 */
+  /* parser/parser.nit:6290 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6232);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6290);
   }
-  /* ./parser//parser.nit:6234 */
+  /* parser/parser.nit:6292 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6234);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6292);
   }
-  /* ./parser//parser.nit:6235 */
+  /* parser/parser.nit:6293 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:6245 */
+  /* parser/parser.nit:6303 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6246 */
+  /* parser/parser.nit:6304 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6246);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6304);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18256,7 +18434,7 @@ void parser___ReduceAction149___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6251;
+  fra.me.line = 6309;
   fra.me.meth = LOCATE_parser___ReduceAction149___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18272,69 +18450,69 @@ void parser___ReduceAction149___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6253 */
+  /* parser/parser.nit:6311 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6254 */
+  /* parser/parser.nit:6312 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6255 */
+  /* parser/parser.nit:6313 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6256 */
+  /* parser/parser.nit:6314 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6257 */
+  /* parser/parser.nit:6315 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6258 */
+  /* parser/parser.nit:6316 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6259 */
+  /* parser/parser.nit:6317 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6260 */
+  /* parser/parser.nit:6318 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6261 */
+  /* parser/parser.nit:6319 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6263 */
+  /* parser/parser.nit:6321 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6263);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6321);
   }
-  /* ./parser//parser.nit:6265 */
+  /* parser/parser.nit:6323 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6265);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6323);
   }
-  /* ./parser//parser.nit:6267 */
+  /* parser/parser.nit:6325 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6267);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6325);
   }
-  /* ./parser//parser.nit:6269 */
+  /* parser/parser.nit:6327 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6269);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6327);
   }
-  /* ./parser//parser.nit:6271 */
+  /* parser/parser.nit:6329 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6271);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6329);
   }
-  /* ./parser//parser.nit:6273 */
+  /* parser/parser.nit:6331 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6273);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6331);
   }
-  /* ./parser//parser.nit:6274 */
+  /* parser/parser.nit:6332 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:6284 */
+  /* parser/parser.nit:6342 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6285 */
+  /* parser/parser.nit:6343 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6285);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6343);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18348,7 +18526,7 @@ void parser___ReduceAction150___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6290;
+  fra.me.line = 6348;
   fra.me.meth = LOCATE_parser___ReduceAction150___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18364,69 +18542,69 @@ void parser___ReduceAction150___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6292 */
+  /* parser/parser.nit:6350 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6293 */
+  /* parser/parser.nit:6351 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6294 */
+  /* parser/parser.nit:6352 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6295 */
+  /* parser/parser.nit:6353 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6296 */
+  /* parser/parser.nit:6354 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6297 */
+  /* parser/parser.nit:6355 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6298 */
+  /* parser/parser.nit:6356 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6299 */
+  /* parser/parser.nit:6357 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6300 */
+  /* parser/parser.nit:6358 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6302 */
+  /* parser/parser.nit:6360 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6302);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6360);
   }
-  /* ./parser//parser.nit:6304 */
+  /* parser/parser.nit:6362 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6304);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6362);
   }
-  /* ./parser//parser.nit:6306 */
+  /* parser/parser.nit:6364 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6306);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6364);
   }
-  /* ./parser//parser.nit:6308 */
+  /* parser/parser.nit:6366 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6308);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6366);
   }
-  /* ./parser//parser.nit:6310 */
+  /* parser/parser.nit:6368 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6310);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6368);
   }
-  /* ./parser//parser.nit:6312 */
+  /* parser/parser.nit:6370 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6312);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6370);
   }
-  /* ./parser//parser.nit:6313 */
+  /* parser/parser.nit:6371 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:6323 */
+  /* parser/parser.nit:6381 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6324 */
+  /* parser/parser.nit:6382 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6324);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6382);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18440,7 +18618,7 @@ void parser___ReduceAction151___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6329;
+  fra.me.line = 6387;
   fra.me.meth = LOCATE_parser___ReduceAction151___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -18457,77 +18635,77 @@ void parser___ReduceAction151___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6331 */
+  /* parser/parser.nit:6389 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6332 */
+  /* parser/parser.nit:6390 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6333 */
+  /* parser/parser.nit:6391 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6334 */
+  /* parser/parser.nit:6392 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6335 */
+  /* parser/parser.nit:6393 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6336 */
+  /* parser/parser.nit:6394 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6337 */
+  /* parser/parser.nit:6395 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6338 */
+  /* parser/parser.nit:6396 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6339 */
+  /* parser/parser.nit:6397 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6340 */
+  /* parser/parser.nit:6398 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6342 */
+  /* parser/parser.nit:6400 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6342);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6400);
   }
-  /* ./parser//parser.nit:6344 */
+  /* parser/parser.nit:6402 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6344);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6402);
   }
-  /* ./parser//parser.nit:6346 */
+  /* parser/parser.nit:6404 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6346);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6404);
   }
-  /* ./parser//parser.nit:6348 */
+  /* parser/parser.nit:6406 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6348);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6406);
   }
-  /* ./parser//parser.nit:6350 */
+  /* parser/parser.nit:6408 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6350);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6408);
   }
-  /* ./parser//parser.nit:6352 */
+  /* parser/parser.nit:6410 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6352);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6410);
   }
-  /* ./parser//parser.nit:6354 */
+  /* parser/parser.nit:6412 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6354);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6412);
   }
-  /* ./parser//parser.nit:6355 */
+  /* parser/parser.nit:6413 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:6365 */
+  /* parser/parser.nit:6423 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6366 */
+  /* parser/parser.nit:6424 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6366);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6424);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18541,7 +18719,7 @@ void parser___ReduceAction152___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6371;
+  fra.me.line = 6429;
   fra.me.meth = LOCATE_parser___ReduceAction152___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
@@ -18556,61 +18734,61 @@ void parser___ReduceAction152___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6373 */
+  /* parser/parser.nit:6431 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6374 */
+  /* parser/parser.nit:6432 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6375 */
+  /* parser/parser.nit:6433 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6376 */
+  /* parser/parser.nit:6434 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6377 */
+  /* parser/parser.nit:6435 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6378 */
+  /* parser/parser.nit:6436 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6379 */
+  /* parser/parser.nit:6437 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6380 */
+  /* parser/parser.nit:6438 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6382 */
+  /* parser/parser.nit:6440 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6382);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6440);
   }
-  /* ./parser//parser.nit:6384 */
+  /* parser/parser.nit:6442 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6384);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6442);
   }
-  /* ./parser//parser.nit:6386 */
+  /* parser/parser.nit:6444 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6386);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6444);
   }
-  /* ./parser//parser.nit:6388 */
+  /* parser/parser.nit:6446 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6388);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6446);
   }
-  /* ./parser//parser.nit:6390 */
+  /* parser/parser.nit:6448 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6390);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6448);
   }
-  /* ./parser//parser.nit:6391 */
+  /* parser/parser.nit:6449 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[7], NIT_NULL, fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6401 */
+  /* parser/parser.nit:6459 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6402 */
+  /* parser/parser.nit:6460 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6402);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6460);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18624,7 +18802,7 @@ void parser___ReduceAction153___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6407;
+  fra.me.line = 6465;
   fra.me.meth = LOCATE_parser___ReduceAction153___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18640,69 +18818,69 @@ void parser___ReduceAction153___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6409 */
+  /* parser/parser.nit:6467 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6410 */
+  /* parser/parser.nit:6468 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6411 */
+  /* parser/parser.nit:6469 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6412 */
+  /* parser/parser.nit:6470 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6413 */
+  /* parser/parser.nit:6471 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6414 */
+  /* parser/parser.nit:6472 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6415 */
+  /* parser/parser.nit:6473 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6416 */
+  /* parser/parser.nit:6474 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6417 */
+  /* parser/parser.nit:6475 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6419 */
+  /* parser/parser.nit:6477 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6419);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6477);
   }
-  /* ./parser//parser.nit:6421 */
+  /* parser/parser.nit:6479 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6421);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6479);
   }
-  /* ./parser//parser.nit:6423 */
+  /* parser/parser.nit:6481 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6423);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6481);
   }
-  /* ./parser//parser.nit:6425 */
+  /* parser/parser.nit:6483 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6425);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6483);
   }
-  /* ./parser//parser.nit:6427 */
+  /* parser/parser.nit:6485 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6427);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6485);
   }
-  /* ./parser//parser.nit:6429 */
+  /* parser/parser.nit:6487 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6429);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6487);
   }
-  /* ./parser//parser.nit:6430 */
+  /* parser/parser.nit:6488 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6440 */
+  /* parser/parser.nit:6498 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6441 */
+  /* parser/parser.nit:6499 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6441);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6499);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18716,7 +18894,7 @@ void parser___ReduceAction154___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6446;
+  fra.me.line = 6504;
   fra.me.meth = LOCATE_parser___ReduceAction154___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18732,69 +18910,69 @@ void parser___ReduceAction154___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6448 */
+  /* parser/parser.nit:6506 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6449 */
+  /* parser/parser.nit:6507 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6450 */
+  /* parser/parser.nit:6508 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6451 */
+  /* parser/parser.nit:6509 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6452 */
+  /* parser/parser.nit:6510 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6453 */
+  /* parser/parser.nit:6511 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6454 */
+  /* parser/parser.nit:6512 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6455 */
+  /* parser/parser.nit:6513 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6456 */
+  /* parser/parser.nit:6514 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6458 */
+  /* parser/parser.nit:6516 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6458);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6516);
   }
-  /* ./parser//parser.nit:6460 */
+  /* parser/parser.nit:6518 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6460);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6518);
   }
-  /* ./parser//parser.nit:6462 */
+  /* parser/parser.nit:6520 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6462);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6520);
   }
-  /* ./parser//parser.nit:6464 */
+  /* parser/parser.nit:6522 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6464);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6522);
   }
-  /* ./parser//parser.nit:6466 */
+  /* parser/parser.nit:6524 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6466);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6524);
   }
-  /* ./parser//parser.nit:6468 */
+  /* parser/parser.nit:6526 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6468);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6526);
   }
-  /* ./parser//parser.nit:6469 */
+  /* parser/parser.nit:6527 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6479 */
+  /* parser/parser.nit:6537 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6480 */
+  /* parser/parser.nit:6538 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6480);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6538);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18808,7 +18986,7 @@ void parser___ReduceAction155___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6485;
+  fra.me.line = 6543;
   fra.me.meth = LOCATE_parser___ReduceAction155___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -18825,77 +19003,77 @@ void parser___ReduceAction155___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6487 */
+  /* parser/parser.nit:6545 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6488 */
+  /* parser/parser.nit:6546 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6489 */
+  /* parser/parser.nit:6547 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6490 */
+  /* parser/parser.nit:6548 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6491 */
+  /* parser/parser.nit:6549 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6492 */
+  /* parser/parser.nit:6550 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6493 */
+  /* parser/parser.nit:6551 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6494 */
+  /* parser/parser.nit:6552 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6495 */
+  /* parser/parser.nit:6553 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6496 */
+  /* parser/parser.nit:6554 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6498 */
+  /* parser/parser.nit:6556 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6498);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6556);
   }
-  /* ./parser//parser.nit:6500 */
+  /* parser/parser.nit:6558 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6500);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6558);
   }
-  /* ./parser//parser.nit:6502 */
+  /* parser/parser.nit:6560 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6502);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6560);
   }
-  /* ./parser//parser.nit:6504 */
+  /* parser/parser.nit:6562 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6504);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6562);
   }
-  /* ./parser//parser.nit:6506 */
+  /* parser/parser.nit:6564 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6506);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6564);
   }
-  /* ./parser//parser.nit:6508 */
+  /* parser/parser.nit:6566 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6508);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6566);
   }
-  /* ./parser//parser.nit:6510 */
+  /* parser/parser.nit:6568 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6510);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6568);
   }
-  /* ./parser//parser.nit:6511 */
+  /* parser/parser.nit:6569 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6521 */
+  /* parser/parser.nit:6579 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6522 */
+  /* parser/parser.nit:6580 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6522);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6580);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -18909,7 +19087,7 @@ void parser___ReduceAction156___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6527;
+  fra.me.line = 6585;
   fra.me.meth = LOCATE_parser___ReduceAction156___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
@@ -18925,69 +19103,69 @@ void parser___ReduceAction156___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6529 */
+  /* parser/parser.nit:6587 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6530 */
+  /* parser/parser.nit:6588 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6531 */
+  /* parser/parser.nit:6589 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6532 */
+  /* parser/parser.nit:6590 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6533 */
+  /* parser/parser.nit:6591 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6534 */
+  /* parser/parser.nit:6592 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6535 */
+  /* parser/parser.nit:6593 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6536 */
+  /* parser/parser.nit:6594 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6537 */
+  /* parser/parser.nit:6595 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6539 */
+  /* parser/parser.nit:6597 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6539);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6597);
   }
-  /* ./parser//parser.nit:6541 */
+  /* parser/parser.nit:6599 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6541);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6599);
   }
-  /* ./parser//parser.nit:6543 */
+  /* parser/parser.nit:6601 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6543);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6601);
   }
-  /* ./parser//parser.nit:6545 */
+  /* parser/parser.nit:6603 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6545);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6603);
   }
-  /* ./parser//parser.nit:6547 */
+  /* parser/parser.nit:6605 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6547);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6605);
   }
-  /* ./parser//parser.nit:6549 */
+  /* parser/parser.nit:6607 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6549);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6607);
   }
-  /* ./parser//parser.nit:6550 */
+  /* parser/parser.nit:6608 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[8], NIT_NULL, fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6560 */
+  /* parser/parser.nit:6618 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6561 */
+  /* parser/parser.nit:6619 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6561);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6619);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19001,7 +19179,7 @@ void parser___ReduceAction157___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6566;
+  fra.me.line = 6624;
   fra.me.meth = LOCATE_parser___ReduceAction157___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -19018,77 +19196,77 @@ void parser___ReduceAction157___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6568 */
+  /* parser/parser.nit:6626 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6569 */
+  /* parser/parser.nit:6627 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6570 */
+  /* parser/parser.nit:6628 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6571 */
+  /* parser/parser.nit:6629 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6572 */
+  /* parser/parser.nit:6630 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6573 */
+  /* parser/parser.nit:6631 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6574 */
+  /* parser/parser.nit:6632 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6575 */
+  /* parser/parser.nit:6633 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6576 */
+  /* parser/parser.nit:6634 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6577 */
+  /* parser/parser.nit:6635 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6579 */
+  /* parser/parser.nit:6637 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6579);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6637);
   }
-  /* ./parser//parser.nit:6581 */
+  /* parser/parser.nit:6639 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6581);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6639);
   }
-  /* ./parser//parser.nit:6583 */
+  /* parser/parser.nit:6641 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6583);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6641);
   }
-  /* ./parser//parser.nit:6585 */
+  /* parser/parser.nit:6643 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6585);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6643);
   }
-  /* ./parser//parser.nit:6587 */
+  /* parser/parser.nit:6645 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6587);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6645);
   }
-  /* ./parser//parser.nit:6589 */
+  /* parser/parser.nit:6647 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6589);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6647);
   }
-  /* ./parser//parser.nit:6591 */
+  /* parser/parser.nit:6649 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6591);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6649);
   }
-  /* ./parser//parser.nit:6592 */
+  /* parser/parser.nit:6650 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6602 */
+  /* parser/parser.nit:6660 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6603 */
+  /* parser/parser.nit:6661 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6603);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6661);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19102,7 +19280,7 @@ void parser___ReduceAction158___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6608;
+  fra.me.line = 6666;
   fra.me.meth = LOCATE_parser___ReduceAction158___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
@@ -19119,77 +19297,77 @@ void parser___ReduceAction158___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6610 */
+  /* parser/parser.nit:6668 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6611 */
+  /* parser/parser.nit:6669 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6612 */
+  /* parser/parser.nit:6670 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6613 */
+  /* parser/parser.nit:6671 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6614 */
+  /* parser/parser.nit:6672 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6615 */
+  /* parser/parser.nit:6673 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6616 */
+  /* parser/parser.nit:6674 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6617 */
+  /* parser/parser.nit:6675 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6618 */
+  /* parser/parser.nit:6676 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6619 */
+  /* parser/parser.nit:6677 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6621 */
+  /* parser/parser.nit:6679 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6621);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6679);
   }
-  /* ./parser//parser.nit:6623 */
+  /* parser/parser.nit:6681 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6623);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6681);
   }
-  /* ./parser//parser.nit:6625 */
+  /* parser/parser.nit:6683 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6625);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6683);
   }
-  /* ./parser//parser.nit:6627 */
+  /* parser/parser.nit:6685 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6627);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6685);
   }
-  /* ./parser//parser.nit:6629 */
+  /* parser/parser.nit:6687 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6629);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6687);
   }
-  /* ./parser//parser.nit:6631 */
+  /* parser/parser.nit:6689 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6631);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6689);
   }
-  /* ./parser//parser.nit:6633 */
+  /* parser/parser.nit:6691 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6633);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6691);
   }
-  /* ./parser//parser.nit:6634 */
+  /* parser/parser.nit:6692 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[9], NIT_NULL, fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6644 */
+  /* parser/parser.nit:6702 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6645 */
+  /* parser/parser.nit:6703 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6645);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6703);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19203,7 +19381,7 @@ void parser___ReduceAction159___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6650;
+  fra.me.line = 6708;
   fra.me.meth = LOCATE_parser___ReduceAction159___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 11;
@@ -19221,85 +19399,85 @@ void parser___ReduceAction159___action(val_t p0, val_t p1){
   fra.me.REG[10] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6652 */
+  /* parser/parser.nit:6710 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6653 */
+  /* parser/parser.nit:6711 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6654 */
+  /* parser/parser.nit:6712 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6655 */
+  /* parser/parser.nit:6713 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6656 */
+  /* parser/parser.nit:6714 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6657 */
+  /* parser/parser.nit:6715 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6658 */
+  /* parser/parser.nit:6716 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6659 */
+  /* parser/parser.nit:6717 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6660 */
+  /* parser/parser.nit:6718 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6661 */
+  /* parser/parser.nit:6719 */
   fra.me.REG[9] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6662 */
+  /* parser/parser.nit:6720 */
   fra.me.REG[10] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6664 */
+  /* parser/parser.nit:6722 */
   REGB0 = TAG_Bool((fra.me.REG[10]==NIT_NULL) || VAL_ISA(fra.me.REG[10], COLOR_parser___parser_nodes___ADoc, ID_parser___parser_nodes___ADoc)) /*cast nullable ADoc*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6664);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6722);
   }
-  /* ./parser//parser.nit:6666 */
+  /* parser/parser.nit:6724 */
   REGB0 = TAG_Bool((fra.me.REG[9]==NIT_NULL) || VAL_ISA(fra.me.REG[9], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6666);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6724);
   }
-  /* ./parser//parser.nit:6668 */
+  /* parser/parser.nit:6726 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6668);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6726);
   }
-  /* ./parser//parser.nit:6670 */
+  /* parser/parser.nit:6728 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6670);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6728);
   }
-  /* ./parser//parser.nit:6672 */
+  /* parser/parser.nit:6730 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6672);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6730);
   }
-  /* ./parser//parser.nit:6674 */
+  /* parser/parser.nit:6732 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6674);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6732);
   }
-  /* ./parser//parser.nit:6676 */
+  /* parser/parser.nit:6734 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6676);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6734);
   }
-  /* ./parser//parser.nit:6678 */
+  /* parser/parser.nit:6736 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCalls, ID_parser___parser_nodes___AExternCalls)) /*cast nullable AExternCalls*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6678);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6736);
   }
-  /* ./parser//parser.nit:6679 */
+  /* parser/parser.nit:6737 */
   fra.me.REG[3] = NEW_AExternInitPropdef_parser___parser_prod___AExternInitPropdef___init_aexterninitpropdef(fra.me.REG[10], fra.me.REG[9], fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6689 */
+  /* parser/parser.nit:6747 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6690 */
+  /* parser/parser.nit:6748 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6690);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6748);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19313,7 +19491,7 @@ void parser___ReduceAction160___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6695;
+  fra.me.line = 6753;
   fra.me.meth = LOCATE_parser___ReduceAction160___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -19324,25 +19502,25 @@ void parser___ReduceAction160___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6697 */
+  /* parser/parser.nit:6755 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6698 */
+  /* parser/parser.nit:6756 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6700 */
+  /* parser/parser.nit:6758 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwreadable, ID_parser___parser_nodes___TKwreadable)) /*cast nullable TKwreadable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6700);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6758);
   }
-  /* ./parser//parser.nit:6701 */
+  /* parser/parser.nit:6759 */
   fra.me.REG[3] = NEW_AReadAble_parser___parser_prod___AReadAble___init_areadable(NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6705 */
+  /* parser/parser.nit:6763 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6706 */
+  /* parser/parser.nit:6764 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6706);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6764);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19356,7 +19534,7 @@ void parser___ReduceAction161___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6711;
+  fra.me.line = 6769;
   fra.me.meth = LOCATE_parser___ReduceAction161___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -19368,33 +19546,33 @@ void parser___ReduceAction161___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6713 */
+  /* parser/parser.nit:6771 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6714 */
+  /* parser/parser.nit:6772 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6715 */
+  /* parser/parser.nit:6773 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6717 */
+  /* parser/parser.nit:6775 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6717);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6775);
   }
-  /* ./parser//parser.nit:6719 */
+  /* parser/parser.nit:6777 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwreadable, ID_parser___parser_nodes___TKwreadable)) /*cast nullable TKwreadable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6719);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6777);
   }
-  /* ./parser//parser.nit:6720 */
+  /* parser/parser.nit:6778 */
   fra.me.REG[3] = NEW_AReadAble_parser___parser_prod___AReadAble___init_areadable(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6724 */
+  /* parser/parser.nit:6782 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6725 */
+  /* parser/parser.nit:6783 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6725);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6783);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19408,7 +19586,7 @@ void parser___ReduceAction162___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6730;
+  fra.me.line = 6788;
   fra.me.meth = LOCATE_parser___ReduceAction162___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
@@ -19419,25 +19597,25 @@ void parser___ReduceAction162___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6732 */
+  /* parser/parser.nit:6790 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6733 */
+  /* parser/parser.nit:6791 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6735 */
+  /* parser/parser.nit:6793 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwwritable, ID_parser___parser_nodes___TKwwritable)) /*cast nullable TKwwritable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6735);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6793);
   }
-  /* ./parser//parser.nit:6736 */
+  /* parser/parser.nit:6794 */
   fra.me.REG[3] = NEW_AWriteAble_parser___parser_prod___AWriteAble___init_awriteable(NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6741 */
+  /* parser/parser.nit:6799 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6742 */
+  /* parser/parser.nit:6800 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6742);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6800);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19451,7 +19629,7 @@ void parser___ReduceAction163___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6747;
+  fra.me.line = 6805;
   fra.me.meth = LOCATE_parser___ReduceAction163___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -19463,33 +19641,33 @@ void parser___ReduceAction163___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6749 */
+  /* parser/parser.nit:6807 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6750 */
+  /* parser/parser.nit:6808 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6751 */
+  /* parser/parser.nit:6809 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6753 */
+  /* parser/parser.nit:6811 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6753);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6811);
   }
-  /* ./parser//parser.nit:6755 */
+  /* parser/parser.nit:6813 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwwritable, ID_parser___parser_nodes___TKwwritable)) /*cast nullable TKwwritable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6755);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6813);
   }
-  /* ./parser//parser.nit:6756 */
+  /* parser/parser.nit:6814 */
   fra.me.REG[3] = NEW_AWriteAble_parser___parser_prod___AWriteAble___init_awriteable(fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:6761 */
+  /* parser/parser.nit:6819 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6762 */
+  /* parser/parser.nit:6820 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6762);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6820);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19503,7 +19681,7 @@ void parser___ReduceAction164___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6767;
+  fra.me.line = 6825;
   fra.me.meth = LOCATE_parser___ReduceAction164___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
@@ -19515,33 +19693,33 @@ void parser___ReduceAction164___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6769 */
+  /* parser/parser.nit:6827 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6770 */
+  /* parser/parser.nit:6828 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6771 */
+  /* parser/parser.nit:6829 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6773 */
+  /* parser/parser.nit:6831 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6773);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6831);
   }
-  /* ./parser//parser.nit:6775 */
+  /* parser/parser.nit:6833 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwwritable, ID_parser___parser_nodes___TKwwritable)) /*cast nullable TKwwritable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6775);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6833);
   }
-  /* ./parser//parser.nit:6776 */
+  /* parser/parser.nit:6834 */
   fra.me.REG[3] = NEW_AWriteAble_parser___parser_prod___AWriteAble___init_awriteable(NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6781 */
+  /* parser/parser.nit:6839 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6782 */
+  /* parser/parser.nit:6840 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6782);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6840);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19555,7 +19733,7 @@ void parser___ReduceAction165___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6787;
+  fra.me.line = 6845;
   fra.me.meth = LOCATE_parser___ReduceAction165___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
@@ -19568,41 +19746,41 @@ void parser___ReduceAction165___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6789 */
+  /* parser/parser.nit:6847 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6790 */
+  /* parser/parser.nit:6848 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6791 */
+  /* parser/parser.nit:6849 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6792 */
+  /* parser/parser.nit:6850 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6794 */
+  /* parser/parser.nit:6852 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwredef, ID_parser___parser_nodes___TKwredef)) /*cast nullable TKwredef*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6794);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6852);
   }
-  /* ./parser//parser.nit:6796 */
+  /* parser/parser.nit:6854 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AVisibility, ID_parser___parser_nodes___AVisibility)) /*cast nullable AVisibility*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6796);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6854);
   }
-  /* ./parser//parser.nit:6798 */
+  /* parser/parser.nit:6856 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwwritable, ID_parser___parser_nodes___TKwwritable)) /*cast nullable TKwwritable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6798);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6856);
   }
-  /* ./parser//parser.nit:6799 */
+  /* parser/parser.nit:6857 */
   fra.me.REG[3] = NEW_AWriteAble_parser___parser_prod___AWriteAble___init_awriteable(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:6804 */
+  /* parser/parser.nit:6862 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6805 */
+  /* parser/parser.nit:6863 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6805);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6863);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19616,8 +19794,264 @@ void parser___ReduceAction166___action(val_t p0, val_t p1){
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6810;
-  fra.me.meth = LOCATE_parser___ReduceAction166___action;
+  fra.me.line = 6868;
+  fra.me.meth = LOCATE_parser___ReduceAction166___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6870 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6871 */
+  fra.me.REG[3] = NEW_APublicVisibility_parser___parser_prod___APublicVisibility___init_apublicvisibility();
+  /* parser/parser.nit:6872 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6873 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6873);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction167___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6878;
+  fra.me.meth = LOCATE_parser___ReduceAction167___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6880 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6881 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6882 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6884 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwprivate, ID_parser___parser_nodes___TKwprivate)) /*cast nullable TKwprivate*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6884);
+  }
+  /* parser/parser.nit:6885 */
+  fra.me.REG[3] = NEW_APrivateVisibility_parser___parser_prod___APrivateVisibility___init_aprivatevisibility(fra.me.REG[3]);
+  /* parser/parser.nit:6888 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6889 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6889);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction168___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6894;
+  fra.me.meth = LOCATE_parser___ReduceAction168___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6896 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6897 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6898 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6900 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwprotected, ID_parser___parser_nodes___TKwprotected)) /*cast nullable TKwprotected*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6900);
+  }
+  /* parser/parser.nit:6901 */
+  fra.me.REG[3] = NEW_AProtectedVisibility_parser___parser_prod___AProtectedVisibility___init_aprotectedvisibility(fra.me.REG[3]);
+  /* parser/parser.nit:6904 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6905 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6905);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction169___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6910;
+  fra.me.meth = LOCATE_parser___ReduceAction169___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6912 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6913 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6914 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6916 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwintrude, ID_parser___parser_nodes___TKwintrude)) /*cast nullable TKwintrude*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6916);
+  }
+  /* parser/parser.nit:6917 */
+  fra.me.REG[3] = NEW_AIntrudeVisibility_parser___parser_prod___AIntrudeVisibility___init_aintrudevisibility(fra.me.REG[3]);
+  /* parser/parser.nit:6920 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6921 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6921);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction170___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6926;
+  fra.me.meth = LOCATE_parser___ReduceAction170___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6928 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6929 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6931 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6931);
+  }
+  /* parser/parser.nit:6932 */
+  fra.me.REG[3] = NEW_AIdMethid_parser___parser_prod___AIdMethid___init_aidmethid(fra.me.REG[3]);
+  /* parser/parser.nit:6935 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6936 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6936);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction171___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6941;
+  fra.me.meth = LOCATE_parser___ReduceAction171___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:6943 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:6944 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6946 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TPlus, ID_parser___parser_nodes___TPlus)) /*cast nullable TPlus*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6946);
+  }
+  /* parser/parser.nit:6947 */
+  fra.me.REG[3] = NEW_APlusMethid_parser___parser_prod___APlusMethid___init_aplusmethid(fra.me.REG[3]);
+  /* parser/parser.nit:6950 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:6951 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6951);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction172___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 6956;
+  fra.me.meth = LOCATE_parser___ReduceAction172___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19627,17 +20061,25 @@ void parser___ReduceAction166___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6812 */
+  /* parser/parser.nit:6958 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6813 */
-  fra.me.REG[3] = NEW_APublicVisibility_parser___parser_prod___APublicVisibility___init_apublicvisibility();
-  /* ./parser//parser.nit:6815 */
+  /* parser/parser.nit:6959 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:6961 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TMinus, ID_parser___parser_nodes___TMinus)) /*cast nullable TMinus*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6961);
+  }
+  /* parser/parser.nit:6962 */
+  fra.me.REG[3] = NEW_AMinusMethid_parser___parser_prod___AMinusMethid___init_aminusmethid(fra.me.REG[3]);
+  /* parser/parser.nit:6965 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6816 */
+  /* parser/parser.nit:6966 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6816);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6966);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19645,14 +20087,14 @@ void parser___ReduceAction166___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction167___action(val_t p0, val_t p1){
+void parser___ReduceAction173___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6821;
-  fra.me.meth = LOCATE_parser___ReduceAction167___action;
+  fra.me.line = 6971;
+  fra.me.meth = LOCATE_parser___ReduceAction173___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19662,27 +20104,25 @@ void parser___ReduceAction167___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6823 */
+  /* parser/parser.nit:6973 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6824 */
+  /* parser/parser.nit:6974 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6825 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6827 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwprivate, ID_parser___parser_nodes___TKwprivate)) /*cast nullable TKwprivate*/;
+  /* parser/parser.nit:6976 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TStar, ID_parser___parser_nodes___TStar)) /*cast nullable TStar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6827);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6976);
   }
-  /* ./parser//parser.nit:6828 */
-  fra.me.REG[3] = NEW_APrivateVisibility_parser___parser_prod___APrivateVisibility___init_aprivatevisibility(fra.me.REG[3]);
-  /* ./parser//parser.nit:6831 */
+  /* parser/parser.nit:6977 */
+  fra.me.REG[3] = NEW_AStarMethid_parser___parser_prod___AStarMethid___init_astarmethid(fra.me.REG[3]);
+  /* parser/parser.nit:6980 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6832 */
+  /* parser/parser.nit:6981 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6832);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6981);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19690,14 +20130,14 @@ void parser___ReduceAction167___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction168___action(val_t p0, val_t p1){
+void parser___ReduceAction174___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6837;
-  fra.me.meth = LOCATE_parser___ReduceAction168___action;
+  fra.me.line = 6986;
+  fra.me.meth = LOCATE_parser___ReduceAction174___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19707,27 +20147,25 @@ void parser___ReduceAction168___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6839 */
+  /* parser/parser.nit:6988 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6840 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6841 */
+  /* parser/parser.nit:6989 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6843 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwprotected, ID_parser___parser_nodes___TKwprotected)) /*cast nullable TKwprotected*/;
+  /* parser/parser.nit:6991 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TSlash, ID_parser___parser_nodes___TSlash)) /*cast nullable TSlash*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6843);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 6991);
   }
-  /* ./parser//parser.nit:6844 */
-  fra.me.REG[3] = NEW_AProtectedVisibility_parser___parser_prod___AProtectedVisibility___init_aprotectedvisibility(fra.me.REG[3]);
-  /* ./parser//parser.nit:6847 */
+  /* parser/parser.nit:6992 */
+  fra.me.REG[3] = NEW_ASlashMethid_parser___parser_prod___ASlashMethid___init_aslashmethid(fra.me.REG[3]);
+  /* parser/parser.nit:6995 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6848 */
+  /* parser/parser.nit:6996 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6848);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6996);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19735,14 +20173,14 @@ void parser___ReduceAction168___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction169___action(val_t p0, val_t p1){
+void parser___ReduceAction175___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6853;
-  fra.me.meth = LOCATE_parser___ReduceAction169___action;
+  fra.me.line = 7001;
+  fra.me.meth = LOCATE_parser___ReduceAction175___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19752,27 +20190,25 @@ void parser___ReduceAction169___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6855 */
+  /* parser/parser.nit:7003 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6856 */
+  /* parser/parser.nit:7004 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6857 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6859 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwintrude, ID_parser___parser_nodes___TKwintrude)) /*cast nullable TKwintrude*/;
+  /* parser/parser.nit:7006 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TPercent, ID_parser___parser_nodes___TPercent)) /*cast nullable TPercent*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6859);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7006);
   }
-  /* ./parser//parser.nit:6860 */
-  fra.me.REG[3] = NEW_AIntrudeVisibility_parser___parser_prod___AIntrudeVisibility___init_aintrudevisibility(fra.me.REG[3]);
-  /* ./parser//parser.nit:6863 */
+  /* parser/parser.nit:7007 */
+  fra.me.REG[3] = NEW_APercentMethid_parser___parser_prod___APercentMethid___init_apercentmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7010 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6864 */
+  /* parser/parser.nit:7011 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6864);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7011);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19780,14 +20216,14 @@ void parser___ReduceAction169___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction170___action(val_t p0, val_t p1){
+void parser___ReduceAction176___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6869;
-  fra.me.meth = LOCATE_parser___ReduceAction170___action;
+  fra.me.line = 7016;
+  fra.me.meth = LOCATE_parser___ReduceAction176___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19797,25 +20233,25 @@ void parser___ReduceAction170___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6871 */
+  /* parser/parser.nit:7018 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6872 */
+  /* parser/parser.nit:7019 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6874 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
+  /* parser/parser.nit:7021 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TEq, ID_parser___parser_nodes___TEq)) /*cast nullable TEq*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6874);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7021);
   }
-  /* ./parser//parser.nit:6875 */
-  fra.me.REG[3] = NEW_AIdMethid_parser___parser_prod___AIdMethid___init_aidmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6878 */
+  /* parser/parser.nit:7022 */
+  fra.me.REG[3] = NEW_AEqMethid_parser___parser_prod___AEqMethid___init_aeqmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7025 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6879 */
+  /* parser/parser.nit:7026 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6879);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7026);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19823,14 +20259,14 @@ void parser___ReduceAction170___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction171___action(val_t p0, val_t p1){
+void parser___ReduceAction177___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6884;
-  fra.me.meth = LOCATE_parser___ReduceAction171___action;
+  fra.me.line = 7031;
+  fra.me.meth = LOCATE_parser___ReduceAction177___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19840,25 +20276,25 @@ void parser___ReduceAction171___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6886 */
+  /* parser/parser.nit:7033 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6887 */
+  /* parser/parser.nit:7034 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6889 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TPlus, ID_parser___parser_nodes___TPlus)) /*cast nullable TPlus*/;
+  /* parser/parser.nit:7036 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TNe, ID_parser___parser_nodes___TNe)) /*cast nullable TNe*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6889);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7036);
   }
-  /* ./parser//parser.nit:6890 */
-  fra.me.REG[3] = NEW_APlusMethid_parser___parser_prod___APlusMethid___init_aplusmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6893 */
+  /* parser/parser.nit:7037 */
+  fra.me.REG[3] = NEW_ANeMethid_parser___parser_prod___ANeMethid___init_anemethid(fra.me.REG[3]);
+  /* parser/parser.nit:7040 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6894 */
+  /* parser/parser.nit:7041 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6894);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7041);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19866,14 +20302,14 @@ void parser___ReduceAction171___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction172___action(val_t p0, val_t p1){
+void parser___ReduceAction178___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6899;
-  fra.me.meth = LOCATE_parser___ReduceAction172___action;
+  fra.me.line = 7046;
+  fra.me.meth = LOCATE_parser___ReduceAction178___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19883,25 +20319,25 @@ void parser___ReduceAction172___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6901 */
+  /* parser/parser.nit:7048 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6902 */
+  /* parser/parser.nit:7049 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6904 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TMinus, ID_parser___parser_nodes___TMinus)) /*cast nullable TMinus*/;
+  /* parser/parser.nit:7051 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLe, ID_parser___parser_nodes___TLe)) /*cast nullable TLe*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6904);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7051);
   }
-  /* ./parser//parser.nit:6905 */
-  fra.me.REG[3] = NEW_AMinusMethid_parser___parser_prod___AMinusMethid___init_aminusmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6908 */
+  /* parser/parser.nit:7052 */
+  fra.me.REG[3] = NEW_ALeMethid_parser___parser_prod___ALeMethid___init_alemethid(fra.me.REG[3]);
+  /* parser/parser.nit:7055 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6909 */
+  /* parser/parser.nit:7056 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6909);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7056);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19909,14 +20345,14 @@ void parser___ReduceAction172___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction173___action(val_t p0, val_t p1){
+void parser___ReduceAction179___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6914;
-  fra.me.meth = LOCATE_parser___ReduceAction173___action;
+  fra.me.line = 7061;
+  fra.me.meth = LOCATE_parser___ReduceAction179___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19926,25 +20362,25 @@ void parser___ReduceAction173___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6916 */
+  /* parser/parser.nit:7063 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6917 */
+  /* parser/parser.nit:7064 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6919 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TStar, ID_parser___parser_nodes___TStar)) /*cast nullable TStar*/;
+  /* parser/parser.nit:7066 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGe, ID_parser___parser_nodes___TGe)) /*cast nullable TGe*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6919);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7066);
   }
-  /* ./parser//parser.nit:6920 */
-  fra.me.REG[3] = NEW_AStarMethid_parser___parser_prod___AStarMethid___init_astarmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6923 */
+  /* parser/parser.nit:7067 */
+  fra.me.REG[3] = NEW_AGeMethid_parser___parser_prod___AGeMethid___init_agemethid(fra.me.REG[3]);
+  /* parser/parser.nit:7070 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6924 */
+  /* parser/parser.nit:7071 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6924);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7071);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19952,14 +20388,14 @@ void parser___ReduceAction173___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction174___action(val_t p0, val_t p1){
+void parser___ReduceAction180___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6929;
-  fra.me.meth = LOCATE_parser___ReduceAction174___action;
+  fra.me.line = 7076;
+  fra.me.meth = LOCATE_parser___ReduceAction180___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -19969,25 +20405,25 @@ void parser___ReduceAction174___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6931 */
+  /* parser/parser.nit:7078 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6932 */
+  /* parser/parser.nit:7079 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6934 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TSlash, ID_parser___parser_nodes___TSlash)) /*cast nullable TSlash*/;
+  /* parser/parser.nit:7081 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLt, ID_parser___parser_nodes___TLt)) /*cast nullable TLt*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6934);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7081);
   }
-  /* ./parser//parser.nit:6935 */
-  fra.me.REG[3] = NEW_ASlashMethid_parser___parser_prod___ASlashMethid___init_aslashmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6938 */
+  /* parser/parser.nit:7082 */
+  fra.me.REG[3] = NEW_ALtMethid_parser___parser_prod___ALtMethid___init_altmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7085 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6939 */
+  /* parser/parser.nit:7086 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6939);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7086);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -19995,14 +20431,14 @@ void parser___ReduceAction174___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction175___action(val_t p0, val_t p1){
+void parser___ReduceAction181___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6944;
-  fra.me.meth = LOCATE_parser___ReduceAction175___action;
+  fra.me.line = 7091;
+  fra.me.meth = LOCATE_parser___ReduceAction181___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -20012,25 +20448,25 @@ void parser___ReduceAction175___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6946 */
+  /* parser/parser.nit:7093 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6947 */
+  /* parser/parser.nit:7094 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6949 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TPercent, ID_parser___parser_nodes___TPercent)) /*cast nullable TPercent*/;
+  /* parser/parser.nit:7096 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGt, ID_parser___parser_nodes___TGt)) /*cast nullable TGt*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6949);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7096);
   }
-  /* ./parser//parser.nit:6950 */
-  fra.me.REG[3] = NEW_APercentMethid_parser___parser_prod___APercentMethid___init_apercentmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6953 */
+  /* parser/parser.nit:7097 */
+  fra.me.REG[3] = NEW_AGtMethid_parser___parser_prod___AGtMethid___init_agtmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7100 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6954 */
+  /* parser/parser.nit:7101 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6954);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7101);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20038,14 +20474,14 @@ void parser___ReduceAction175___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction176___action(val_t p0, val_t p1){
+void parser___ReduceAction182___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6959;
-  fra.me.meth = LOCATE_parser___ReduceAction176___action;
+  fra.me.line = 7106;
+  fra.me.meth = LOCATE_parser___ReduceAction182___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -20055,25 +20491,25 @@ void parser___ReduceAction176___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6961 */
+  /* parser/parser.nit:7108 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6962 */
+  /* parser/parser.nit:7109 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6964 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TEq, ID_parser___parser_nodes___TEq)) /*cast nullable TEq*/;
+  /* parser/parser.nit:7111 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLl, ID_parser___parser_nodes___TLl)) /*cast nullable TLl*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6964);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7111);
   }
-  /* ./parser//parser.nit:6965 */
-  fra.me.REG[3] = NEW_AEqMethid_parser___parser_prod___AEqMethid___init_aeqmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6968 */
+  /* parser/parser.nit:7112 */
+  fra.me.REG[3] = NEW_ALlMethid_parser___parser_prod___ALlMethid___init_allmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7115 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6969 */
+  /* parser/parser.nit:7116 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6969);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7116);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20081,14 +20517,14 @@ void parser___ReduceAction176___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction177___action(val_t p0, val_t p1){
+void parser___ReduceAction183___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6974;
-  fra.me.meth = LOCATE_parser___ReduceAction177___action;
+  fra.me.line = 7121;
+  fra.me.meth = LOCATE_parser___ReduceAction183___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -20098,25 +20534,25 @@ void parser___ReduceAction177___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6976 */
+  /* parser/parser.nit:7123 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6977 */
+  /* parser/parser.nit:7124 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6979 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TNe, ID_parser___parser_nodes___TNe)) /*cast nullable TNe*/;
+  /* parser/parser.nit:7126 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGg, ID_parser___parser_nodes___TGg)) /*cast nullable TGg*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6979);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7126);
   }
-  /* ./parser//parser.nit:6980 */
-  fra.me.REG[3] = NEW_ANeMethid_parser___parser_prod___ANeMethid___init_anemethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6983 */
+  /* parser/parser.nit:7127 */
+  fra.me.REG[3] = NEW_AGgMethid_parser___parser_prod___AGgMethid___init_aggmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7130 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6984 */
+  /* parser/parser.nit:7131 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6984);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7131);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20124,42 +20560,51 @@ void parser___ReduceAction177___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction178___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction184___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 6989;
-  fra.me.meth = LOCATE_parser___ReduceAction178___action;
+  fra.me.line = 7136;
+  fra.me.meth = LOCATE_parser___ReduceAction184___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:6991 */
+  /* parser/parser.nit:7138 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:6992 */
+  /* parser/parser.nit:7139 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:6994 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLe, ID_parser___parser_nodes___TLe)) /*cast nullable TLe*/;
+  /* parser/parser.nit:7140 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7142 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 6994);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7142);
   }
-  /* ./parser//parser.nit:6995 */
-  fra.me.REG[3] = NEW_ALeMethid_parser___parser_prod___ALeMethid___init_alemethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:6998 */
+  /* parser/parser.nit:7144 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7144);
+  }
+  /* parser/parser.nit:7145 */
+  fra.me.REG[3] = NEW_ABraMethid_parser___parser_prod___ABraMethid___init_abramethid(fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:7149 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:6999 */
+  /* parser/parser.nit:7150 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 6999);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7150);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20167,14 +20612,14 @@ void parser___ReduceAction178___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction179___action(val_t p0, val_t p1){
+void parser___ReduceAction185___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7004;
-  fra.me.meth = LOCATE_parser___ReduceAction179___action;
+  fra.me.line = 7155;
+  fra.me.meth = LOCATE_parser___ReduceAction185___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -20184,25 +20629,25 @@ void parser___ReduceAction179___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7006 */
+  /* parser/parser.nit:7157 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7007 */
+  /* parser/parser.nit:7158 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7009 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGe, ID_parser___parser_nodes___TGe)) /*cast nullable TGe*/;
+  /* parser/parser.nit:7160 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TStarship, ID_parser___parser_nodes___TStarship)) /*cast nullable TStarship*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7009);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7160);
   }
-  /* ./parser//parser.nit:7010 */
-  fra.me.REG[3] = NEW_AGeMethid_parser___parser_prod___AGeMethid___init_agemethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7013 */
+  /* parser/parser.nit:7161 */
+  fra.me.REG[3] = NEW_AStarshipMethid_parser___parser_prod___AStarshipMethid___init_astarshipmethid(fra.me.REG[3]);
+  /* parser/parser.nit:7164 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7014 */
+  /* parser/parser.nit:7165 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7014);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7165);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20210,42 +20655,51 @@ void parser___ReduceAction179___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction180___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction186___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7019;
-  fra.me.meth = LOCATE_parser___ReduceAction180___action;
+  fra.me.line = 7170;
+  fra.me.meth = LOCATE_parser___ReduceAction186___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7021 */
+  /* parser/parser.nit:7172 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7022 */
+  /* parser/parser.nit:7173 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7024 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLt, ID_parser___parser_nodes___TLt)) /*cast nullable TLt*/;
+  /* parser/parser.nit:7174 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7176 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7024);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7176);
   }
-  /* ./parser//parser.nit:7025 */
-  fra.me.REG[3] = NEW_ALtMethid_parser___parser_prod___ALtMethid___init_altmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7028 */
+  /* parser/parser.nit:7178 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7178);
+  }
+  /* parser/parser.nit:7179 */
+  fra.me.REG[3] = NEW_AAssignMethid_parser___parser_prod___AAssignMethid___init_aassignmethid(fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:7183 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7029 */
+  /* parser/parser.nit:7184 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7029);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7184);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20253,42 +20707,60 @@ void parser___ReduceAction180___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction181___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction187___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7034;
-  fra.me.meth = LOCATE_parser___ReduceAction181___action;
+  fra.me.line = 7189;
+  fra.me.meth = LOCATE_parser___ReduceAction187___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7036 */
+  /* parser/parser.nit:7191 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7037 */
+  /* parser/parser.nit:7192 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7039 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGt, ID_parser___parser_nodes___TGt)) /*cast nullable TGt*/;
+  /* parser/parser.nit:7193 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7194 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7196 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7039);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7196);
   }
-  /* ./parser//parser.nit:7040 */
-  fra.me.REG[3] = NEW_AGtMethid_parser___parser_prod___AGtMethid___init_agtmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7043 */
+  /* parser/parser.nit:7198 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7198);
+  }
+  /* parser/parser.nit:7200 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7200);
+  }
+  /* parser/parser.nit:7201 */
+  fra.me.REG[3] = NEW_ABraassignMethid_parser___parser_prod___ABraassignMethid___init_abraassignmethid(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:7206 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7044 */
+  /* parser/parser.nit:7207 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7044);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7207);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20296,42 +20768,70 @@ void parser___ReduceAction181___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction182___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction188___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7049;
-  fra.me.meth = LOCATE_parser___ReduceAction182___action;
+  fra.me.line = 7212;
+  fra.me.meth = LOCATE_parser___ReduceAction188___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7051 */
+  /* parser/parser.nit:7214 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7052 */
+  /* parser/parser.nit:7215 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7054 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TLl, ID_parser___parser_nodes___TLl)) /*cast nullable TLl*/;
+  /* parser/parser.nit:7216 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7217 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7218 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7219 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7220 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7221 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7223 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7054);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7223);
   }
-  /* ./parser//parser.nit:7055 */
-  fra.me.REG[3] = NEW_ALlMethid_parser___parser_prod___ALlMethid___init_allmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7058 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7059 */
+  /* parser/parser.nit:7225 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7225);
+  }
+  /* parser/parser.nit:7227 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7227);
+  }
+  /* parser/parser.nit:7228 */
+  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[6], fra.me.REG[4], fra.me.REG[3], fra.me.REG[7]);
+  /* parser/parser.nit:7235 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:7236 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7059);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7236);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20339,42 +20839,82 @@ void parser___ReduceAction182___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction183___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction189___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7064;
-  fra.me.meth = LOCATE_parser___ReduceAction183___action;
+  fra.me.line = 7241;
+  fra.me.meth = LOCATE_parser___ReduceAction189___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7066 */
+  /* parser/parser.nit:7243 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7067 */
+  /* parser/parser.nit:7244 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7069 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TGg, ID_parser___parser_nodes___TGg)) /*cast nullable TGg*/;
+  /* parser/parser.nit:7245 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7246 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7247 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7248 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7249 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7250 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7251 */
+  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7253 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7069);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7253);
   }
-  /* ./parser//parser.nit:7070 */
-  fra.me.REG[3] = NEW_AGgMethid_parser___parser_prod___AGgMethid___init_aggmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7073 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7074 */
+  /* parser/parser.nit:7255 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7255);
+  }
+  /* parser/parser.nit:7256 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
+  fra.me.REG[7] = fra.me.REG[5];
+  /* parser/parser.nit:7258 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7258);
+  }
+  /* parser/parser.nit:7260 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7260);
+  }
+  /* parser/parser.nit:7261 */
+  fra.me.REG[8] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3], fra.me.REG[8]);
+  /* parser/parser.nit:7268 */
+  fra.me.REG[2] = fra.me.REG[8];
+  /* parser/parser.nit:7269 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7074);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7269);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20382,51 +20922,82 @@ void parser___ReduceAction183___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction184___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction190___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7079;
-  fra.me.meth = LOCATE_parser___ReduceAction184___action;
+  fra.me.line = 7274;
+  fra.me.meth = LOCATE_parser___ReduceAction190___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7081 */
+  /* parser/parser.nit:7276 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7082 */
+  /* parser/parser.nit:7277 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7083 */
+  /* parser/parser.nit:7278 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7085 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
+  /* parser/parser.nit:7279 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7280 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7281 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7282 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7283 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7284 */
+  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7286 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7085);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7286);
   }
-  /* ./parser//parser.nit:7087 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
+  /* parser/parser.nit:7288 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7087);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7288);
   }
-  /* ./parser//parser.nit:7088 */
-  fra.me.REG[3] = NEW_ABraMethid_parser___parser_prod___ABraMethid___init_abramethid(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7092 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7093 */
+  /* parser/parser.nit:7290 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7290);
+  }
+  /* parser/parser.nit:7292 */
+  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7292);
+  }
+  /* parser/parser.nit:7293 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[3]);
+  fra.me.REG[8] = fra.me.REG[3];
+  /* parser/parser.nit:7294 */
+  fra.me.REG[8] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[6], fra.me.REG[7], fra.me.REG[5], fra.me.REG[4], fra.me.REG[8]);
+  /* parser/parser.nit:7301 */
+  fra.me.REG[2] = fra.me.REG[8];
+  /* parser/parser.nit:7302 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7093);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7302);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20434,42 +21005,94 @@ void parser___ReduceAction184___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction185___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction191___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7098;
-  fra.me.meth = LOCATE_parser___ReduceAction185___action;
+  fra.me.line = 7307;
+  fra.me.meth = LOCATE_parser___ReduceAction191___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 10;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
+  fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7100 */
+  /* parser/parser.nit:7309 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7101 */
+  /* parser/parser.nit:7310 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7103 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TStarship, ID_parser___parser_nodes___TStarship)) /*cast nullable TStarship*/;
+  /* parser/parser.nit:7311 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7312 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7313 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7314 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7315 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7316 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7317 */
+  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7318 */
+  fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7320 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7103);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7320);
   }
-  /* ./parser//parser.nit:7104 */
-  fra.me.REG[3] = NEW_AStarshipMethid_parser___parser_prod___AStarshipMethid___init_astarshipmethid(fra.me.REG[3]);
-  /* ./parser//parser.nit:7107 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7108 */
+  /* parser/parser.nit:7322 */
+  REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7322);
+  }
+  /* parser/parser.nit:7323 */
+  fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[6]);
+  fra.me.REG[8] = fra.me.REG[6];
+  /* parser/parser.nit:7325 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7325);
+  }
+  /* parser/parser.nit:7327 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7327);
+  }
+  /* parser/parser.nit:7329 */
+  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7329);
+  }
+  /* parser/parser.nit:7330 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[3]);
+  fra.me.REG[9] = fra.me.REG[3];
+  /* parser/parser.nit:7331 */
+  fra.me.REG[9] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[7], fra.me.REG[8], fra.me.REG[5], fra.me.REG[4], fra.me.REG[9]);
+  /* parser/parser.nit:7338 */
+  fra.me.REG[2] = fra.me.REG[9];
+  /* parser/parser.nit:7339 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7108);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7339);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20477,51 +21100,61 @@ void parser___ReduceAction185___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction186___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction192___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7113;
-  fra.me.meth = LOCATE_parser___ReduceAction186___action;
+  fra.me.line = 7344;
+  fra.me.meth = LOCATE_parser___ReduceAction192___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7115 */
+  /* parser/parser.nit:7346 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7116 */
+  /* parser/parser.nit:7347 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7348 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7117 */
+  /* parser/parser.nit:7349 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7119 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
+  /* parser/parser.nit:7350 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7351 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7352 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7354 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7119);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7354);
   }
-  /* ./parser//parser.nit:7121 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
+  /* parser/parser.nit:7356 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7121);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7356);
   }
-  /* ./parser//parser.nit:7122 */
-  fra.me.REG[3] = NEW_AAssignMethid_parser___parser_prod___AAssignMethid___init_aassignmethid(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7126 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7127 */
+  /* parser/parser.nit:7357 */
+  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], fra.me.REG[5], fra.me.REG[3], NIT_NULL, fra.me.REG[6]);
+  /* parser/parser.nit:7364 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:7365 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7127);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7365);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20529,16 +21162,16 @@ void parser___ReduceAction186___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction187___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction193___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7132;
-  fra.me.meth = LOCATE_parser___ReduceAction187___action;
+  fra.me.line = 7370;
+  fra.me.meth = LOCATE_parser___ReduceAction193___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -20546,43 +21179,56 @@ void parser___ReduceAction187___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7134 */
+  /* parser/parser.nit:7372 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7135 */
+  /* parser/parser.nit:7373 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7374 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7136 */
+  /* parser/parser.nit:7375 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7137 */
+  /* parser/parser.nit:7376 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7139 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
+  /* parser/parser.nit:7377 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7378 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7379 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7381 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7139);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7381);
   }
-  /* ./parser//parser.nit:7141 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
+  /* parser/parser.nit:7383 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7141);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7383);
   }
-  /* ./parser//parser.nit:7143 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
+  /* parser/parser.nit:7384 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
+  fra.me.REG[6] = fra.me.REG[4];
+  /* parser/parser.nit:7386 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7143);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7386);
   }
-  /* ./parser//parser.nit:7144 */
-  fra.me.REG[3] = NEW_ABraassignMethid_parser___parser_prod___ABraassignMethid___init_abraassignmethid(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7149 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7150 */
+  /* parser/parser.nit:7387 */
+  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[6], fra.me.REG[3], NIT_NULL, fra.me.REG[7]);
+  /* parser/parser.nit:7394 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:7395 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7150);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7395);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20590,16 +21236,16 @@ void parser___ReduceAction187___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction188___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction194___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7155;
-  fra.me.meth = LOCATE_parser___ReduceAction188___action;
+  fra.me.line = 7400;
+  fra.me.meth = LOCATE_parser___ReduceAction194___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -20608,42 +21254,55 @@ void parser___ReduceAction188___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7157 */
+  /* parser/parser.nit:7402 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7158 */
+  /* parser/parser.nit:7403 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7159 */
+  /* parser/parser.nit:7404 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7160 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7161 */
+  /* parser/parser.nit:7405 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7406 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7407 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7408 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7163 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  /* parser/parser.nit:7409 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7411 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7411);
+  }
+  /* parser/parser.nit:7413 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7163);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7413);
   }
-  /* ./parser//parser.nit:7165 */
+  /* parser/parser.nit:7415 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7165);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7415);
   }
-  /* ./parser//parser.nit:7166 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:7167 */
-  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
-  /* ./parser//parser.nit:7172 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:7173 */
+  /* parser/parser.nit:7416 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
+  fra.me.REG[7] = fra.me.REG[3];
+  /* parser/parser.nit:7417 */
+  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[6], fra.me.REG[4], NIT_NULL, fra.me.REG[7]);
+  /* parser/parser.nit:7424 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:7425 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7173);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7425);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20651,16 +21310,16 @@ void parser___ReduceAction188___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction189___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction195___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7178;
-  fra.me.meth = LOCATE_parser___ReduceAction189___action;
+  fra.me.line = 7430;
+  fra.me.meth = LOCATE_parser___ReduceAction195___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -20670,53 +21329,66 @@ void parser___ReduceAction189___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7180 */
+  /* parser/parser.nit:7432 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7181 */
+  /* parser/parser.nit:7433 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7182 */
+  /* parser/parser.nit:7434 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7435 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7183 */
+  /* parser/parser.nit:7436 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7184 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7185 */
+  /* parser/parser.nit:7437 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7438 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7439 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7187 */
+  /* parser/parser.nit:7440 */
+  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7442 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7442);
+  }
+  /* parser/parser.nit:7444 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7187);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7444);
   }
-  /* ./parser//parser.nit:7188 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[5]);
-  fra.me.REG[6] = fra.me.REG[5];
-  /* ./parser//parser.nit:7190 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  /* parser/parser.nit:7445 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
+  fra.me.REG[7] = fra.me.REG[5];
+  /* parser/parser.nit:7447 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7190);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7447);
   }
-  /* ./parser//parser.nit:7192 */
+  /* parser/parser.nit:7449 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7192);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7449);
   }
-  /* ./parser//parser.nit:7193 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
-  fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:7194 */
-  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[6], fra.me.REG[4], fra.me.REG[7]);
-  /* ./parser//parser.nit:7199 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:7200 */
+  /* parser/parser.nit:7450 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[3]);
+  fra.me.REG[8] = fra.me.REG[3];
+  /* parser/parser.nit:7451 */
+  fra.me.REG[8] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], NIT_NULL, fra.me.REG[8]);
+  /* parser/parser.nit:7458 */
+  fra.me.REG[2] = fra.me.REG[8];
+  /* parser/parser.nit:7459 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7200);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7459);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20724,14 +21396,14 @@ void parser___ReduceAction189___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction190___action(val_t p0, val_t p1){
+void parser___ReduceAction196___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7205;
-  fra.me.meth = LOCATE_parser___ReduceAction190___action;
+  fra.me.line = 7464;
+  fra.me.meth = LOCATE_parser___ReduceAction196___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -20743,31 +21415,31 @@ void parser___ReduceAction190___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7207 */
+  /* parser/parser.nit:7466 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7208 */
+  /* parser/parser.nit:7467 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7209 */
+  /* parser/parser.nit:7468 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7210 */
+  /* parser/parser.nit:7469 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7211 */
+  /* parser/parser.nit:7470 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7213 */
+  /* parser/parser.nit:7472 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7213);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7472);
   }
-  /* ./parser//parser.nit:7214 */
-  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], fra.me.REG[3], fra.me.REG[5]);
-  /* ./parser//parser.nit:7219 */
+  /* parser/parser.nit:7473 */
+  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3], fra.me.REG[5]);
+  /* parser/parser.nit:7480 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7220 */
+  /* parser/parser.nit:7481 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7220);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7481);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20775,14 +21447,14 @@ void parser___ReduceAction190___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction191___action(val_t p0, val_t p1){
+void parser___ReduceAction197___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7225;
-  fra.me.meth = LOCATE_parser___ReduceAction191___action;
+  fra.me.line = 7486;
+  fra.me.meth = LOCATE_parser___ReduceAction197___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -20795,42 +21467,42 @@ void parser___ReduceAction191___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7227 */
+  /* parser/parser.nit:7488 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7228 */
+  /* parser/parser.nit:7489 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7229 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7230 */
+  /* parser/parser.nit:7490 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7491 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7231 */
+  /* parser/parser.nit:7492 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7232 */
+  /* parser/parser.nit:7493 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7234 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:7495 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7234);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7495);
   }
-  /* ./parser//parser.nit:7235 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
-  fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:7237 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  /* parser/parser.nit:7497 */
+  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7237);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7497);
   }
-  /* ./parser//parser.nit:7238 */
-  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[3], fra.me.REG[6]);
-  /* ./parser//parser.nit:7243 */
+  /* parser/parser.nit:7498 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
+  fra.me.REG[6] = fra.me.REG[3];
+  /* parser/parser.nit:7499 */
+  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[6]);
+  /* parser/parser.nit:7506 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:7244 */
+  /* parser/parser.nit:7507 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7244);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7507);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20838,51 +21510,41 @@ void parser___ReduceAction191___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction192___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction198___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7249;
-  fra.me.meth = LOCATE_parser___ReduceAction192___action;
+  fra.me.line = 7512;
+  fra.me.meth = LOCATE_parser___ReduceAction198___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7251 */
+  /* parser/parser.nit:7514 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7252 */
+  /* parser/parser.nit:7515 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7253 */
+  /* parser/parser.nit:7516 */
+  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7517 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7254 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7256 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7256);
-  }
-  /* ./parser//parser.nit:7257 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:7258 */
-  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], NIT_NULL, fra.me.REG[5]);
-  /* ./parser//parser.nit:7263 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7264 */
+  /* parser/parser.nit:7518 */
+  fra.me.REG[4] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL, fra.me.REG[4]);
+  /* parser/parser.nit:7525 */
+  fra.me.REG[2] = fra.me.REG[4];
+  /* parser/parser.nit:7526 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7264);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7526);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20890,16 +21552,16 @@ void parser___ReduceAction192___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction193___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction199___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7269;
-  fra.me.meth = LOCATE_parser___ReduceAction193___action;
+  fra.me.line = 7531;
+  fra.me.meth = LOCATE_parser___ReduceAction199___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -20907,46 +21569,36 @@ void parser___ReduceAction193___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7271 */
+  /* parser/parser.nit:7533 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7272 */
+  /* parser/parser.nit:7534 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7273 */
+  /* parser/parser.nit:7535 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7274 */
+  /* parser/parser.nit:7536 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7537 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7275 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7277 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7277);
-  }
-  /* ./parser//parser.nit:7278 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
-  fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:7280 */
+  /* parser/parser.nit:7539 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7280);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7539);
   }
-  /* ./parser//parser.nit:7281 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:7282 */
-  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], NIT_NULL, fra.me.REG[6]);
-  /* ./parser//parser.nit:7287 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:7288 */
+  /* parser/parser.nit:7540 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
+  fra.me.REG[5] = fra.me.REG[3];
+  /* parser/parser.nit:7541 */
+  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[4], NIT_NULL, NIT_NULL, fra.me.REG[5]);
+  /* parser/parser.nit:7548 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:7549 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7288);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7549);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20954,41 +21606,59 @@ void parser___ReduceAction193___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction194___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction200___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7293;
-  fra.me.meth = LOCATE_parser___ReduceAction194___action;
+  fra.me.line = 7554;
+  fra.me.meth = LOCATE_parser___ReduceAction200___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7295 */
+  /* parser/parser.nit:7556 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7296 */
+  /* parser/parser.nit:7557 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7297 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7298 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7299 */
-  fra.me.REG[4] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[3], NIT_NULL, fra.me.REG[4]);
-  /* ./parser//parser.nit:7304 */
-  fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:7305 */
+  /* parser/parser.nit:7558 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7559 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7560 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7561 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7563 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7563);
+  }
+  /* parser/parser.nit:7565 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7565);
+  }
+  /* parser/parser.nit:7566 */
+  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], fra.me.REG[5], fra.me.REG[3], NIT_NULL, fra.me.REG[6]);
+  /* parser/parser.nit:7573 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:7574 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7305);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7574);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -20996,16 +21666,16 @@ void parser___ReduceAction194___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction195___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction201___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7310;
-  fra.me.meth = LOCATE_parser___ReduceAction195___action;
+  fra.me.line = 7579;
+  fra.me.meth = LOCATE_parser___ReduceAction201___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -21013,36 +21683,54 @@ void parser___ReduceAction195___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7312 */
+  /* parser/parser.nit:7581 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7313 */
+  /* parser/parser.nit:7582 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7314 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7315 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7316 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7318 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:7583 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7584 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7585 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7586 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7587 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7589 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7318);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7589);
   }
-  /* ./parser//parser.nit:7319 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
-  fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:7320 */
-  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], NIT_NULL, fra.me.REG[5]);
-  /* ./parser//parser.nit:7325 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7326 */
+  /* parser/parser.nit:7591 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7591);
+  }
+  /* parser/parser.nit:7592 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
+  fra.me.REG[6] = fra.me.REG[4];
+  /* parser/parser.nit:7594 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7594);
+  }
+  /* parser/parser.nit:7595 */
+  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[6], fra.me.REG[3], NIT_NULL, fra.me.REG[7]);
+  /* parser/parser.nit:7602 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:7603 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7326);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7603);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21050,39 +21738,68 @@ void parser___ReduceAction195___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction196___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction202___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7331;
-  fra.me.meth = LOCATE_parser___ReduceAction196___action;
+  fra.me.line = 7608;
+  fra.me.meth = LOCATE_parser___ReduceAction202___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7333 */
+  /* parser/parser.nit:7610 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7334 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7335 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7336 */
-  fra.me.REG[4] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[3], NIT_NULL, fra.me.REG[4]);
-  /* ./parser//parser.nit:7341 */
-  fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:7342 */
+  /* parser/parser.nit:7611 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7612 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7613 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7614 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7615 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7616 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7618 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7618);
+  }
+  /* parser/parser.nit:7620 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7620);
+  }
+  /* parser/parser.nit:7622 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7622);
+  }
+  /* parser/parser.nit:7623 */
+  fra.me.REG[7] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[6], fra.me.REG[4], fra.me.REG[3], fra.me.REG[7]);
+  /* parser/parser.nit:7630 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:7631 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7342);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7631);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21090,16 +21807,16 @@ void parser___ReduceAction196___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction197___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction203___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7347;
-  fra.me.meth = LOCATE_parser___ReduceAction197___action;
+  fra.me.line = 7636;
+  fra.me.meth = LOCATE_parser___ReduceAction203___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -21107,34 +21824,63 @@ void parser___ReduceAction197___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7349 */
+  /* parser/parser.nit:7638 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7350 */
+  /* parser/parser.nit:7639 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7351 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7352 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7354 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:7640 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7641 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7642 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7643 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:7644 */
+  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7645 */
+  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7647 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7354);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7647);
   }
-  /* ./parser//parser.nit:7355 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
-  fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:7356 */
-  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], NIT_NULL, fra.me.REG[5]);
-  /* ./parser//parser.nit:7361 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7362 */
+  /* parser/parser.nit:7649 */
+  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7649);
+  }
+  /* parser/parser.nit:7650 */
+  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
+  fra.me.REG[7] = fra.me.REG[5];
+  /* parser/parser.nit:7652 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7652);
+  }
+  /* parser/parser.nit:7654 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7654);
+  }
+  /* parser/parser.nit:7655 */
+  fra.me.REG[8] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3], fra.me.REG[8]);
+  /* parser/parser.nit:7662 */
+  fra.me.REG[2] = fra.me.REG[8];
+  /* parser/parser.nit:7663 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7362);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7663);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21142,48 +21888,39 @@ void parser___ReduceAction197___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction198___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction204___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7367;
-  fra.me.meth = LOCATE_parser___ReduceAction198___action;
+  fra.me.line = 7668;
+  fra.me.meth = LOCATE_parser___ReduceAction204___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7369 */
+  /* parser/parser.nit:7670 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7370 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7371 */
+  /* parser/parser.nit:7671 */
+  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7672 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7372 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7374 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7374);
-  }
-  /* ./parser//parser.nit:7375 */
-  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[4], fra.me.REG[3], fra.me.REG[5]);
-  /* ./parser//parser.nit:7380 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7381 */
+  /* parser/parser.nit:7673 */
+  fra.me.REG[4] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[3], NIT_NULL, NIT_NULL, fra.me.REG[4]);
+  /* parser/parser.nit:7680 */
+  fra.me.REG[2] = fra.me.REG[4];
+  /* parser/parser.nit:7681 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7381);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7681);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21191,16 +21928,16 @@ void parser___ReduceAction198___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction199___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction205___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7386;
-  fra.me.meth = LOCATE_parser___ReduceAction199___action;
+  fra.me.line = 7686;
+  fra.me.meth = LOCATE_parser___ReduceAction205___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -21208,43 +21945,31 @@ void parser___ReduceAction199___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7388 */
+  /* parser/parser.nit:7688 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7389 */
+  /* parser/parser.nit:7689 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7390 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7391 */
+  /* parser/parser.nit:7690 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:7691 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7392 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7394 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7394);
-  }
-  /* ./parser//parser.nit:7395 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
-  fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:7397 */
+  /* parser/parser.nit:7693 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7397);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7693);
   }
-  /* ./parser//parser.nit:7398 */
-  fra.me.REG[6] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(fra.me.REG[5], fra.me.REG[3], fra.me.REG[6]);
-  /* ./parser//parser.nit:7403 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:7404 */
+  /* parser/parser.nit:7694 */
+  fra.me.REG[5] = NEW_ASignature_parser___parser_prod___ASignature___init_asignature(NIT_NULL, fra.me.REG[4], NIT_NULL, fra.me.REG[3], fra.me.REG[5]);
+  /* parser/parser.nit:7701 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:7702 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7404);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7702);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21252,15 +21977,15 @@ void parser___ReduceAction199___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction200___action(val_t p0, val_t p1){
+void parser___ReduceAction206___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 7409;
-  fra.me.meth = LOCATE_parser___ReduceAction200___action;
+  fra.me.line = 7707;
+  fra.me.meth = LOCATE_parser___ReduceAction206___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -21271,21 +21996,15 @@ void parser___ReduceAction200___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7411 */
+  /* parser/parser.nit:7709 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7412 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7413 */
+  /* parser/parser.nit:7710 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7414 */
+  /* parser/parser.nit:7711 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7415 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7416 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7417 */
+  /* parser/parser.nit:7712 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7419 */
+  /* parser/parser.nit:7714 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -21300,16 +22019,16 @@ void parser___ReduceAction200___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:7420 */
+    /* parser/parser.nit:7715 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:7422 */
+  /* parser/parser.nit:7717 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:7423 */
+  /* parser/parser.nit:7718 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7423);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7718);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21317,15 +22036,15 @@ void parser___ReduceAction200___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction201___action(val_t p0, val_t p1){
+void parser___ReduceAction207___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 7428;
-  fra.me.meth = LOCATE_parser___ReduceAction201___action;
+  fra.me.line = 7723;
+  fra.me.meth = LOCATE_parser___ReduceAction207___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -21337,29 +22056,23 @@ void parser___ReduceAction201___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7430 */
+  /* parser/parser.nit:7725 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7431 */
+  /* parser/parser.nit:7726 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7432 */
+  /* parser/parser.nit:7727 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7433 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7434 */
+  /* parser/parser.nit:7728 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7435 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7436 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7437 */
+  /* parser/parser.nit:7729 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7440 */
+  /* parser/parser.nit:7732 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7440);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7732);
   }
-  /* ./parser//parser.nit:7441 */
+  /* parser/parser.nit:7733 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -21374,60 +22087,19 @@ void parser___ReduceAction201___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:7442 */
+    /* parser/parser.nit:7734 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:7444 */
+  /* parser/parser.nit:7736 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:7445 */
+  /* parser/parser.nit:7737 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7446 */
-  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7446);
-  }
-  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
-  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
-  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-void parser___ReduceAction202___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_parser;
-  fra.me.line = 7451;
-  fra.me.meth = LOCATE_parser___ReduceAction202___action;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
-  fra.me.nitni_local_ref_head = NULL;
-  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[0] = p0;
-  fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7453 */
-  fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7454 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7455 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7456 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7457 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7458 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7459 */
+  /* parser/parser.nit:7738 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7459);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7738);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21435,14 +22107,14 @@ void parser___ReduceAction202___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction203___action(val_t p0, val_t p1){
+void parser___ReduceAction208___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7464;
-  fra.me.meth = LOCATE_parser___ReduceAction203___action;
+  fra.me.line = 7743;
+  fra.me.meth = LOCATE_parser___ReduceAction208___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -21453,21 +22125,21 @@ void parser___ReduceAction203___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7466 */
+  /* parser/parser.nit:7745 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7467 */
+  /* parser/parser.nit:7746 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7468 */
+  /* parser/parser.nit:7747 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7469 */
+  /* parser/parser.nit:7748 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7471 */
+  /* parser/parser.nit:7750 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7472 */
+  /* parser/parser.nit:7751 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7472);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7751);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21475,14 +22147,14 @@ void parser___ReduceAction203___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction204___action(val_t p0, val_t p1){
+void parser___ReduceAction209___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7477;
-  fra.me.meth = LOCATE_parser___ReduceAction204___action;
+  fra.me.line = 7756;
+  fra.me.meth = LOCATE_parser___ReduceAction209___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -21492,25 +22164,25 @@ void parser___ReduceAction204___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7479 */
+  /* parser/parser.nit:7758 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7480 */
+  /* parser/parser.nit:7759 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7482 */
+  /* parser/parser.nit:7761 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7482);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7761);
   }
-  /* ./parser//parser.nit:7483 */
+  /* parser/parser.nit:7762 */
   fra.me.REG[3] = NEW_AParam_parser___parser_prod___AParam___init_aparam(fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:7488 */
+  /* parser/parser.nit:7767 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7489 */
+  /* parser/parser.nit:7768 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7489);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7768);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21518,14 +22190,14 @@ void parser___ReduceAction204___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction205___action(val_t p0, val_t p1){
+void parser___ReduceAction210___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7494;
-  fra.me.meth = LOCATE_parser___ReduceAction205___action;
+  fra.me.line = 7773;
+  fra.me.meth = LOCATE_parser___ReduceAction210___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -21536,33 +22208,33 @@ void parser___ReduceAction205___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7496 */
+  /* parser/parser.nit:7775 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7497 */
+  /* parser/parser.nit:7776 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7498 */
+  /* parser/parser.nit:7777 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7500 */
+  /* parser/parser.nit:7779 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7500);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7779);
   }
-  /* ./parser//parser.nit:7502 */
+  /* parser/parser.nit:7781 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7502);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7781);
   }
-  /* ./parser//parser.nit:7503 */
+  /* parser/parser.nit:7782 */
   fra.me.REG[3] = NEW_AParam_parser___parser_prod___AParam___init_aparam(fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:7508 */
+  /* parser/parser.nit:7787 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7509 */
+  /* parser/parser.nit:7788 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7509);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7788);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21570,14 +22242,14 @@ void parser___ReduceAction205___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction206___action(val_t p0, val_t p1){
+void parser___ReduceAction211___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7514;
-  fra.me.meth = LOCATE_parser___ReduceAction206___action;
+  fra.me.line = 7793;
+  fra.me.meth = LOCATE_parser___ReduceAction211___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -21589,41 +22261,41 @@ void parser___ReduceAction206___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7516 */
+  /* parser/parser.nit:7795 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7517 */
+  /* parser/parser.nit:7796 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7518 */
+  /* parser/parser.nit:7797 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7519 */
+  /* parser/parser.nit:7798 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7521 */
+  /* parser/parser.nit:7800 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7521);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7800);
   }
-  /* ./parser//parser.nit:7523 */
+  /* parser/parser.nit:7802 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7523);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7802);
   }
-  /* ./parser//parser.nit:7525 */
+  /* parser/parser.nit:7804 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TDotdotdot, ID_parser___parser_nodes___TDotdotdot)) /*cast nullable TDotdotdot*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7525);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7804);
   }
-  /* ./parser//parser.nit:7526 */
+  /* parser/parser.nit:7805 */
   fra.me.REG[3] = NEW_AParam_parser___parser_prod___AParam___init_aparam(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7531 */
+  /* parser/parser.nit:7810 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7532 */
+  /* parser/parser.nit:7811 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7532);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7811);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21631,14 +22303,14 @@ void parser___ReduceAction206___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction207___action(val_t p0, val_t p1){
+void parser___ReduceAction212___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7537;
-  fra.me.meth = LOCATE_parser___ReduceAction207___action;
+  fra.me.line = 7816;
+  fra.me.meth = LOCATE_parser___ReduceAction212___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -21649,30 +22321,28 @@ void parser___ReduceAction207___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7539 */
+  /* parser/parser.nit:7818 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7540 */
+  /* parser/parser.nit:7819 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7541 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7542 */
+  /* parser/parser.nit:7820 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7544 */
+  /* parser/parser.nit:7822 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7544);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7822);
   }
-  /* ./parser//parser.nit:7545 */
+  /* parser/parser.nit:7823 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:7546 */
+  /* parser/parser.nit:7824 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:7547 */
+  /* parser/parser.nit:7825 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7547);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7825);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21680,14 +22350,14 @@ void parser___ReduceAction207___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction208___action(val_t p0, val_t p1){
+void parser___ReduceAction213___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7552;
-  fra.me.meth = LOCATE_parser___ReduceAction208___action;
+  fra.me.line = 7830;
+  fra.me.meth = LOCATE_parser___ReduceAction213___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -21699,43 +22369,43 @@ void parser___ReduceAction208___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7554 */
+  /* parser/parser.nit:7832 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7555 */
+  /* parser/parser.nit:7833 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7556 */
+  /* parser/parser.nit:7834 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7557 */
+  /* parser/parser.nit:7835 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7558 */
+  /* parser/parser.nit:7836 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7560 */
+  /* parser/parser.nit:7838 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7560);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7838);
   }
-  /* ./parser//parser.nit:7562 */
+  /* parser/parser.nit:7840 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7562);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7840);
   }
-  /* ./parser//parser.nit:7564 */
+  /* parser/parser.nit:7842 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7564);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7842);
   }
-  /* ./parser//parser.nit:7565 */
+  /* parser/parser.nit:7843 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(NIT_NULL, fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:7572 */
+  /* parser/parser.nit:7850 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7573 */
+  /* parser/parser.nit:7851 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7573);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7851);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21743,14 +22413,14 @@ void parser___ReduceAction208___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction209___action(val_t p0, val_t p1){
+void parser___ReduceAction214___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7578;
-  fra.me.meth = LOCATE_parser___ReduceAction209___action;
+  fra.me.line = 7856;
+  fra.me.meth = LOCATE_parser___ReduceAction214___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -21763,51 +22433,51 @@ void parser___ReduceAction209___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7580 */
+  /* parser/parser.nit:7858 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7581 */
+  /* parser/parser.nit:7859 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7582 */
+  /* parser/parser.nit:7860 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7583 */
+  /* parser/parser.nit:7861 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7584 */
+  /* parser/parser.nit:7862 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7585 */
+  /* parser/parser.nit:7863 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7587 */
+  /* parser/parser.nit:7865 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7587);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7865);
   }
-  /* ./parser//parser.nit:7589 */
+  /* parser/parser.nit:7867 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7589);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7867);
   }
-  /* ./parser//parser.nit:7591 */
+  /* parser/parser.nit:7869 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7591);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7869);
   }
-  /* ./parser//parser.nit:7593 */
+  /* parser/parser.nit:7871 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7593);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7871);
   }
-  /* ./parser//parser.nit:7594 */
+  /* parser/parser.nit:7872 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:7601 */
+  /* parser/parser.nit:7879 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7602 */
+  /* parser/parser.nit:7880 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7602);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7880);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21815,14 +22485,14 @@ void parser___ReduceAction209___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction210___action(val_t p0, val_t p1){
+void parser___ReduceAction215___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7607;
-  fra.me.meth = LOCATE_parser___ReduceAction210___action;
+  fra.me.line = 7885;
+  fra.me.meth = LOCATE_parser___ReduceAction215___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -21835,53 +22505,53 @@ void parser___ReduceAction210___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7609 */
+  /* parser/parser.nit:7887 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7610 */
+  /* parser/parser.nit:7888 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7611 */
+  /* parser/parser.nit:7889 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7612 */
+  /* parser/parser.nit:7890 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7613 */
+  /* parser/parser.nit:7891 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7614 */
+  /* parser/parser.nit:7892 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7615 */
+  /* parser/parser.nit:7893 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7617 */
+  /* parser/parser.nit:7895 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7617);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7895);
   }
-  /* ./parser//parser.nit:7619 */
+  /* parser/parser.nit:7897 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7619);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7897);
   }
-  /* ./parser//parser.nit:7621 */
+  /* parser/parser.nit:7899 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7621);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7899);
   }
-  /* ./parser//parser.nit:7623 */
+  /* parser/parser.nit:7901 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7623);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7901);
   }
-  /* ./parser//parser.nit:7624 */
+  /* parser/parser.nit:7902 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7631 */
+  /* parser/parser.nit:7909 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7632 */
+  /* parser/parser.nit:7910 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7632);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7910);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21889,14 +22559,14 @@ void parser___ReduceAction210___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction211___action(val_t p0, val_t p1){
+void parser___ReduceAction216___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7637;
-  fra.me.meth = LOCATE_parser___ReduceAction211___action;
+  fra.me.line = 7915;
+  fra.me.meth = LOCATE_parser___ReduceAction216___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -21910,61 +22580,61 @@ void parser___ReduceAction211___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7639 */
+  /* parser/parser.nit:7917 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7640 */
+  /* parser/parser.nit:7918 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7641 */
+  /* parser/parser.nit:7919 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7642 */
+  /* parser/parser.nit:7920 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7643 */
+  /* parser/parser.nit:7921 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7644 */
+  /* parser/parser.nit:7922 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7645 */
+  /* parser/parser.nit:7923 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7646 */
+  /* parser/parser.nit:7924 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7648 */
+  /* parser/parser.nit:7926 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7648);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7926);
   }
-  /* ./parser//parser.nit:7650 */
+  /* parser/parser.nit:7928 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7650);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7928);
   }
-  /* ./parser//parser.nit:7652 */
+  /* parser/parser.nit:7930 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7652);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7930);
   }
-  /* ./parser//parser.nit:7654 */
+  /* parser/parser.nit:7932 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7654);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7932);
   }
-  /* ./parser//parser.nit:7656 */
+  /* parser/parser.nit:7934 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7656);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7934);
   }
-  /* ./parser//parser.nit:7657 */
+  /* parser/parser.nit:7935 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7664 */
+  /* parser/parser.nit:7942 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7665 */
+  /* parser/parser.nit:7943 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7665);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7943);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -21972,14 +22642,14 @@ void parser___ReduceAction211___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction212___action(val_t p0, val_t p1){
+void parser___ReduceAction217___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7670;
-  fra.me.meth = LOCATE_parser___ReduceAction212___action;
+  fra.me.line = 7948;
+  fra.me.meth = LOCATE_parser___ReduceAction217___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -21992,55 +22662,55 @@ void parser___ReduceAction212___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7672 */
+  /* parser/parser.nit:7950 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7673 */
+  /* parser/parser.nit:7951 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7674 */
+  /* parser/parser.nit:7952 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7675 */
+  /* parser/parser.nit:7953 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7676 */
+  /* parser/parser.nit:7954 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7677 */
+  /* parser/parser.nit:7955 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7678 */
+  /* parser/parser.nit:7956 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7679 */
+  /* parser/parser.nit:7957 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7681 */
+  /* parser/parser.nit:7959 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7681);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7959);
   }
-  /* ./parser//parser.nit:7683 */
+  /* parser/parser.nit:7961 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7683);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7961);
   }
-  /* ./parser//parser.nit:7685 */
+  /* parser/parser.nit:7963 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7685);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7963);
   }
-  /* ./parser//parser.nit:7687 */
+  /* parser/parser.nit:7965 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7687);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7965);
   }
-  /* ./parser//parser.nit:7688 */
+  /* parser/parser.nit:7966 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(NIT_NULL, fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7695 */
+  /* parser/parser.nit:7973 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7696 */
+  /* parser/parser.nit:7974 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7696);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7974);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22048,14 +22718,14 @@ void parser___ReduceAction212___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction213___action(val_t p0, val_t p1){
+void parser___ReduceAction218___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7701;
-  fra.me.meth = LOCATE_parser___ReduceAction213___action;
+  fra.me.line = 7979;
+  fra.me.meth = LOCATE_parser___ReduceAction218___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -22069,63 +22739,63 @@ void parser___ReduceAction213___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7703 */
+  /* parser/parser.nit:7981 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7704 */
+  /* parser/parser.nit:7982 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7705 */
+  /* parser/parser.nit:7983 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7706 */
+  /* parser/parser.nit:7984 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7707 */
+  /* parser/parser.nit:7985 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7708 */
+  /* parser/parser.nit:7986 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7709 */
+  /* parser/parser.nit:7987 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7710 */
+  /* parser/parser.nit:7988 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7711 */
+  /* parser/parser.nit:7989 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7713 */
+  /* parser/parser.nit:7991 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7713);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7991);
   }
-  /* ./parser//parser.nit:7715 */
+  /* parser/parser.nit:7993 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7715);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7993);
   }
-  /* ./parser//parser.nit:7717 */
+  /* parser/parser.nit:7995 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7717);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7995);
   }
-  /* ./parser//parser.nit:7719 */
+  /* parser/parser.nit:7997 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ASignature, ID_parser___parser_nodes___ASignature)) /*cast nullable ASignature*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7719);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7997);
   }
-  /* ./parser//parser.nit:7721 */
+  /* parser/parser.nit:7999 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7721);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 7999);
   }
-  /* ./parser//parser.nit:7722 */
+  /* parser/parser.nit:8000 */
   fra.me.REG[3] = NEW_AClosureDecl_parser___parser_prod___AClosureDecl___init_aclosuredecl(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7729 */
+  /* parser/parser.nit:8007 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7730 */
+  /* parser/parser.nit:8008 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7730);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8008);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22133,14 +22803,14 @@ void parser___ReduceAction213___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction214___action(val_t p0, val_t p1){
+void parser___ReduceAction219___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7735;
-  fra.me.meth = LOCATE_parser___ReduceAction214___action;
+  fra.me.line = 8013;
+  fra.me.meth = LOCATE_parser___ReduceAction219___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -22150,25 +22820,25 @@ void parser___ReduceAction214___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7737 */
+  /* parser/parser.nit:8015 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7738 */
+  /* parser/parser.nit:8016 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7740 */
+  /* parser/parser.nit:8018 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7740);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8018);
   }
-  /* ./parser//parser.nit:7741 */
+  /* parser/parser.nit:8019 */
   fra.me.REG[3] = NEW_AReturnExpr_parser___parser_prod___AReturnExpr___init_areturnexpr(NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:7745 */
+  /* parser/parser.nit:8023 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7746 */
+  /* parser/parser.nit:8024 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7746);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8024);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22176,15 +22846,15 @@ void parser___ReduceAction214___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction215___action(val_t p0, val_t p1){
+void parser___ReduceAction220___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 7751;
-  fra.me.meth = LOCATE_parser___ReduceAction215___action;
+  fra.me.line = 8029;
+  fra.me.meth = LOCATE_parser___ReduceAction220___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22196,29 +22866,29 @@ void parser___ReduceAction215___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7753 */
+  /* parser/parser.nit:8031 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7754 */
+  /* parser/parser.nit:8032 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7755 */
+  /* parser/parser.nit:8033 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7756 */
+  /* parser/parser.nit:8034 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7757 */
+  /* parser/parser.nit:8035 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7759 */
+  /* parser/parser.nit:8037 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwimport, ID_parser___parser_nodes___TKwimport)) /*cast nullable TKwimport*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7759);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8037);
   }
-  /* ./parser//parser.nit:7761 */
+  /* parser/parser.nit:8039 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExternCall, ID_parser___parser_nodes___AExternCall)) /*cast nullable AExternCall*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7761);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8039);
   }
-  /* ./parser//parser.nit:7762 */
+  /* parser/parser.nit:8040 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -22233,18 +22903,18 @@ void parser___ReduceAction215___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:7763 */
+    /* parser/parser.nit:8041 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:7765 */
+  /* parser/parser.nit:8043 */
   fra.me.REG[5] = NEW_AExternCalls_parser___parser_prod___AExternCalls___init_aexterncalls(fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:7769 */
+  /* parser/parser.nit:8047 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:7770 */
+  /* parser/parser.nit:8048 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7770);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8048);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22252,15 +22922,15 @@ void parser___ReduceAction215___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction216___action(val_t p0, val_t p1){
+void parser___ReduceAction221___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} 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_parser;
-  fra.me.line = 7775;
-  fra.me.meth = LOCATE_parser___ReduceAction216___action;
+  fra.me.line = 8053;
+  fra.me.meth = LOCATE_parser___ReduceAction221___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -22273,37 +22943,37 @@ void parser___ReduceAction216___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7777 */
+  /* parser/parser.nit:8055 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7778 */
+  /* parser/parser.nit:8056 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7779 */
+  /* parser/parser.nit:8057 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7780 */
+  /* parser/parser.nit:8058 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7781 */
+  /* parser/parser.nit:8059 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7782 */
+  /* parser/parser.nit:8060 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7784 */
+  /* parser/parser.nit:8062 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwimport, ID_parser___parser_nodes___TKwimport)) /*cast nullable TKwimport*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7784);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8062);
   }
-  /* ./parser//parser.nit:7786 */
+  /* parser/parser.nit:8064 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExternCall, ID_parser___parser_nodes___AExternCall)) /*cast nullable AExternCall*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7786);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8064);
   }
-  /* ./parser//parser.nit:7788 */
+  /* parser/parser.nit:8066 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7788);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8066);
   }
-  /* ./parser//parser.nit:7789 */
+  /* parser/parser.nit:8067 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -22318,21 +22988,21 @@ void parser___ReduceAction216___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:7790 */
+    /* parser/parser.nit:8068 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:7792 */
+  /* parser/parser.nit:8070 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
   fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:7793 */
+  /* parser/parser.nit:8071 */
   fra.me.REG[6] = NEW_AExternCalls_parser___parser_prod___AExternCalls___init_aexterncalls(fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:7797 */
+  /* parser/parser.nit:8075 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:7798 */
+  /* parser/parser.nit:8076 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7798);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8076);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22340,14 +23010,14 @@ void parser___ReduceAction216___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction217___action(val_t p0, val_t p1){
+void parser___ReduceAction222___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7803;
-  fra.me.meth = LOCATE_parser___ReduceAction217___action;
+  fra.me.line = 8081;
+  fra.me.meth = LOCATE_parser___ReduceAction222___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -22358,21 +23028,21 @@ void parser___ReduceAction217___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7805 */
+  /* parser/parser.nit:8083 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7806 */
+  /* parser/parser.nit:8084 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7807 */
+  /* parser/parser.nit:8085 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7808 */
+  /* parser/parser.nit:8086 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7810 */
+  /* parser/parser.nit:8088 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7811 */
+  /* parser/parser.nit:8089 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7811);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8089);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22380,14 +23050,14 @@ void parser___ReduceAction217___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction218___action(val_t p0, val_t p1){
+void parser___ReduceAction223___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7816;
-  fra.me.meth = LOCATE_parser___ReduceAction218___action;
+  fra.me.line = 8094;
+  fra.me.meth = LOCATE_parser___ReduceAction223___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -22397,17 +23067,17 @@ void parser___ReduceAction218___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7818 */
+  /* parser/parser.nit:8096 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7819 */
+  /* parser/parser.nit:8097 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7821 */
+  /* parser/parser.nit:8099 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7822 */
+  /* parser/parser.nit:8100 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7822);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8100);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22415,14 +23085,14 @@ void parser___ReduceAction218___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction220___action(val_t p0, val_t p1){
+void parser___ReduceAction225___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7827;
-  fra.me.meth = LOCATE_parser___ReduceAction220___action;
+  fra.me.line = 8105;
+  fra.me.meth = LOCATE_parser___ReduceAction225___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -22432,25 +23102,25 @@ void parser___ReduceAction220___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7829 */
+  /* parser/parser.nit:8107 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7830 */
+  /* parser/parser.nit:8108 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7832 */
+  /* parser/parser.nit:8110 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwsuper, ID_parser___parser_nodes___TKwsuper)) /*cast nullable TKwsuper*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7832);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8110);
   }
-  /* ./parser//parser.nit:7833 */
+  /* parser/parser.nit:8111 */
   fra.me.REG[3] = NEW_ASuperExternCall_parser___parser_prod___ASuperExternCall___init_asuperexterncall(fra.me.REG[3]);
-  /* ./parser//parser.nit:7836 */
+  /* parser/parser.nit:8114 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7837 */
+  /* parser/parser.nit:8115 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7837);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8115);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22458,14 +23128,14 @@ void parser___ReduceAction220___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction221___action(val_t p0, val_t p1){
+void parser___ReduceAction226___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7842;
-  fra.me.meth = LOCATE_parser___ReduceAction221___action;
+  fra.me.line = 8120;
+  fra.me.meth = LOCATE_parser___ReduceAction226___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -22475,25 +23145,25 @@ void parser___ReduceAction221___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7844 */
+  /* parser/parser.nit:8122 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7845 */
+  /* parser/parser.nit:8123 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7847 */
+  /* parser/parser.nit:8125 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7847);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8125);
   }
-  /* ./parser//parser.nit:7848 */
+  /* parser/parser.nit:8126 */
   fra.me.REG[3] = NEW_ALocalPropExternCall_parser___parser_prod___ALocalPropExternCall___init_alocalpropexterncall(fra.me.REG[3]);
-  /* ./parser//parser.nit:7851 */
+  /* parser/parser.nit:8129 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7852 */
+  /* parser/parser.nit:8130 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7852);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8130);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22501,14 +23171,14 @@ void parser___ReduceAction221___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction222___action(val_t p0, val_t p1){
+void parser___ReduceAction227___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7857;
-  fra.me.meth = LOCATE_parser___ReduceAction222___action;
+  fra.me.line = 8135;
+  fra.me.meth = LOCATE_parser___ReduceAction227___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22520,41 +23190,41 @@ void parser___ReduceAction222___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7859 */
+  /* parser/parser.nit:8137 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7860 */
+  /* parser/parser.nit:8138 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7861 */
+  /* parser/parser.nit:8139 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7862 */
+  /* parser/parser.nit:8140 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7864 */
+  /* parser/parser.nit:8142 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7864);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8142);
   }
-  /* ./parser//parser.nit:7866 */
+  /* parser/parser.nit:8144 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TQuad, ID_parser___parser_nodes___TQuad)) /*cast nullable TQuad*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7866);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8144);
   }
-  /* ./parser//parser.nit:7868 */
+  /* parser/parser.nit:8146 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AMethid, ID_parser___parser_nodes___AMethid)) /*cast nullable AMethid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7868);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8146);
   }
-  /* ./parser//parser.nit:7869 */
+  /* parser/parser.nit:8147 */
   fra.me.REG[3] = NEW_AFullPropExternCall_parser___parser_prod___AFullPropExternCall___init_afullpropexterncall(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7874 */
+  /* parser/parser.nit:8152 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7875 */
+  /* parser/parser.nit:8153 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7875);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8153);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22562,14 +23232,14 @@ void parser___ReduceAction222___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction223___action(val_t p0, val_t p1){
+void parser___ReduceAction228___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7880;
-  fra.me.meth = LOCATE_parser___ReduceAction223___action;
+  fra.me.line = 8158;
+  fra.me.meth = LOCATE_parser___ReduceAction228___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -22579,25 +23249,25 @@ void parser___ReduceAction223___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7882 */
+  /* parser/parser.nit:8160 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7883 */
+  /* parser/parser.nit:8161 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7885 */
+  /* parser/parser.nit:8163 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7885);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8163);
   }
-  /* ./parser//parser.nit:7886 */
+  /* parser/parser.nit:8164 */
   fra.me.REG[3] = NEW_AInitPropExternCall_parser___parser_prod___AInitPropExternCall___init_ainitpropexterncall(fra.me.REG[3]);
-  /* ./parser//parser.nit:7889 */
+  /* parser/parser.nit:8167 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7890 */
+  /* parser/parser.nit:8168 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7890);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8168);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22605,14 +23275,14 @@ void parser___ReduceAction223___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction224___action(val_t p0, val_t p1){
+void parser___ReduceAction229___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7895;
-  fra.me.meth = LOCATE_parser___ReduceAction224___action;
+  fra.me.line = 8173;
+  fra.me.meth = LOCATE_parser___ReduceAction229___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22624,51 +23294,51 @@ void parser___ReduceAction224___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7897 */
+  /* parser/parser.nit:8175 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7898 */
+  /* parser/parser.nit:8176 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7899 */
+  /* parser/parser.nit:8177 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7900 */
+  /* parser/parser.nit:8178 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7901 */
+  /* parser/parser.nit:8179 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7902 */
+  /* parser/parser.nit:8180 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7903 */
+  /* parser/parser.nit:8181 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7904 */
+  /* parser/parser.nit:8182 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7905 */
+  /* parser/parser.nit:8183 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7907 */
+  /* parser/parser.nit:8185 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7907);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8185);
   }
-  /* ./parser//parser.nit:7909 */
+  /* parser/parser.nit:8187 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7909);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8187);
   }
-  /* ./parser//parser.nit:7911 */
+  /* parser/parser.nit:8189 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7911);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8189);
   }
-  /* ./parser//parser.nit:7912 */
+  /* parser/parser.nit:8190 */
   fra.me.REG[3] = NEW_ACastAsExternCall_parser___parser_prod___ACastAsExternCall___init_acastasexterncall(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7917 */
+  /* parser/parser.nit:8195 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7918 */
+  /* parser/parser.nit:8196 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7918);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8196);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22676,14 +23346,14 @@ void parser___ReduceAction224___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction225___action(val_t p0, val_t p1){
+void parser___ReduceAction230___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7923;
-  fra.me.meth = LOCATE_parser___ReduceAction225___action;
+  fra.me.line = 8201;
+  fra.me.meth = LOCATE_parser___ReduceAction230___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22695,43 +23365,43 @@ void parser___ReduceAction225___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7925 */
+  /* parser/parser.nit:8203 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7926 */
+  /* parser/parser.nit:8204 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7927 */
+  /* parser/parser.nit:8205 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7928 */
+  /* parser/parser.nit:8206 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7929 */
+  /* parser/parser.nit:8207 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7931 */
+  /* parser/parser.nit:8209 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7931);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8209);
   }
-  /* ./parser//parser.nit:7933 */
+  /* parser/parser.nit:8211 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7933);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8211);
   }
-  /* ./parser//parser.nit:7935 */
+  /* parser/parser.nit:8213 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwnullable, ID_parser___parser_nodes___TKwnullable)) /*cast nullable TKwnullable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7935);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8213);
   }
-  /* ./parser//parser.nit:7936 */
+  /* parser/parser.nit:8214 */
   fra.me.REG[3] = NEW_AAsNullableExternCall_parser___parser_prod___AAsNullableExternCall___init_aasnullableexterncall(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7941 */
+  /* parser/parser.nit:8219 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7942 */
+  /* parser/parser.nit:8220 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7942);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8220);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22739,14 +23409,14 @@ void parser___ReduceAction225___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction226___action(val_t p0, val_t p1){
+void parser___ReduceAction231___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7947;
-  fra.me.meth = LOCATE_parser___ReduceAction226___action;
+  fra.me.line = 8225;
+  fra.me.meth = LOCATE_parser___ReduceAction231___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -22759,53 +23429,53 @@ void parser___ReduceAction226___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7949 */
+  /* parser/parser.nit:8227 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7950 */
+  /* parser/parser.nit:8228 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7951 */
+  /* parser/parser.nit:8229 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7952 */
+  /* parser/parser.nit:8230 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7953 */
+  /* parser/parser.nit:8231 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7954 */
+  /* parser/parser.nit:8232 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7955 */
+  /* parser/parser.nit:8233 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7957 */
+  /* parser/parser.nit:8235 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7957);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8235);
   }
-  /* ./parser//parser.nit:7959 */
+  /* parser/parser.nit:8237 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7959);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8237);
   }
-  /* ./parser//parser.nit:7961 */
+  /* parser/parser.nit:8239 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnot, ID_parser___parser_nodes___TKwnot)) /*cast nullable TKwnot*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7961);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8239);
   }
-  /* ./parser//parser.nit:7963 */
+  /* parser/parser.nit:8241 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwnullable, ID_parser___parser_nodes___TKwnullable)) /*cast nullable TKwnullable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7963);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8241);
   }
-  /* ./parser//parser.nit:7964 */
+  /* parser/parser.nit:8242 */
   fra.me.REG[3] = NEW_AAsNotNullableExternCall_parser___parser_prod___AAsNotNullableExternCall___init_aasnotnullableexterncall(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:7970 */
+  /* parser/parser.nit:8248 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:7971 */
+  /* parser/parser.nit:8249 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7971);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8249);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22813,14 +23483,14 @@ void parser___ReduceAction226___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction227___action(val_t p0, val_t p1){
+void parser___ReduceAction232___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7976;
-  fra.me.meth = LOCATE_parser___ReduceAction227___action;
+  fra.me.line = 8254;
+  fra.me.meth = LOCATE_parser___ReduceAction232___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -22831,27 +23501,27 @@ void parser___ReduceAction227___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7978 */
+  /* parser/parser.nit:8256 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7979 */
+  /* parser/parser.nit:8257 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7980 */
+  /* parser/parser.nit:8258 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:7982 */
+  /* parser/parser.nit:8260 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 7982);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8260);
   }
-  /* ./parser//parser.nit:7983 */
+  /* parser/parser.nit:8261 */
   fra.me.REG[4] = NEW_AType_parser___parser_prod___AType___init_atype(NIT_NULL, fra.me.REG[3], fra.me.REG[4]);
-  /* ./parser//parser.nit:7988 */
+  /* parser/parser.nit:8266 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:7989 */
+  /* parser/parser.nit:8267 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 7989);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8267);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22859,14 +23529,14 @@ void parser___ReduceAction227___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction228___action(val_t p0, val_t p1){
+void parser___ReduceAction233___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 7994;
-  fra.me.meth = LOCATE_parser___ReduceAction228___action;
+  fra.me.line = 8272;
+  fra.me.meth = LOCATE_parser___ReduceAction233___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22878,35 +23548,35 @@ void parser___ReduceAction228___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:7996 */
+  /* parser/parser.nit:8274 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:7997 */
+  /* parser/parser.nit:8275 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7998 */
+  /* parser/parser.nit:8276 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:7999 */
+  /* parser/parser.nit:8277 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8001 */
+  /* parser/parser.nit:8279 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnullable, ID_parser___parser_nodes___TKwnullable)) /*cast nullable TKwnullable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8001);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8279);
   }
-  /* ./parser//parser.nit:8003 */
+  /* parser/parser.nit:8281 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8003);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8281);
   }
-  /* ./parser//parser.nit:8004 */
+  /* parser/parser.nit:8282 */
   fra.me.REG[5] = NEW_AType_parser___parser_prod___AType___init_atype(fra.me.REG[4], fra.me.REG[3], fra.me.REG[5]);
-  /* ./parser//parser.nit:8009 */
+  /* parser/parser.nit:8287 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8010 */
+  /* parser/parser.nit:8288 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8010);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8288);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22914,14 +23584,14 @@ void parser___ReduceAction228___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction229___action(val_t p0, val_t p1){
+void parser___ReduceAction234___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8015;
-  fra.me.meth = LOCATE_parser___ReduceAction229___action;
+  fra.me.line = 8293;
+  fra.me.meth = LOCATE_parser___ReduceAction234___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -22933,46 +23603,46 @@ void parser___ReduceAction229___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8017 */
+  /* parser/parser.nit:8295 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8018 */
+  /* parser/parser.nit:8296 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8019 */
+  /* parser/parser.nit:8297 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8020 */
+  /* parser/parser.nit:8298 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8021 */
+  /* parser/parser.nit:8299 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8022 */
+  /* parser/parser.nit:8300 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8023 */
+  /* parser/parser.nit:8301 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8024 */
+  /* parser/parser.nit:8302 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8026 */
+  /* parser/parser.nit:8304 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8026);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8304);
   }
-  /* ./parser//parser.nit:8028 */
+  /* parser/parser.nit:8306 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8028);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8306);
   }
-  /* ./parser//parser.nit:8029 */
+  /* parser/parser.nit:8307 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8030 */
+  /* parser/parser.nit:8308 */
   fra.me.REG[5] = NEW_AType_parser___parser_prod___AType___init_atype(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:8035 */
+  /* parser/parser.nit:8313 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8036 */
+  /* parser/parser.nit:8314 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8036);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8314);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -22980,14 +23650,14 @@ void parser___ReduceAction229___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction230___action(val_t p0, val_t p1){
+void parser___ReduceAction235___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8041;
-  fra.me.meth = LOCATE_parser___ReduceAction230___action;
+  fra.me.line = 8319;
+  fra.me.meth = LOCATE_parser___ReduceAction235___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -23000,54 +23670,54 @@ void parser___ReduceAction230___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8043 */
+  /* parser/parser.nit:8321 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8044 */
+  /* parser/parser.nit:8322 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8045 */
+  /* parser/parser.nit:8323 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8046 */
+  /* parser/parser.nit:8324 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8047 */
+  /* parser/parser.nit:8325 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8048 */
+  /* parser/parser.nit:8326 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8049 */
+  /* parser/parser.nit:8327 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8050 */
+  /* parser/parser.nit:8328 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8051 */
+  /* parser/parser.nit:8329 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8053 */
+  /* parser/parser.nit:8331 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnullable, ID_parser___parser_nodes___TKwnullable)) /*cast nullable TKwnullable*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8053);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8331);
   }
-  /* ./parser//parser.nit:8055 */
+  /* parser/parser.nit:8333 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8055);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8333);
   }
-  /* ./parser//parser.nit:8057 */
+  /* parser/parser.nit:8335 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8057);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8335);
   }
-  /* ./parser//parser.nit:8058 */
+  /* parser/parser.nit:8336 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
   fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:8059 */
+  /* parser/parser.nit:8337 */
   fra.me.REG[6] = NEW_AType_parser___parser_prod___AType___init_atype(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
-  /* ./parser//parser.nit:8064 */
+  /* parser/parser.nit:8342 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:8065 */
+  /* parser/parser.nit:8343 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8065);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8343);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23055,15 +23725,15 @@ void parser___ReduceAction230___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction231___action(val_t p0, val_t p1){
+void parser___ReduceAction236___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 8070;
-  fra.me.meth = LOCATE_parser___ReduceAction231___action;
+  fra.me.line = 8348;
+  fra.me.meth = LOCATE_parser___ReduceAction236___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23074,13 +23744,13 @@ void parser___ReduceAction231___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8072 */
+  /* parser/parser.nit:8350 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8073 */
+  /* parser/parser.nit:8351 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8074 */
+  /* parser/parser.nit:8352 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8076 */
+  /* parser/parser.nit:8354 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23095,16 +23765,16 @@ void parser___ReduceAction231___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8077 */
+    /* parser/parser.nit:8355 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:8079 */
+  /* parser/parser.nit:8357 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:8080 */
+  /* parser/parser.nit:8358 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8080);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8358);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23112,15 +23782,15 @@ void parser___ReduceAction231___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction232___action(val_t p0, val_t p1){
+void parser___ReduceAction237___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 8085;
-  fra.me.meth = LOCATE_parser___ReduceAction232___action;
+  fra.me.line = 8363;
+  fra.me.meth = LOCATE_parser___ReduceAction237___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -23132,21 +23802,21 @@ void parser___ReduceAction232___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8087 */
+  /* parser/parser.nit:8365 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8088 */
+  /* parser/parser.nit:8366 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8089 */
+  /* parser/parser.nit:8367 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8090 */
+  /* parser/parser.nit:8368 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8093 */
+  /* parser/parser.nit:8371 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8093);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8371);
   }
-  /* ./parser//parser.nit:8094 */
+  /* parser/parser.nit:8372 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23161,19 +23831,19 @@ void parser___ReduceAction232___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8095 */
+    /* parser/parser.nit:8373 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:8097 */
+  /* parser/parser.nit:8375 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8098 */
+  /* parser/parser.nit:8376 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8099 */
+  /* parser/parser.nit:8377 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8099);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8377);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23181,14 +23851,14 @@ void parser___ReduceAction232___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction233___action(val_t p0, val_t p1){
+void parser___ReduceAction238___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8104;
-  fra.me.meth = LOCATE_parser___ReduceAction233___action;
+  fra.me.line = 8382;
+  fra.me.meth = LOCATE_parser___ReduceAction238___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23199,21 +23869,21 @@ void parser___ReduceAction233___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8106 */
+  /* parser/parser.nit:8384 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8107 */
+  /* parser/parser.nit:8385 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8108 */
+  /* parser/parser.nit:8386 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8109 */
+  /* parser/parser.nit:8387 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8111 */
+  /* parser/parser.nit:8389 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8112 */
+  /* parser/parser.nit:8390 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8112);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8390);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23221,14 +23891,14 @@ void parser___ReduceAction233___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction235___action(val_t p0, val_t p1){
+void parser___ReduceAction240___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8117;
-  fra.me.meth = LOCATE_parser___ReduceAction235___action;
+  fra.me.line = 8395;
+  fra.me.meth = LOCATE_parser___ReduceAction240___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23239,21 +23909,19 @@ void parser___ReduceAction235___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8119 */
+  /* parser/parser.nit:8397 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8120 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8121 */
+  /* parser/parser.nit:8398 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8122 */
+  /* parser/parser.nit:8399 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8124 */
+  /* parser/parser.nit:8401 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8125 */
+  /* parser/parser.nit:8402 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8125);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8402);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23261,40 +23929,47 @@ void parser___ReduceAction235___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction236___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction241___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8130;
-  fra.me.meth = LOCATE_parser___ReduceAction236___action;
+  fra.me.line = 8407;
+  fra.me.meth = LOCATE_parser___ReduceAction241___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8132 */
+  /* parser/parser.nit:8409 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8133 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8134 */
+  /* parser/parser.nit:8410 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8135 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8136 */
-  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:8139 */
+  /* parser/parser.nit:8411 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8412 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:8414 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8414);
+  }
+  /* parser/parser.nit:8415 */
+  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8419 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8140 */
+  /* parser/parser.nit:8420 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8140);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8420);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23302,38 +23977,45 @@ void parser___ReduceAction236___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction237___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction242___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8145;
-  fra.me.meth = LOCATE_parser___ReduceAction237___action;
+  fra.me.line = 8425;
+  fra.me.meth = LOCATE_parser___ReduceAction242___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8147 */
+  /* parser/parser.nit:8427 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8148 */
+  /* parser/parser.nit:8428 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8149 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8150 */
-  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:8153 */
+  /* parser/parser.nit:8429 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:8431 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8431);
+  }
+  /* parser/parser.nit:8432 */
+  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8436 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8154 */
+  /* parser/parser.nit:8437 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8154);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8437);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23341,14 +24023,14 @@ void parser___ReduceAction237___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction238___action(val_t p0, val_t p1){
+void parser___ReduceAction243___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8159;
-  fra.me.meth = LOCATE_parser___ReduceAction238___action;
+  fra.me.line = 8442;
+  fra.me.meth = LOCATE_parser___ReduceAction243___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -23358,17 +24040,17 @@ void parser___ReduceAction238___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8161 */
+  /* parser/parser.nit:8444 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8162 */
+  /* parser/parser.nit:8445 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8164 */
+  /* parser/parser.nit:8447 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8165 */
+  /* parser/parser.nit:8448 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8165);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8448);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23376,15 +24058,15 @@ void parser___ReduceAction238___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction239___action(val_t p0, val_t p1){
+void parser___ReduceAction244___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 8170;
-  fra.me.meth = LOCATE_parser___ReduceAction239___action;
+  fra.me.line = 8453;
+  fra.me.meth = LOCATE_parser___ReduceAction244___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23395,19 +24077,19 @@ void parser___ReduceAction239___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8172 */
+  /* parser/parser.nit:8455 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8173 */
+  /* parser/parser.nit:8456 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8174 */
+  /* parser/parser.nit:8457 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8176 */
+  /* parser/parser.nit:8459 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8176);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8459);
   }
-  /* ./parser//parser.nit:8177 */
+  /* parser/parser.nit:8460 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23422,18 +24104,18 @@ void parser___ReduceAction239___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8178 */
+    /* parser/parser.nit:8461 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:8180 */
-  fra.me.REG[4] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4]);
-  /* ./parser//parser.nit:8183 */
+  /* parser/parser.nit:8463 */
+  fra.me.REG[4] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4], NIT_NULL);
+  /* parser/parser.nit:8467 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:8184 */
+  /* parser/parser.nit:8468 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8184);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8468);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23441,15 +24123,15 @@ void parser___ReduceAction239___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction240___action(val_t p0, val_t p1){
+void parser___ReduceAction245___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 8189;
-  fra.me.meth = LOCATE_parser___ReduceAction240___action;
+  fra.me.line = 8473;
+  fra.me.meth = LOCATE_parser___ReduceAction245___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -23461,27 +24143,27 @@ void parser___ReduceAction240___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8191 */
+  /* parser/parser.nit:8475 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8192 */
+  /* parser/parser.nit:8476 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8193 */
+  /* parser/parser.nit:8477 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8194 */
+  /* parser/parser.nit:8478 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8196 */
+  /* parser/parser.nit:8480 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8196);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8480);
   }
-  /* ./parser//parser.nit:8198 */
+  /* parser/parser.nit:8482 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8198);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8482);
   }
-  /* ./parser//parser.nit:8199 */
+  /* parser/parser.nit:8483 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23496,21 +24178,21 @@ void parser___ReduceAction240___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8200 */
+    /* parser/parser.nit:8484 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:8202 */
+  /* parser/parser.nit:8486 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8203 */
-  fra.me.REG[5] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[5]);
-  /* ./parser//parser.nit:8206 */
+  /* parser/parser.nit:8487 */
+  fra.me.REG[5] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[5], NIT_NULL);
+  /* parser/parser.nit:8491 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8207 */
+  /* parser/parser.nit:8492 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8207);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8492);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23518,15 +24200,15 @@ void parser___ReduceAction240___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction241___action(val_t p0, val_t p1){
+void parser___ReduceAction246___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 8212;
-  fra.me.meth = LOCATE_parser___ReduceAction241___action;
+  fra.me.line = 8497;
+  fra.me.meth = LOCATE_parser___ReduceAction246___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23537,21 +24219,21 @@ void parser___ReduceAction241___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8214 */
+  /* parser/parser.nit:8499 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8215 */
+  /* parser/parser.nit:8500 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8216 */
+  /* parser/parser.nit:8501 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8217 */
+  /* parser/parser.nit:8502 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8219 */
+  /* parser/parser.nit:8504 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8219);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8504);
   }
-  /* ./parser//parser.nit:8220 */
+  /* parser/parser.nit:8505 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23566,18 +24248,18 @@ void parser___ReduceAction241___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8221 */
+    /* parser/parser.nit:8506 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:8223 */
-  fra.me.REG[4] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4]);
-  /* ./parser//parser.nit:8226 */
+  /* parser/parser.nit:8508 */
+  fra.me.REG[4] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[4], NIT_NULL);
+  /* parser/parser.nit:8512 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:8227 */
+  /* parser/parser.nit:8513 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8227);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8513);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23585,15 +24267,15 @@ void parser___ReduceAction241___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction242___action(val_t p0, val_t p1){
+void parser___ReduceAction247___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 8232;
-  fra.me.meth = LOCATE_parser___ReduceAction242___action;
+  fra.me.line = 8518;
+  fra.me.meth = LOCATE_parser___ReduceAction247___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -23605,29 +24287,29 @@ void parser___ReduceAction242___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8234 */
+  /* parser/parser.nit:8520 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8235 */
+  /* parser/parser.nit:8521 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8236 */
+  /* parser/parser.nit:8522 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8237 */
+  /* parser/parser.nit:8523 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8238 */
+  /* parser/parser.nit:8524 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8240 */
+  /* parser/parser.nit:8526 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8240);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8526);
   }
-  /* ./parser//parser.nit:8242 */
+  /* parser/parser.nit:8528 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8242);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8528);
   }
-  /* ./parser//parser.nit:8243 */
+  /* parser/parser.nit:8529 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -23642,21 +24324,21 @@ void parser___ReduceAction242___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8244 */
+    /* parser/parser.nit:8530 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:8246 */
+  /* parser/parser.nit:8532 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8247 */
-  fra.me.REG[5] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[5]);
-  /* ./parser//parser.nit:8250 */
+  /* parser/parser.nit:8533 */
+  fra.me.REG[5] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[5], NIT_NULL);
+  /* parser/parser.nit:8537 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8251 */
+  /* parser/parser.nit:8538 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8251);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8538);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23664,37 +24346,163 @@ void parser___ReduceAction242___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction243___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction248___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 8256;
-  fra.me.meth = LOCATE_parser___ReduceAction243___action;
+  fra.me.line = 8543;
+  fra.me.meth = LOCATE_parser___ReduceAction248___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 6;
+  fra.me.nitni_local_ref_head = NULL;
+  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;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:8545 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:8546 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8547 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8548 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8549 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:8551 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8551);
+  }
+  /* parser/parser.nit:8552 */
+  REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    REGB1 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
+    if (UNTAG_Bool(REGB1)) {
+      REGB1 = TAG_Bool(false);
+      REGB0 = REGB1;
+    } else {
+      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[4])(fra.me.REG[4], NIT_NULL);
+      REGB0 = REGB1;
+    }
+  }
+  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
+  if (UNTAG_Bool(REGB0)) {
+    /* parser/parser.nit:8553 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
+  }
+  /* parser/parser.nit:8556 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8556);
+  }
+  /* parser/parser.nit:8557 */
+  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[5], fra.me.REG[3]);
+  /* parser/parser.nit:8561 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:8562 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8562);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction249___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} 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_parser;
+  fra.me.line = 8567;
+  fra.me.meth = LOCATE_parser___ReduceAction249___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8258 */
+  /* parser/parser.nit:8569 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8259 */
+  /* parser/parser.nit:8570 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8260 */
+  /* parser/parser.nit:8571 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8262 */
+  /* parser/parser.nit:8572 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8573 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8574 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:8576 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8576);
+  }
+  /* parser/parser.nit:8578 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8578);
+  }
+  /* parser/parser.nit:8579 */
+  REGB0 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    REGB1 = TAG_Bool(fra.me.REG[5]==NIT_NULL);
+    if (UNTAG_Bool(REGB1)) {
+      REGB1 = TAG_Bool(false);
+      REGB0 = REGB1;
+    } else {
+      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[5])(fra.me.REG[5], NIT_NULL);
+      REGB0 = REGB1;
+    }
+  }
+  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
+  if (UNTAG_Bool(REGB0)) {
+    /* parser/parser.nit:8580 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[5]);
+  }
+  /* parser/parser.nit:8582 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
+  fra.me.REG[6] = fra.me.REG[4];
+  /* parser/parser.nit:8584 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwend, ID_parser___parser_nodes___TKwend)) /*cast nullable TKwend*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8584);
+  }
+  /* parser/parser.nit:8585 */
+  fra.me.REG[3] = NEW_ABlockExpr_parser___parser_prod___ABlockExpr___init_ablockexpr(fra.me.REG[6], fra.me.REG[3]);
+  /* parser/parser.nit:8589 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8263 */
+  /* parser/parser.nit:8590 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8263);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8590);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23702,14 +24510,14 @@ void parser___ReduceAction243___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction246___action(val_t p0, val_t p1){
+void parser___ReduceAction253___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8268;
-  fra.me.meth = LOCATE_parser___ReduceAction246___action;
+  fra.me.line = 8595;
+  fra.me.meth = LOCATE_parser___ReduceAction253___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -23719,25 +24527,25 @@ void parser___ReduceAction246___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8270 */
+  /* parser/parser.nit:8597 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8271 */
+  /* parser/parser.nit:8598 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8273 */
+  /* parser/parser.nit:8600 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwreturn, ID_parser___parser_nodes___TKwreturn)) /*cast nullable TKwreturn*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8273);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8600);
   }
-  /* ./parser//parser.nit:8274 */
+  /* parser/parser.nit:8601 */
   fra.me.REG[3] = NEW_AReturnExpr_parser___parser_prod___AReturnExpr___init_areturnexpr(fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8278 */
+  /* parser/parser.nit:8605 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8279 */
+  /* parser/parser.nit:8606 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8279);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8606);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23745,14 +24553,14 @@ void parser___ReduceAction246___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction247___action(val_t p0, val_t p1){
+void parser___ReduceAction254___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8284;
-  fra.me.meth = LOCATE_parser___ReduceAction247___action;
+  fra.me.line = 8611;
+  fra.me.meth = LOCATE_parser___ReduceAction254___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23763,33 +24571,33 @@ void parser___ReduceAction247___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8286 */
+  /* parser/parser.nit:8613 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8287 */
+  /* parser/parser.nit:8614 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8288 */
+  /* parser/parser.nit:8615 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8290 */
+  /* parser/parser.nit:8617 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwreturn, ID_parser___parser_nodes___TKwreturn)) /*cast nullable TKwreturn*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8290);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8617);
   }
-  /* ./parser//parser.nit:8292 */
+  /* parser/parser.nit:8619 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8292);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8619);
   }
-  /* ./parser//parser.nit:8293 */
+  /* parser/parser.nit:8620 */
   fra.me.REG[3] = NEW_AReturnExpr_parser___parser_prod___AReturnExpr___init_areturnexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8297 */
+  /* parser/parser.nit:8624 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8298 */
+  /* parser/parser.nit:8625 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8298);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8625);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23797,14 +24605,14 @@ void parser___ReduceAction247___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction248___action(val_t p0, val_t p1){
+void parser___ReduceAction255___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8303;
-  fra.me.meth = LOCATE_parser___ReduceAction248___action;
+  fra.me.line = 8630;
+  fra.me.meth = LOCATE_parser___ReduceAction255___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -23814,25 +24622,25 @@ void parser___ReduceAction248___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8305 */
+  /* parser/parser.nit:8632 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8306 */
+  /* parser/parser.nit:8633 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8308 */
+  /* parser/parser.nit:8635 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8308);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8635);
   }
-  /* ./parser//parser.nit:8309 */
+  /* parser/parser.nit:8636 */
   fra.me.REG[3] = NEW_ABreakExpr_parser___parser_prod___ABreakExpr___init_abreakexpr(fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:8314 */
+  /* parser/parser.nit:8641 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8315 */
+  /* parser/parser.nit:8642 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8315);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8642);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23840,14 +24648,14 @@ void parser___ReduceAction248___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction249___action(val_t p0, val_t p1){
+void parser___ReduceAction256___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8320;
-  fra.me.meth = LOCATE_parser___ReduceAction249___action;
+  fra.me.line = 8647;
+  fra.me.meth = LOCATE_parser___ReduceAction256___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23858,33 +24666,33 @@ void parser___ReduceAction249___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8322 */
+  /* parser/parser.nit:8649 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8323 */
+  /* parser/parser.nit:8650 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8324 */
+  /* parser/parser.nit:8651 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8326 */
+  /* parser/parser.nit:8653 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8326);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8653);
   }
-  /* ./parser//parser.nit:8328 */
+  /* parser/parser.nit:8655 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8328);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8655);
   }
-  /* ./parser//parser.nit:8329 */
+  /* parser/parser.nit:8656 */
   fra.me.REG[3] = NEW_ABreakExpr_parser___parser_prod___ABreakExpr___init_abreakexpr(fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8334 */
+  /* parser/parser.nit:8661 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8335 */
+  /* parser/parser.nit:8662 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8335);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8662);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23892,14 +24700,14 @@ void parser___ReduceAction249___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction250___action(val_t p0, val_t p1){
+void parser___ReduceAction257___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8340;
-  fra.me.meth = LOCATE_parser___ReduceAction250___action;
+  fra.me.line = 8667;
+  fra.me.meth = LOCATE_parser___ReduceAction257___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -23910,33 +24718,33 @@ void parser___ReduceAction250___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8342 */
+  /* parser/parser.nit:8669 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8343 */
+  /* parser/parser.nit:8670 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8344 */
+  /* parser/parser.nit:8671 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8346 */
+  /* parser/parser.nit:8673 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8346);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8673);
   }
-  /* ./parser//parser.nit:8348 */
+  /* parser/parser.nit:8675 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8348);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8675);
   }
-  /* ./parser//parser.nit:8349 */
+  /* parser/parser.nit:8676 */
   fra.me.REG[3] = NEW_ABreakExpr_parser___parser_prod___ABreakExpr___init_abreakexpr(fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:8354 */
+  /* parser/parser.nit:8681 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8355 */
+  /* parser/parser.nit:8682 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8355);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8682);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -23944,14 +24752,14 @@ void parser___ReduceAction250___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction251___action(val_t p0, val_t p1){
+void parser___ReduceAction258___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8360;
-  fra.me.meth = LOCATE_parser___ReduceAction251___action;
+  fra.me.line = 8687;
+  fra.me.meth = LOCATE_parser___ReduceAction258___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -23963,41 +24771,41 @@ void parser___ReduceAction251___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8362 */
+  /* parser/parser.nit:8689 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8363 */
+  /* parser/parser.nit:8690 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8364 */
+  /* parser/parser.nit:8691 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8365 */
+  /* parser/parser.nit:8692 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8367 */
+  /* parser/parser.nit:8694 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8367);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8694);
   }
-  /* ./parser//parser.nit:8369 */
+  /* parser/parser.nit:8696 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8369);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8696);
   }
-  /* ./parser//parser.nit:8371 */
+  /* parser/parser.nit:8698 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8371);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8698);
   }
-  /* ./parser//parser.nit:8372 */
+  /* parser/parser.nit:8699 */
   fra.me.REG[3] = NEW_ABreakExpr_parser___parser_prod___ABreakExpr___init_abreakexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8377 */
+  /* parser/parser.nit:8704 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8378 */
+  /* parser/parser.nit:8705 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8378);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8705);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24005,14 +24813,14 @@ void parser___ReduceAction251___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction252___action(val_t p0, val_t p1){
+void parser___ReduceAction259___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8383;
-  fra.me.meth = LOCATE_parser___ReduceAction252___action;
+  fra.me.line = 8710;
+  fra.me.meth = LOCATE_parser___ReduceAction259___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -24022,25 +24830,25 @@ void parser___ReduceAction252___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8385 */
+  /* parser/parser.nit:8712 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8386 */
+  /* parser/parser.nit:8713 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8388 */
+  /* parser/parser.nit:8715 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwabort, ID_parser___parser_nodes___TKwabort)) /*cast nullable TKwabort*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8388);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8715);
   }
-  /* ./parser//parser.nit:8389 */
+  /* parser/parser.nit:8716 */
   fra.me.REG[3] = NEW_AAbortExpr_parser___parser_prod___AAbortExpr___init_aabortexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:8392 */
+  /* parser/parser.nit:8719 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8393 */
+  /* parser/parser.nit:8720 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8393);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8720);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24048,14 +24856,14 @@ void parser___ReduceAction252___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction253___action(val_t p0, val_t p1){
+void parser___ReduceAction260___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8398;
-  fra.me.meth = LOCATE_parser___ReduceAction253___action;
+  fra.me.line = 8725;
+  fra.me.meth = LOCATE_parser___ReduceAction260___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -24065,25 +24873,25 @@ void parser___ReduceAction253___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8400 */
+  /* parser/parser.nit:8727 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8401 */
+  /* parser/parser.nit:8728 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8403 */
+  /* parser/parser.nit:8730 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwcontinue, ID_parser___parser_nodes___TKwcontinue)) /*cast nullable TKwcontinue*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8403);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8730);
   }
-  /* ./parser//parser.nit:8404 */
+  /* parser/parser.nit:8731 */
   fra.me.REG[3] = NEW_AContinueExpr_parser___parser_prod___AContinueExpr___init_acontinueexpr(fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:8409 */
+  /* parser/parser.nit:8736 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8410 */
+  /* parser/parser.nit:8737 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8410);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8737);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24091,14 +24899,14 @@ void parser___ReduceAction253___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction254___action(val_t p0, val_t p1){
+void parser___ReduceAction261___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8415;
-  fra.me.meth = LOCATE_parser___ReduceAction254___action;
+  fra.me.line = 8742;
+  fra.me.meth = LOCATE_parser___ReduceAction261___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -24109,33 +24917,33 @@ void parser___ReduceAction254___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8417 */
+  /* parser/parser.nit:8744 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8418 */
+  /* parser/parser.nit:8745 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8419 */
+  /* parser/parser.nit:8746 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8421 */
+  /* parser/parser.nit:8748 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwcontinue, ID_parser___parser_nodes___TKwcontinue)) /*cast nullable TKwcontinue*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8421);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8748);
   }
-  /* ./parser//parser.nit:8423 */
+  /* parser/parser.nit:8750 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8423);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8750);
   }
-  /* ./parser//parser.nit:8424 */
+  /* parser/parser.nit:8751 */
   fra.me.REG[3] = NEW_AContinueExpr_parser___parser_prod___AContinueExpr___init_acontinueexpr(fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8429 */
+  /* parser/parser.nit:8756 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8430 */
+  /* parser/parser.nit:8757 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8430);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8757);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24143,14 +24951,14 @@ void parser___ReduceAction254___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction255___action(val_t p0, val_t p1){
+void parser___ReduceAction262___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8435;
-  fra.me.meth = LOCATE_parser___ReduceAction255___action;
+  fra.me.line = 8762;
+  fra.me.meth = LOCATE_parser___ReduceAction262___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -24161,33 +24969,33 @@ void parser___ReduceAction255___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8437 */
+  /* parser/parser.nit:8764 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8438 */
+  /* parser/parser.nit:8765 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8439 */
+  /* parser/parser.nit:8766 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8441 */
+  /* parser/parser.nit:8768 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwcontinue, ID_parser___parser_nodes___TKwcontinue)) /*cast nullable TKwcontinue*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8441);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8768);
   }
-  /* ./parser//parser.nit:8443 */
+  /* parser/parser.nit:8770 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8443);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8770);
   }
-  /* ./parser//parser.nit:8444 */
+  /* parser/parser.nit:8771 */
   fra.me.REG[3] = NEW_AContinueExpr_parser___parser_prod___AContinueExpr___init_acontinueexpr(fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:8449 */
+  /* parser/parser.nit:8776 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8450 */
+  /* parser/parser.nit:8777 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8450);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8777);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24195,14 +25003,14 @@ void parser___ReduceAction255___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction256___action(val_t p0, val_t p1){
+void parser___ReduceAction263___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8455;
-  fra.me.meth = LOCATE_parser___ReduceAction256___action;
+  fra.me.line = 8782;
+  fra.me.meth = LOCATE_parser___ReduceAction263___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -24214,41 +25022,41 @@ void parser___ReduceAction256___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8457 */
+  /* parser/parser.nit:8784 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8458 */
+  /* parser/parser.nit:8785 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8459 */
+  /* parser/parser.nit:8786 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8460 */
+  /* parser/parser.nit:8787 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8462 */
+  /* parser/parser.nit:8789 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwcontinue, ID_parser___parser_nodes___TKwcontinue)) /*cast nullable TKwcontinue*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8462);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8789);
   }
-  /* ./parser//parser.nit:8464 */
+  /* parser/parser.nit:8791 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8464);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8791);
   }
-  /* ./parser//parser.nit:8466 */
+  /* parser/parser.nit:8793 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8466);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8793);
   }
-  /* ./parser//parser.nit:8467 */
+  /* parser/parser.nit:8794 */
   fra.me.REG[3] = NEW_AContinueExpr_parser___parser_prod___AContinueExpr___init_acontinueexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8472 */
+  /* parser/parser.nit:8799 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8473 */
+  /* parser/parser.nit:8800 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8473);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8800);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24256,16 +25064,16 @@ void parser___ReduceAction256___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction263___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction270___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8478;
-  fra.me.meth = LOCATE_parser___ReduceAction263___action;
+  fra.me.line = 8805;
+  fra.me.meth = LOCATE_parser___ReduceAction270___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24274,55 +25082,49 @@ void parser___ReduceAction263___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8480 */
+  /* parser/parser.nit:8807 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8481 */
+  /* parser/parser.nit:8808 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8482 */
+  /* parser/parser.nit:8809 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8483 */
+  /* parser/parser.nit:8810 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8484 */
+  /* parser/parser.nit:8811 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8485 */
+  /* parser/parser.nit:8812 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8486 */
+  /* parser/parser.nit:8813 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8487 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8489 */
+  /* parser/parser.nit:8815 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8489);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8815);
   }
-  /* ./parser//parser.nit:8491 */
+  /* parser/parser.nit:8817 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8491);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8817);
   }
-  /* ./parser//parser.nit:8493 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8819 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8493);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8819);
   }
-  /* ./parser//parser.nit:8494 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:8495 */
-  fra.me.REG[7] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:8501 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:8502 */
+  /* parser/parser.nit:8820 */
+  fra.me.REG[6] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], fra.me.REG[6]);
+  /* parser/parser.nit:8826 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:8827 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8502);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8827);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24330,16 +25132,16 @@ void parser___ReduceAction263___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction264___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction271___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8507;
-  fra.me.meth = LOCATE_parser___ReduceAction264___action;
+  fra.me.line = 8832;
+  fra.me.meth = LOCATE_parser___ReduceAction271___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24348,45 +25150,39 @@ void parser___ReduceAction264___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8509 */
+  /* parser/parser.nit:8834 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8510 */
+  /* parser/parser.nit:8835 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8511 */
+  /* parser/parser.nit:8836 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8512 */
+  /* parser/parser.nit:8837 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8513 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8514 */
-  fra.me.REG[7] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:8517 */
+  /* parser/parser.nit:8838 */
+  fra.me.REG[6] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
+  /* parser/parser.nit:8840 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8517);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8840);
   }
-  /* ./parser//parser.nit:8519 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8842 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8519);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8842);
   }
-  /* ./parser//parser.nit:8520 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8521 */
-  fra.me.REG[6] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[7], fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:8527 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:8528 */
+  /* parser/parser.nit:8843 */
+  fra.me.REG[5] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[6], fra.me.REG[4], fra.me.REG[3], fra.me.REG[5]);
+  /* parser/parser.nit:8849 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:8850 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8528);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8850);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24394,16 +25190,16 @@ void parser___ReduceAction264___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction265___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction272___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8533;
-  fra.me.meth = LOCATE_parser___ReduceAction265___action;
+  fra.me.line = 8855;
+  fra.me.meth = LOCATE_parser___ReduceAction272___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24413,66 +25209,60 @@ void parser___ReduceAction265___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8535 */
+  /* parser/parser.nit:8857 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8536 */
+  /* parser/parser.nit:8858 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8537 */
+  /* parser/parser.nit:8859 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8538 */
+  /* parser/parser.nit:8860 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8539 */
+  /* parser/parser.nit:8861 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8540 */
+  /* parser/parser.nit:8862 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8541 */
+  /* parser/parser.nit:8863 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8542 */
+  /* parser/parser.nit:8864 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8543 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8545 */
+  /* parser/parser.nit:8866 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8545);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8866);
   }
-  /* ./parser//parser.nit:8547 */
+  /* parser/parser.nit:8868 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8547);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8868);
   }
-  /* ./parser//parser.nit:8549 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8870 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8549);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8870);
   }
-  /* ./parser//parser.nit:8550 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
-  fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:8552 */
+  /* parser/parser.nit:8872 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8552);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8872);
   }
-  /* ./parser//parser.nit:8553 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[3]);
-  fra.me.REG[8] = fra.me.REG[3];
-  /* ./parser//parser.nit:8554 */
-  fra.me.REG[8] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], fra.me.REG[8]);
-  /* ./parser//parser.nit:8560 */
-  fra.me.REG[2] = fra.me.REG[8];
-  /* ./parser//parser.nit:8561 */
+  /* parser/parser.nit:8873 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
+  fra.me.REG[7] = fra.me.REG[3];
+  /* parser/parser.nit:8874 */
+  fra.me.REG[7] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[7]);
+  /* parser/parser.nit:8880 */
+  fra.me.REG[2] = fra.me.REG[7];
+  /* parser/parser.nit:8881 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8561);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8881);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24480,16 +25270,16 @@ void parser___ReduceAction265___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction266___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction273___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8566;
-  fra.me.meth = LOCATE_parser___ReduceAction266___action;
+  fra.me.line = 8886;
+  fra.me.meth = LOCATE_parser___ReduceAction273___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24499,56 +25289,50 @@ void parser___ReduceAction266___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8568 */
+  /* parser/parser.nit:8888 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8569 */
+  /* parser/parser.nit:8889 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8570 */
+  /* parser/parser.nit:8890 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8571 */
+  /* parser/parser.nit:8891 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8572 */
+  /* parser/parser.nit:8892 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8573 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8574 */
-  fra.me.REG[8] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:8577 */
+  /* parser/parser.nit:8893 */
+  fra.me.REG[7] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
+  /* parser/parser.nit:8895 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8577);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8895);
   }
-  /* ./parser//parser.nit:8579 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8897 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8579);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8897);
   }
-  /* ./parser//parser.nit:8580 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
-  fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:8582 */
+  /* parser/parser.nit:8899 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8582);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8899);
   }
-  /* ./parser//parser.nit:8583 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
-  fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:8584 */
-  fra.me.REG[7] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[8], fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:8590 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:8591 */
+  /* parser/parser.nit:8900 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
+  fra.me.REG[6] = fra.me.REG[3];
+  /* parser/parser.nit:8901 */
+  fra.me.REG[6] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[7], fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
+  /* parser/parser.nit:8907 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:8908 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8591);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8908);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24556,57 +25340,51 @@ void parser___ReduceAction266___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction267___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction274___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8596;
-  fra.me.meth = LOCATE_parser___ReduceAction267___action;
+  fra.me.line = 8913;
+  fra.me.meth = LOCATE_parser___ReduceAction274___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8598 */
+  /* parser/parser.nit:8915 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8599 */
+  /* parser/parser.nit:8916 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8600 */
+  /* parser/parser.nit:8917 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8601 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8603 */
+  /* parser/parser.nit:8919 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwsuper, ID_parser___parser_nodes___TKwsuper)) /*cast nullable TKwsuper*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8603);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8919);
   }
-  /* ./parser//parser.nit:8605 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8921 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8605);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8921);
   }
-  /* ./parser//parser.nit:8606 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8607 */
-  fra.me.REG[5] = NEW_ASuperExpr_parser___parser_prod___ASuperExpr___init_asuperexpr(NIT_NULL, fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:8612 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8613 */
+  /* parser/parser.nit:8922 */
+  fra.me.REG[3] = NEW_ASuperExpr_parser___parser_prod___ASuperExpr___init_asuperexpr(NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8927 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:8928 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8613);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8928);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24614,16 +25392,16 @@ void parser___ReduceAction267___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction268___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction275___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8618;
-  fra.me.meth = LOCATE_parser___ReduceAction268___action;
+  fra.me.line = 8933;
+  fra.me.meth = LOCATE_parser___ReduceAction275___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24631,49 +25409,43 @@ void parser___ReduceAction268___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8620 */
+  /* parser/parser.nit:8935 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8621 */
+  /* parser/parser.nit:8936 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8622 */
+  /* parser/parser.nit:8937 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8623 */
+  /* parser/parser.nit:8938 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8624 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8626 */
+  /* parser/parser.nit:8940 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AQualified, ID_parser___parser_nodes___AQualified)) /*cast nullable AQualified*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8626);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8940);
   }
-  /* ./parser//parser.nit:8628 */
+  /* parser/parser.nit:8942 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwsuper, ID_parser___parser_nodes___TKwsuper)) /*cast nullable TKwsuper*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8628);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8942);
   }
-  /* ./parser//parser.nit:8630 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8944 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8630);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8944);
   }
-  /* ./parser//parser.nit:8631 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:8632 */
-  fra.me.REG[6] = NEW_ASuperExpr_parser___parser_prod___ASuperExpr___init_asuperexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
-  /* ./parser//parser.nit:8637 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:8638 */
+  /* parser/parser.nit:8945 */
+  fra.me.REG[3] = NEW_ASuperExpr_parser___parser_prod___ASuperExpr___init_asuperexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8950 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:8951 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8638);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8951);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24681,16 +25453,16 @@ void parser___ReduceAction268___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction269___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction276___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8643;
-  fra.me.meth = LOCATE_parser___ReduceAction269___action;
+  fra.me.line = 8956;
+  fra.me.meth = LOCATE_parser___ReduceAction276___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -24698,53 +25470,47 @@ void parser___ReduceAction269___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8645 */
+  /* parser/parser.nit:8958 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8646 */
+  /* parser/parser.nit:8959 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8647 */
+  /* parser/parser.nit:8960 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8648 */
+  /* parser/parser.nit:8961 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8649 */
+  /* parser/parser.nit:8962 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8650 */
+  /* parser/parser.nit:8963 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8651 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8653 */
+  /* parser/parser.nit:8965 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8653);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8965);
   }
-  /* ./parser//parser.nit:8655 */
+  /* parser/parser.nit:8967 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8655);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8967);
   }
-  /* ./parser//parser.nit:8657 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:8969 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8657);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8969);
   }
-  /* ./parser//parser.nit:8658 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:8659 */
-  fra.me.REG[6] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
-  /* ./parser//parser.nit:8664 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:8665 */
+  /* parser/parser.nit:8970 */
+  fra.me.REG[3] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8975 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:8976 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8665);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8976);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24752,14 +25518,69 @@ void parser___ReduceAction269___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction270___action(val_t p0, val_t p1){
+void parser___ReduceAction277___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 8981;
+  fra.me.meth = LOCATE_parser___ReduceAction277___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 6;
+  fra.me.nitni_local_ref_head = NULL;
+  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;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:8983 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:8984 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8985 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:8986 */
+  fra.me.REG[5] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
+  /* parser/parser.nit:8988 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8988);
+  }
+  /* parser/parser.nit:8990 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 8990);
+  }
+  /* parser/parser.nit:8991 */
+  fra.me.REG[3] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:8996 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:8997 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8997);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction278___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8670;
-  fra.me.meth = LOCATE_parser___ReduceAction270___action;
+  fra.me.line = 9002;
+  fra.me.meth = LOCATE_parser___ReduceAction278___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -24772,40 +25593,51 @@ void parser___ReduceAction270___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8672 */
+  /* parser/parser.nit:9004 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8673 */
+  /* parser/parser.nit:9005 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8674 */
+  /* parser/parser.nit:9006 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8675 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8676 */
-  fra.me.REG[6] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:8679 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
+  /* parser/parser.nit:9007 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:9008 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:9009 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:9011 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwdebug, ID_parser___parser_nodes___TKwdebug)) /*cast nullable TKwdebug*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8679);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9011);
   }
-  /* ./parser//parser.nit:8681 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9013 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwtype, ID_parser___parser_nodes___TKwtype)) /*cast nullable TKwtype*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8681);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9013);
   }
-  /* ./parser//parser.nit:8682 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8683 */
-  fra.me.REG[5] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[6], fra.me.REG[4], fra.me.REG[5]);
-  /* ./parser//parser.nit:8688 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8689 */
+  /* parser/parser.nit:9015 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9015);
+  }
+  /* parser/parser.nit:9017 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9017);
+  }
+  /* parser/parser.nit:9018 */
+  fra.me.REG[4] = NEW_ADebugTypeExpr_parser___parser_prod___ADebugTypeExpr___init_adebugtypeexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[3], fra.me.REG[4]);
+  /* parser/parser.nit:9024 */
+  fra.me.REG[2] = fra.me.REG[4];
+  /* parser/parser.nit:9025 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8689);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9025);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24813,14 +25645,14 @@ void parser___ReduceAction270___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction271___action(val_t p0, val_t p1){
+void parser___ReduceAction279___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8694;
-  fra.me.meth = LOCATE_parser___ReduceAction271___action;
+  fra.me.line = 9030;
+  fra.me.meth = LOCATE_parser___ReduceAction279___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -24831,33 +25663,33 @@ void parser___ReduceAction271___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8696 */
+  /* parser/parser.nit:9032 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8697 */
+  /* parser/parser.nit:9033 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8698 */
+  /* parser/parser.nit:9034 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8700 */
+  /* parser/parser.nit:9036 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwlabel, ID_parser___parser_nodes___TKwlabel)) /*cast nullable TKwlabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8700);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9036);
   }
-  /* ./parser//parser.nit:8702 */
+  /* parser/parser.nit:9038 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8702);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9038);
   }
-  /* ./parser//parser.nit:8703 */
+  /* parser/parser.nit:9039 */
   fra.me.REG[3] = NEW_ALabel_parser___parser_prod___ALabel___init_alabel(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8707 */
+  /* parser/parser.nit:9043 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8708 */
+  /* parser/parser.nit:9044 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8708);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9044);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24865,15 +25697,15 @@ void parser___ReduceAction271___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction272___action(val_t p0, val_t p1){
+void parser___ReduceAction280___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 8713;
-  fra.me.meth = LOCATE_parser___ReduceAction272___action;
+  fra.me.line = 9049;
+  fra.me.meth = LOCATE_parser___ReduceAction280___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -24884,13 +25716,13 @@ void parser___ReduceAction272___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8715 */
+  /* parser/parser.nit:9051 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8716 */
+  /* parser/parser.nit:9052 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8717 */
+  /* parser/parser.nit:9053 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8719 */
+  /* parser/parser.nit:9055 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -24905,16 +25737,16 @@ void parser___ReduceAction272___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8720 */
+    /* parser/parser.nit:9056 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:8722 */
+  /* parser/parser.nit:9058 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:8723 */
+  /* parser/parser.nit:9059 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8723);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9059);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24922,15 +25754,15 @@ void parser___ReduceAction272___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction273___action(val_t p0, val_t p1){
+void parser___ReduceAction281___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 8728;
-  fra.me.meth = LOCATE_parser___ReduceAction273___action;
+  fra.me.line = 9064;
+  fra.me.meth = LOCATE_parser___ReduceAction281___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -24942,21 +25774,21 @@ void parser___ReduceAction273___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8730 */
+  /* parser/parser.nit:9066 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8731 */
+  /* parser/parser.nit:9067 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8732 */
+  /* parser/parser.nit:9068 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8733 */
+  /* parser/parser.nit:9069 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8736 */
+  /* parser/parser.nit:9072 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8736);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9072);
   }
-  /* ./parser//parser.nit:8737 */
+  /* parser/parser.nit:9073 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -24971,19 +25803,19 @@ void parser___ReduceAction273___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:8738 */
+    /* parser/parser.nit:9074 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:8740 */
+  /* parser/parser.nit:9076 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:8741 */
+  /* parser/parser.nit:9077 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:8742 */
+  /* parser/parser.nit:9078 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8742);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9078);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -24991,14 +25823,14 @@ void parser___ReduceAction273___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction274___action(val_t p0, val_t p1){
+void parser___ReduceAction282___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8747;
-  fra.me.meth = LOCATE_parser___ReduceAction274___action;
+  fra.me.line = 9083;
+  fra.me.meth = LOCATE_parser___ReduceAction282___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -25013,59 +25845,59 @@ void parser___ReduceAction274___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8749 */
+  /* parser/parser.nit:9085 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8750 */
+  /* parser/parser.nit:9086 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8751 */
+  /* parser/parser.nit:9087 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8752 */
+  /* parser/parser.nit:9088 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8753 */
+  /* parser/parser.nit:9089 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8754 */
+  /* parser/parser.nit:9090 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8755 */
+  /* parser/parser.nit:9091 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8757 */
+  /* parser/parser.nit:9093 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8757);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9093);
   }
-  /* ./parser//parser.nit:8759 */
+  /* parser/parser.nit:9095 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8759);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9095);
   }
-  /* ./parser//parser.nit:8761 */
+  /* parser/parser.nit:9097 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8761);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9097);
   }
-  /* ./parser//parser.nit:8763 */
+  /* parser/parser.nit:9099 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8763);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9099);
   }
-  /* ./parser//parser.nit:8765 */
+  /* parser/parser.nit:9101 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8765);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9101);
   }
-  /* ./parser//parser.nit:8766 */
+  /* parser/parser.nit:9102 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8774 */
+  /* parser/parser.nit:9110 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8775 */
+  /* parser/parser.nit:9111 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8775);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9111);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25073,14 +25905,14 @@ void parser___ReduceAction274___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction275___action(val_t p0, val_t p1){
+void parser___ReduceAction283___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8780;
-  fra.me.meth = LOCATE_parser___ReduceAction275___action;
+  fra.me.line = 9116;
+  fra.me.meth = LOCATE_parser___ReduceAction283___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
   fra.me.nitni_local_ref_head = NULL;
@@ -25096,74 +25928,74 @@ void parser___ReduceAction275___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8782 */
+  /* parser/parser.nit:9118 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8783 */
+  /* parser/parser.nit:9119 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8784 */
+  /* parser/parser.nit:9120 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8785 */
+  /* parser/parser.nit:9121 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8786 */
+  /* parser/parser.nit:9122 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8787 */
+  /* parser/parser.nit:9123 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8788 */
+  /* parser/parser.nit:9124 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8789 */
+  /* parser/parser.nit:9125 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8790 */
+  /* parser/parser.nit:9126 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8791 */
+  /* parser/parser.nit:9127 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8793 */
+  /* parser/parser.nit:9129 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8793);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9129);
   }
-  /* ./parser//parser.nit:8795 */
+  /* parser/parser.nit:9131 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8795);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9131);
   }
-  /* ./parser//parser.nit:8797 */
+  /* parser/parser.nit:9133 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8797);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9133);
   }
-  /* ./parser//parser.nit:8798 */
+  /* parser/parser.nit:9134 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[6]);
   fra.me.REG[9] = fra.me.REG[6];
-  /* ./parser//parser.nit:8800 */
+  /* parser/parser.nit:9136 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8800);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9136);
   }
-  /* ./parser//parser.nit:8802 */
+  /* parser/parser.nit:9138 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8802);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9138);
   }
-  /* ./parser//parser.nit:8804 */
+  /* parser/parser.nit:9140 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8804);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9140);
   }
-  /* ./parser//parser.nit:8805 */
+  /* parser/parser.nit:9141 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[9], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8813 */
+  /* parser/parser.nit:9149 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8814 */
+  /* parser/parser.nit:9150 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8814);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9150);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25171,14 +26003,14 @@ void parser___ReduceAction275___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction276___action(val_t p0, val_t p1){
+void parser___ReduceAction284___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8819;
-  fra.me.meth = LOCATE_parser___ReduceAction276___action;
+  fra.me.line = 9155;
+  fra.me.meth = LOCATE_parser___ReduceAction284___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
   fra.me.nitni_local_ref_head = NULL;
@@ -25194,70 +26026,70 @@ void parser___ReduceAction276___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8821 */
+  /* parser/parser.nit:9157 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8822 */
+  /* parser/parser.nit:9158 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8823 */
+  /* parser/parser.nit:9159 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8824 */
+  /* parser/parser.nit:9160 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8825 */
+  /* parser/parser.nit:9161 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8826 */
+  /* parser/parser.nit:9162 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8827 */
+  /* parser/parser.nit:9163 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8828 */
+  /* parser/parser.nit:9164 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8830 */
+  /* parser/parser.nit:9166 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8830);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9166);
   }
-  /* ./parser//parser.nit:8832 */
+  /* parser/parser.nit:9168 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8832);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9168);
   }
-  /* ./parser//parser.nit:8834 */
+  /* parser/parser.nit:9170 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8834);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9170);
   }
-  /* ./parser//parser.nit:8835 */
+  /* parser/parser.nit:9171 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[6]);
   fra.me.REG[9] = fra.me.REG[6];
-  /* ./parser//parser.nit:8837 */
+  /* parser/parser.nit:9173 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8837);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9173);
   }
-  /* ./parser//parser.nit:8839 */
+  /* parser/parser.nit:9175 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8839);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9175);
   }
-  /* ./parser//parser.nit:8841 */
+  /* parser/parser.nit:9177 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8841);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9177);
   }
-  /* ./parser//parser.nit:8842 */
+  /* parser/parser.nit:9178 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[8], fra.me.REG[7], fra.me.REG[9], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:8850 */
+  /* parser/parser.nit:9186 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8851 */
+  /* parser/parser.nit:9187 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8851);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9187);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25265,14 +26097,14 @@ void parser___ReduceAction276___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction277___action(val_t p0, val_t p1){
+void parser___ReduceAction285___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8856;
-  fra.me.meth = LOCATE_parser___ReduceAction277___action;
+  fra.me.line = 9192;
+  fra.me.meth = LOCATE_parser___ReduceAction285___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -25286,51 +26118,51 @@ void parser___ReduceAction277___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8858 */
+  /* parser/parser.nit:9194 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8859 */
+  /* parser/parser.nit:9195 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8860 */
+  /* parser/parser.nit:9196 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8861 */
+  /* parser/parser.nit:9197 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8862 */
+  /* parser/parser.nit:9198 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8863 */
+  /* parser/parser.nit:9199 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8865 */
+  /* parser/parser.nit:9201 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8865);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9201);
   }
-  /* ./parser//parser.nit:8867 */
+  /* parser/parser.nit:9203 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8867);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9203);
   }
-  /* ./parser//parser.nit:8869 */
+  /* parser/parser.nit:9205 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8869);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9205);
   }
-  /* ./parser//parser.nit:8871 */
+  /* parser/parser.nit:9207 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8871);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9207);
   }
-  /* ./parser//parser.nit:8872 */
+  /* parser/parser.nit:9208 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8880 */
+  /* parser/parser.nit:9216 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8881 */
+  /* parser/parser.nit:9217 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8881);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9217);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25338,14 +26170,14 @@ void parser___ReduceAction277___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction278___action(val_t p0, val_t p1){
+void parser___ReduceAction286___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8886;
-  fra.me.meth = LOCATE_parser___ReduceAction278___action;
+  fra.me.line = 9222;
+  fra.me.meth = LOCATE_parser___ReduceAction286___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -25360,66 +26192,66 @@ void parser___ReduceAction278___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8888 */
+  /* parser/parser.nit:9224 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8889 */
+  /* parser/parser.nit:9225 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8890 */
+  /* parser/parser.nit:9226 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8891 */
+  /* parser/parser.nit:9227 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8892 */
+  /* parser/parser.nit:9228 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8893 */
+  /* parser/parser.nit:9229 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8894 */
+  /* parser/parser.nit:9230 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8895 */
+  /* parser/parser.nit:9231 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8896 */
+  /* parser/parser.nit:9232 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8898 */
+  /* parser/parser.nit:9234 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8898);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9234);
   }
-  /* ./parser//parser.nit:8900 */
+  /* parser/parser.nit:9236 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8900);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9236);
   }
-  /* ./parser//parser.nit:8902 */
+  /* parser/parser.nit:9238 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8902);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9238);
   }
-  /* ./parser//parser.nit:8903 */
+  /* parser/parser.nit:9239 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:8905 */
+  /* parser/parser.nit:9241 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8905);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9241);
   }
-  /* ./parser//parser.nit:8907 */
+  /* parser/parser.nit:9243 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8907);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9243);
   }
-  /* ./parser//parser.nit:8908 */
+  /* parser/parser.nit:9244 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8916 */
+  /* parser/parser.nit:9252 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8917 */
+  /* parser/parser.nit:9253 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8917);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9253);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25427,14 +26259,14 @@ void parser___ReduceAction278___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction279___action(val_t p0, val_t p1){
+void parser___ReduceAction287___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8922;
-  fra.me.meth = LOCATE_parser___ReduceAction279___action;
+  fra.me.line = 9258;
+  fra.me.meth = LOCATE_parser___ReduceAction287___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -25449,62 +26281,62 @@ void parser___ReduceAction279___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8924 */
+  /* parser/parser.nit:9260 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8925 */
+  /* parser/parser.nit:9261 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8926 */
+  /* parser/parser.nit:9262 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8927 */
+  /* parser/parser.nit:9263 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8928 */
+  /* parser/parser.nit:9264 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8929 */
+  /* parser/parser.nit:9265 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8930 */
+  /* parser/parser.nit:9266 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8932 */
+  /* parser/parser.nit:9268 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8932);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9268);
   }
-  /* ./parser//parser.nit:8934 */
+  /* parser/parser.nit:9270 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8934);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9270);
   }
-  /* ./parser//parser.nit:8936 */
+  /* parser/parser.nit:9272 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8936);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9272);
   }
-  /* ./parser//parser.nit:8937 */
+  /* parser/parser.nit:9273 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:8939 */
+  /* parser/parser.nit:9275 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8939);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9275);
   }
-  /* ./parser//parser.nit:8941 */
+  /* parser/parser.nit:9277 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8941);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9277);
   }
-  /* ./parser//parser.nit:8942 */
+  /* parser/parser.nit:9278 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8950 */
+  /* parser/parser.nit:9286 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8951 */
+  /* parser/parser.nit:9287 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8951);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9287);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25512,14 +26344,14 @@ void parser___ReduceAction279___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction280___action(val_t p0, val_t p1){
+void parser___ReduceAction288___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8956;
-  fra.me.meth = LOCATE_parser___ReduceAction280___action;
+  fra.me.line = 9292;
+  fra.me.meth = LOCATE_parser___ReduceAction288___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -25532,47 +26364,47 @@ void parser___ReduceAction280___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8958 */
+  /* parser/parser.nit:9294 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8959 */
+  /* parser/parser.nit:9295 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8960 */
+  /* parser/parser.nit:9296 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8961 */
+  /* parser/parser.nit:9297 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8962 */
+  /* parser/parser.nit:9298 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8963 */
+  /* parser/parser.nit:9299 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8964 */
+  /* parser/parser.nit:9300 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8966 */
+  /* parser/parser.nit:9302 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8966);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9302);
   }
-  /* ./parser//parser.nit:8968 */
+  /* parser/parser.nit:9304 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8968);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9304);
   }
-  /* ./parser//parser.nit:8970 */
+  /* parser/parser.nit:9306 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8970);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9306);
   }
-  /* ./parser//parser.nit:8971 */
+  /* parser/parser.nit:9307 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:8979 */
+  /* parser/parser.nit:9315 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:8980 */
+  /* parser/parser.nit:9316 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 8980);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9316);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25580,14 +26412,14 @@ void parser___ReduceAction280___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction281___action(val_t p0, val_t p1){
+void parser___ReduceAction289___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 8985;
-  fra.me.meth = LOCATE_parser___ReduceAction281___action;
+  fra.me.line = 9321;
+  fra.me.meth = LOCATE_parser___ReduceAction289___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -25601,62 +26433,62 @@ void parser___ReduceAction281___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:8987 */
+  /* parser/parser.nit:9323 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:8988 */
+  /* parser/parser.nit:9324 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8989 */
+  /* parser/parser.nit:9325 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8990 */
+  /* parser/parser.nit:9326 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8991 */
+  /* parser/parser.nit:9327 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8992 */
+  /* parser/parser.nit:9328 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8993 */
+  /* parser/parser.nit:9329 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8994 */
+  /* parser/parser.nit:9330 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8995 */
+  /* parser/parser.nit:9331 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:8996 */
+  /* parser/parser.nit:9332 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:8998 */
+  /* parser/parser.nit:9334 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 8998);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9334);
   }
-  /* ./parser//parser.nit:9000 */
+  /* parser/parser.nit:9336 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9000);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9336);
   }
-  /* ./parser//parser.nit:9002 */
+  /* parser/parser.nit:9338 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9002);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9338);
   }
-  /* ./parser//parser.nit:9003 */
+  /* parser/parser.nit:9339 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:9005 */
+  /* parser/parser.nit:9341 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9005);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9341);
   }
-  /* ./parser//parser.nit:9006 */
+  /* parser/parser.nit:9342 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9014 */
+  /* parser/parser.nit:9350 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9015 */
+  /* parser/parser.nit:9351 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9015);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9351);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25664,14 +26496,14 @@ void parser___ReduceAction281___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction282___action(val_t p0, val_t p1){
+void parser___ReduceAction290___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9020;
-  fra.me.meth = LOCATE_parser___ReduceAction282___action;
+  fra.me.line = 9356;
+  fra.me.meth = LOCATE_parser___ReduceAction290___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -25685,58 +26517,58 @@ void parser___ReduceAction282___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9022 */
+  /* parser/parser.nit:9358 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9023 */
+  /* parser/parser.nit:9359 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9024 */
+  /* parser/parser.nit:9360 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9025 */
+  /* parser/parser.nit:9361 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9026 */
+  /* parser/parser.nit:9362 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9027 */
+  /* parser/parser.nit:9363 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9028 */
+  /* parser/parser.nit:9364 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9029 */
+  /* parser/parser.nit:9365 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9031 */
+  /* parser/parser.nit:9367 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9031);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9367);
   }
-  /* ./parser//parser.nit:9033 */
+  /* parser/parser.nit:9369 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9033);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9369);
   }
-  /* ./parser//parser.nit:9035 */
+  /* parser/parser.nit:9371 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9035);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9371);
   }
-  /* ./parser//parser.nit:9036 */
+  /* parser/parser.nit:9372 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:9038 */
+  /* parser/parser.nit:9374 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9038);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9374);
   }
-  /* ./parser//parser.nit:9039 */
+  /* parser/parser.nit:9375 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9047 */
+  /* parser/parser.nit:9383 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9048 */
+  /* parser/parser.nit:9384 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9048);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9384);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25744,14 +26576,14 @@ void parser___ReduceAction282___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction283___action(val_t p0, val_t p1){
+void parser___ReduceAction291___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9053;
-  fra.me.meth = LOCATE_parser___ReduceAction283___action;
+  fra.me.line = 9389;
+  fra.me.meth = LOCATE_parser___ReduceAction291___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -25765,53 +26597,53 @@ void parser___ReduceAction283___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9055 */
+  /* parser/parser.nit:9391 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9056 */
+  /* parser/parser.nit:9392 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9057 */
+  /* parser/parser.nit:9393 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9058 */
+  /* parser/parser.nit:9394 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9059 */
+  /* parser/parser.nit:9395 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9060 */
+  /* parser/parser.nit:9396 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9061 */
+  /* parser/parser.nit:9397 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9063 */
+  /* parser/parser.nit:9399 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9063);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9399);
   }
-  /* ./parser//parser.nit:9065 */
+  /* parser/parser.nit:9401 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9065);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9401);
   }
-  /* ./parser//parser.nit:9067 */
+  /* parser/parser.nit:9403 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9067);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9403);
   }
-  /* ./parser//parser.nit:9069 */
+  /* parser/parser.nit:9405 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9069);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9405);
   }
-  /* ./parser//parser.nit:9070 */
+  /* parser/parser.nit:9406 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9078 */
+  /* parser/parser.nit:9414 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9079 */
+  /* parser/parser.nit:9415 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9079);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9415);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25819,14 +26651,14 @@ void parser___ReduceAction283___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction284___action(val_t p0, val_t p1){
+void parser___ReduceAction292___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9084;
-  fra.me.meth = LOCATE_parser___ReduceAction284___action;
+  fra.me.line = 9420;
+  fra.me.meth = LOCATE_parser___ReduceAction292___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -25841,68 +26673,68 @@ void parser___ReduceAction284___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9086 */
+  /* parser/parser.nit:9422 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9087 */
+  /* parser/parser.nit:9423 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9088 */
+  /* parser/parser.nit:9424 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9089 */
+  /* parser/parser.nit:9425 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9090 */
+  /* parser/parser.nit:9426 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9091 */
+  /* parser/parser.nit:9427 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9092 */
+  /* parser/parser.nit:9428 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9093 */
+  /* parser/parser.nit:9429 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9094 */
+  /* parser/parser.nit:9430 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9095 */
+  /* parser/parser.nit:9431 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9097 */
+  /* parser/parser.nit:9433 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9097);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9433);
   }
-  /* ./parser//parser.nit:9099 */
+  /* parser/parser.nit:9435 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9099);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9435);
   }
-  /* ./parser//parser.nit:9101 */
+  /* parser/parser.nit:9437 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9101);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9437);
   }
-  /* ./parser//parser.nit:9102 */
+  /* parser/parser.nit:9438 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:9104 */
+  /* parser/parser.nit:9440 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9104);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9440);
   }
-  /* ./parser//parser.nit:9106 */
+  /* parser/parser.nit:9442 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9106);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9442);
   }
-  /* ./parser//parser.nit:9107 */
+  /* parser/parser.nit:9443 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9115 */
+  /* parser/parser.nit:9451 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9116 */
+  /* parser/parser.nit:9452 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9116);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9452);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25910,14 +26742,14 @@ void parser___ReduceAction284___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction285___action(val_t p0, val_t p1){
+void parser___ReduceAction293___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9121;
-  fra.me.meth = LOCATE_parser___ReduceAction285___action;
+  fra.me.line = 9457;
+  fra.me.meth = LOCATE_parser___ReduceAction293___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -25932,64 +26764,64 @@ void parser___ReduceAction285___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9123 */
+  /* parser/parser.nit:9459 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9124 */
+  /* parser/parser.nit:9460 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9125 */
+  /* parser/parser.nit:9461 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9126 */
+  /* parser/parser.nit:9462 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9127 */
+  /* parser/parser.nit:9463 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9128 */
+  /* parser/parser.nit:9464 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9129 */
+  /* parser/parser.nit:9465 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9130 */
+  /* parser/parser.nit:9466 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9132 */
+  /* parser/parser.nit:9468 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9132);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9468);
   }
-  /* ./parser//parser.nit:9134 */
+  /* parser/parser.nit:9470 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9134);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9470);
   }
-  /* ./parser//parser.nit:9136 */
+  /* parser/parser.nit:9472 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9136);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9472);
   }
-  /* ./parser//parser.nit:9137 */
+  /* parser/parser.nit:9473 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
   fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:9139 */
+  /* parser/parser.nit:9475 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9139);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9475);
   }
-  /* ./parser//parser.nit:9141 */
+  /* parser/parser.nit:9477 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9141);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9477);
   }
-  /* ./parser//parser.nit:9142 */
+  /* parser/parser.nit:9478 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9150 */
+  /* parser/parser.nit:9486 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9151 */
+  /* parser/parser.nit:9487 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9151);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9487);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -25997,14 +26829,14 @@ void parser___ReduceAction285___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction286___action(val_t p0, val_t p1){
+void parser___ReduceAction294___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9156;
-  fra.me.meth = LOCATE_parser___ReduceAction286___action;
+  fra.me.line = 9492;
+  fra.me.meth = LOCATE_parser___ReduceAction294___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -26017,45 +26849,45 @@ void parser___ReduceAction286___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9158 */
+  /* parser/parser.nit:9494 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9159 */
+  /* parser/parser.nit:9495 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9160 */
+  /* parser/parser.nit:9496 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9161 */
+  /* parser/parser.nit:9497 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9162 */
+  /* parser/parser.nit:9498 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9163 */
+  /* parser/parser.nit:9499 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9165 */
+  /* parser/parser.nit:9501 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9165);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9501);
   }
-  /* ./parser//parser.nit:9167 */
+  /* parser/parser.nit:9503 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9167);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9503);
   }
-  /* ./parser//parser.nit:9169 */
+  /* parser/parser.nit:9505 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9169);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9505);
   }
-  /* ./parser//parser.nit:9170 */
+  /* parser/parser.nit:9506 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:9178 */
+  /* parser/parser.nit:9514 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9179 */
+  /* parser/parser.nit:9515 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9179);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9515);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26063,14 +26895,14 @@ void parser___ReduceAction286___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction287___action(val_t p0, val_t p1){
+void parser___ReduceAction295___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9184;
-  fra.me.meth = LOCATE_parser___ReduceAction287___action;
+  fra.me.line = 9520;
+  fra.me.meth = LOCATE_parser___ReduceAction295___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -26084,60 +26916,60 @@ void parser___ReduceAction287___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9186 */
+  /* parser/parser.nit:9522 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9187 */
+  /* parser/parser.nit:9523 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9188 */
+  /* parser/parser.nit:9524 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9189 */
+  /* parser/parser.nit:9525 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9190 */
+  /* parser/parser.nit:9526 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9191 */
+  /* parser/parser.nit:9527 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9192 */
+  /* parser/parser.nit:9528 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9193 */
+  /* parser/parser.nit:9529 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9194 */
+  /* parser/parser.nit:9530 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9196 */
+  /* parser/parser.nit:9532 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9196);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9532);
   }
-  /* ./parser//parser.nit:9198 */
+  /* parser/parser.nit:9534 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9198);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9534);
   }
-  /* ./parser//parser.nit:9200 */
+  /* parser/parser.nit:9536 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9200);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9536);
   }
-  /* ./parser//parser.nit:9201 */
+  /* parser/parser.nit:9537 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:9203 */
+  /* parser/parser.nit:9539 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9203);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9539);
   }
-  /* ./parser//parser.nit:9204 */
+  /* parser/parser.nit:9540 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:9212 */
+  /* parser/parser.nit:9548 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9213 */
+  /* parser/parser.nit:9549 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9213);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9549);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26145,14 +26977,14 @@ void parser___ReduceAction287___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction288___action(val_t p0, val_t p1){
+void parser___ReduceAction296___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9218;
-  fra.me.meth = LOCATE_parser___ReduceAction288___action;
+  fra.me.line = 9554;
+  fra.me.meth = LOCATE_parser___ReduceAction296___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -26166,56 +26998,56 @@ void parser___ReduceAction288___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9220 */
+  /* parser/parser.nit:9556 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9221 */
+  /* parser/parser.nit:9557 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9222 */
+  /* parser/parser.nit:9558 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9223 */
+  /* parser/parser.nit:9559 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9224 */
+  /* parser/parser.nit:9560 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9225 */
+  /* parser/parser.nit:9561 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9226 */
+  /* parser/parser.nit:9562 */
   fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9228 */
+  /* parser/parser.nit:9564 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TBang, ID_parser___parser_nodes___TBang)) /*cast nullable TBang*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9228);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9564);
   }
-  /* ./parser//parser.nit:9230 */
+  /* parser/parser.nit:9566 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AClosureId, ID_parser___parser_nodes___AClosureId)) /*cast nullable AClosureId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9230);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9566);
   }
-  /* ./parser//parser.nit:9232 */
+  /* parser/parser.nit:9568 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9232);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9568);
   }
-  /* ./parser//parser.nit:9233 */
+  /* parser/parser.nit:9569 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[4]);
   fra.me.REG[7] = fra.me.REG[4];
-  /* ./parser//parser.nit:9235 */
+  /* parser/parser.nit:9571 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9235);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9571);
   }
-  /* ./parser//parser.nit:9236 */
+  /* parser/parser.nit:9572 */
   fra.me.REG[3] = NEW_AClosureDef_parser___parser_prod___AClosureDef___init_aclosuredef(fra.me.REG[6], fra.me.REG[5], fra.me.REG[7], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:9244 */
+  /* parser/parser.nit:9580 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9245 */
+  /* parser/parser.nit:9581 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9245);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9581);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26223,14 +27055,14 @@ void parser___ReduceAction288___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction289___action(val_t p0, val_t p1){
+void parser___ReduceAction297___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9250;
-  fra.me.meth = LOCATE_parser___ReduceAction289___action;
+  fra.me.line = 9586;
+  fra.me.meth = LOCATE_parser___ReduceAction297___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -26240,25 +27072,25 @@ void parser___ReduceAction289___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9252 */
+  /* parser/parser.nit:9588 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9253 */
+  /* parser/parser.nit:9589 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9255 */
+  /* parser/parser.nit:9591 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9255);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9591);
   }
-  /* ./parser//parser.nit:9256 */
+  /* parser/parser.nit:9592 */
   fra.me.REG[3] = NEW_ASimpleClosureId_parser___parser_prod___ASimpleClosureId___init_asimpleclosureid(fra.me.REG[3]);
-  /* ./parser//parser.nit:9259 */
+  /* parser/parser.nit:9595 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9260 */
+  /* parser/parser.nit:9596 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9260);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9596);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26266,14 +27098,14 @@ void parser___ReduceAction289___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction290___action(val_t p0, val_t p1){
+void parser___ReduceAction298___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9265;
-  fra.me.meth = LOCATE_parser___ReduceAction290___action;
+  fra.me.line = 9601;
+  fra.me.meth = LOCATE_parser___ReduceAction298___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -26283,25 +27115,25 @@ void parser___ReduceAction290___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9267 */
+  /* parser/parser.nit:9603 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9268 */
+  /* parser/parser.nit:9604 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9270 */
+  /* parser/parser.nit:9606 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwbreak, ID_parser___parser_nodes___TKwbreak)) /*cast nullable TKwbreak*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9270);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9606);
   }
-  /* ./parser//parser.nit:9271 */
+  /* parser/parser.nit:9607 */
   fra.me.REG[3] = NEW_ABreakClosureId_parser___parser_prod___ABreakClosureId___init_abreakclosureid(fra.me.REG[3]);
-  /* ./parser//parser.nit:9274 */
+  /* parser/parser.nit:9610 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9275 */
+  /* parser/parser.nit:9611 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9275);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9611);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26309,14 +27141,14 @@ void parser___ReduceAction290___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction291___action(val_t p0, val_t p1){
+void parser___ReduceAction299___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9280;
-  fra.me.meth = LOCATE_parser___ReduceAction291___action;
+  fra.me.line = 9616;
+  fra.me.meth = LOCATE_parser___ReduceAction299___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -26326,25 +27158,25 @@ void parser___ReduceAction291___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9282 */
+  /* parser/parser.nit:9618 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9283 */
+  /* parser/parser.nit:9619 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9285 */
+  /* parser/parser.nit:9621 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9285);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9621);
   }
-  /* ./parser//parser.nit:9286 */
+  /* parser/parser.nit:9622 */
   fra.me.REG[3] = NEW_AContinueExpr_parser___parser_prod___AContinueExpr___init_acontinueexpr(NIT_NULL, NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:9291 */
+  /* parser/parser.nit:9627 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9292 */
+  /* parser/parser.nit:9628 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9292);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9628);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26352,14 +27184,14 @@ void parser___ReduceAction291___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction292___action(val_t p0, val_t p1){
+void parser___ReduceAction300___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9297;
-  fra.me.meth = LOCATE_parser___ReduceAction292___action;
+  fra.me.line = 9633;
+  fra.me.meth = LOCATE_parser___ReduceAction300___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -26370,33 +27202,33 @@ void parser___ReduceAction292___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9299 */
+  /* parser/parser.nit:9635 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9300 */
+  /* parser/parser.nit:9636 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9301 */
+  /* parser/parser.nit:9637 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9303 */
+  /* parser/parser.nit:9639 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9303);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9639);
   }
-  /* ./parser//parser.nit:9305 */
+  /* parser/parser.nit:9641 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9305);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9641);
   }
-  /* ./parser//parser.nit:9306 */
+  /* parser/parser.nit:9642 */
   fra.me.REG[3] = NEW_AVardeclExpr_parser___parser_prod___AVardeclExpr___init_avardeclexpr(fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:9313 */
+  /* parser/parser.nit:9649 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9314 */
+  /* parser/parser.nit:9650 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9314);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9650);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26404,14 +27236,14 @@ void parser___ReduceAction292___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction293___action(val_t p0, val_t p1){
+void parser___ReduceAction301___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9319;
-  fra.me.meth = LOCATE_parser___ReduceAction293___action;
+  fra.me.line = 9655;
+  fra.me.meth = LOCATE_parser___ReduceAction301___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -26423,41 +27255,41 @@ void parser___ReduceAction293___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9321 */
+  /* parser/parser.nit:9657 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9322 */
+  /* parser/parser.nit:9658 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9323 */
+  /* parser/parser.nit:9659 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9324 */
+  /* parser/parser.nit:9660 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9326 */
+  /* parser/parser.nit:9662 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9326);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9662);
   }
-  /* ./parser//parser.nit:9328 */
+  /* parser/parser.nit:9664 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9328);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9664);
   }
-  /* ./parser//parser.nit:9330 */
+  /* parser/parser.nit:9666 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9330);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9666);
   }
-  /* ./parser//parser.nit:9331 */
+  /* parser/parser.nit:9667 */
   fra.me.REG[3] = NEW_AVardeclExpr_parser___parser_prod___AVardeclExpr___init_avardeclexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL, NIT_NULL);
-  /* ./parser//parser.nit:9338 */
+  /* parser/parser.nit:9674 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9339 */
+  /* parser/parser.nit:9675 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9339);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9675);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26465,14 +27297,14 @@ void parser___ReduceAction293___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction294___action(val_t p0, val_t p1){
+void parser___ReduceAction302___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9344;
-  fra.me.meth = LOCATE_parser___ReduceAction294___action;
+  fra.me.line = 9680;
+  fra.me.meth = LOCATE_parser___ReduceAction302___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -26485,51 +27317,51 @@ void parser___ReduceAction294___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9346 */
+  /* parser/parser.nit:9682 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9347 */
+  /* parser/parser.nit:9683 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9348 */
+  /* parser/parser.nit:9684 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9349 */
+  /* parser/parser.nit:9685 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9350 */
+  /* parser/parser.nit:9686 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9351 */
+  /* parser/parser.nit:9687 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9353 */
+  /* parser/parser.nit:9689 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9353);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9689);
   }
-  /* ./parser//parser.nit:9355 */
+  /* parser/parser.nit:9691 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9355);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9691);
   }
-  /* ./parser//parser.nit:9357 */
+  /* parser/parser.nit:9693 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9357);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9693);
   }
-  /* ./parser//parser.nit:9359 */
+  /* parser/parser.nit:9695 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9359);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9695);
   }
-  /* ./parser//parser.nit:9360 */
+  /* parser/parser.nit:9696 */
   fra.me.REG[3] = NEW_AVardeclExpr_parser___parser_prod___AVardeclExpr___init_avardeclexpr(fra.me.REG[6], fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9367 */
+  /* parser/parser.nit:9703 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9368 */
+  /* parser/parser.nit:9704 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9368);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9704);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26537,14 +27369,14 @@ void parser___ReduceAction294___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction295___action(val_t p0, val_t p1){
+void parser___ReduceAction303___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9373;
-  fra.me.meth = LOCATE_parser___ReduceAction295___action;
+  fra.me.line = 9709;
+  fra.me.meth = LOCATE_parser___ReduceAction303___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -26558,59 +27390,59 @@ void parser___ReduceAction295___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9375 */
+  /* parser/parser.nit:9711 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9376 */
+  /* parser/parser.nit:9712 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9377 */
+  /* parser/parser.nit:9713 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9378 */
+  /* parser/parser.nit:9714 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9379 */
+  /* parser/parser.nit:9715 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9380 */
+  /* parser/parser.nit:9716 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9381 */
+  /* parser/parser.nit:9717 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9383 */
+  /* parser/parser.nit:9719 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwvar, ID_parser___parser_nodes___TKwvar)) /*cast nullable TKwvar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9383);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9719);
   }
-  /* ./parser//parser.nit:9385 */
+  /* parser/parser.nit:9721 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9385);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9721);
   }
-  /* ./parser//parser.nit:9387 */
+  /* parser/parser.nit:9723 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9387);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9723);
   }
-  /* ./parser//parser.nit:9389 */
+  /* parser/parser.nit:9725 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9389);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9725);
   }
-  /* ./parser//parser.nit:9391 */
+  /* parser/parser.nit:9727 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9391);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9727);
   }
-  /* ./parser//parser.nit:9392 */
+  /* parser/parser.nit:9728 */
   fra.me.REG[3] = NEW_AVardeclExpr_parser___parser_prod___AVardeclExpr___init_avardeclexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9399 */
+  /* parser/parser.nit:9735 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9400 */
+  /* parser/parser.nit:9736 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9400);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9736);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26618,14 +27450,14 @@ void parser___ReduceAction295___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction296___action(val_t p0, val_t p1){
+void parser___ReduceAction304___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9405;
-  fra.me.meth = LOCATE_parser___ReduceAction296___action;
+  fra.me.line = 9741;
+  fra.me.meth = LOCATE_parser___ReduceAction304___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -26638,53 +27470,53 @@ void parser___ReduceAction296___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9407 */
+  /* parser/parser.nit:9743 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9408 */
+  /* parser/parser.nit:9744 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9409 */
+  /* parser/parser.nit:9745 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9410 */
+  /* parser/parser.nit:9746 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9411 */
+  /* parser/parser.nit:9747 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9412 */
+  /* parser/parser.nit:9748 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9413 */
+  /* parser/parser.nit:9749 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9415 */
+  /* parser/parser.nit:9751 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9415);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9751);
   }
-  /* ./parser//parser.nit:9417 */
+  /* parser/parser.nit:9753 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9417);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9753);
   }
-  /* ./parser//parser.nit:9419 */
+  /* parser/parser.nit:9755 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9419);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9755);
   }
-  /* ./parser//parser.nit:9421 */
+  /* parser/parser.nit:9757 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9421);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9757);
   }
-  /* ./parser//parser.nit:9422 */
+  /* parser/parser.nit:9758 */
   fra.me.REG[3] = NEW_AAttrAssignExpr_parser___parser_prod___AAttrAssignExpr___init_aattrassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9428 */
+  /* parser/parser.nit:9764 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9429 */
+  /* parser/parser.nit:9765 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9429);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9765);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26692,14 +27524,14 @@ void parser___ReduceAction296___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction297___action(val_t p0, val_t p1){
+void parser___ReduceAction305___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9434;
-  fra.me.meth = LOCATE_parser___ReduceAction297___action;
+  fra.me.line = 9770;
+  fra.me.meth = LOCATE_parser___ReduceAction305___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -26712,43 +27544,43 @@ void parser___ReduceAction297___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9436 */
+  /* parser/parser.nit:9772 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9437 */
+  /* parser/parser.nit:9773 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9438 */
+  /* parser/parser.nit:9774 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9439 */
+  /* parser/parser.nit:9775 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9440 */
+  /* parser/parser.nit:9776 */
   fra.me.REG[6] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:9443 */
+  /* parser/parser.nit:9778 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9443);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9778);
   }
-  /* ./parser//parser.nit:9445 */
+  /* parser/parser.nit:9780 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9445);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9780);
   }
-  /* ./parser//parser.nit:9447 */
+  /* parser/parser.nit:9782 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9447);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9782);
   }
-  /* ./parser//parser.nit:9448 */
+  /* parser/parser.nit:9783 */
   fra.me.REG[3] = NEW_AAttrAssignExpr_parser___parser_prod___AAttrAssignExpr___init_aattrassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9454 */
+  /* parser/parser.nit:9789 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9455 */
+  /* parser/parser.nit:9790 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9455);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9790);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26756,16 +27588,16 @@ void parser___ReduceAction297___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction298___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction306___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9460;
-  fra.me.meth = LOCATE_parser___ReduceAction298___action;
+  fra.me.line = 9795;
+  fra.me.meth = LOCATE_parser___ReduceAction306___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -26775,69 +27607,63 @@ void parser___ReduceAction298___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9462 */
+  /* parser/parser.nit:9797 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9463 */
+  /* parser/parser.nit:9798 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9464 */
+  /* parser/parser.nit:9799 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9465 */
+  /* parser/parser.nit:9800 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9466 */
+  /* parser/parser.nit:9801 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9467 */
+  /* parser/parser.nit:9802 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9468 */
+  /* parser/parser.nit:9803 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9469 */
+  /* parser/parser.nit:9804 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9470 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9472 */
+  /* parser/parser.nit:9806 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9472);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9806);
   }
-  /* ./parser//parser.nit:9474 */
+  /* parser/parser.nit:9808 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9474);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9808);
   }
-  /* ./parser//parser.nit:9476 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9810 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9476);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9810);
   }
-  /* ./parser//parser.nit:9477 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
-  fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:9479 */
+  /* parser/parser.nit:9812 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9479);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9812);
   }
-  /* ./parser//parser.nit:9481 */
+  /* parser/parser.nit:9814 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9481);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9814);
   }
-  /* ./parser//parser.nit:9482 */
-  fra.me.REG[3] = NEW_ACallAssignExpr_parser___parser_prod___ACallAssignExpr___init_acallassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9489 */
+  /* parser/parser.nit:9815 */
+  fra.me.REG[3] = NEW_ACallAssignExpr_parser___parser_prod___ACallAssignExpr___init_acallassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:9822 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9490 */
+  /* parser/parser.nit:9823 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9490);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9823);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26845,16 +27671,16 @@ void parser___ReduceAction298___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction299___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction307___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9495;
-  fra.me.meth = LOCATE_parser___ReduceAction299___action;
+  fra.me.line = 9828;
+  fra.me.meth = LOCATE_parser___ReduceAction307___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -26864,59 +27690,53 @@ void parser___ReduceAction299___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9497 */
+  /* parser/parser.nit:9830 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9498 */
+  /* parser/parser.nit:9831 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9499 */
+  /* parser/parser.nit:9832 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9500 */
+  /* parser/parser.nit:9833 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9501 */
+  /* parser/parser.nit:9834 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9502 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9503 */
-  fra.me.REG[8] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:9506 */
+  /* parser/parser.nit:9835 */
+  fra.me.REG[7] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
+  /* parser/parser.nit:9837 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9506);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9837);
   }
-  /* ./parser//parser.nit:9508 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9839 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9508);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9839);
   }
-  /* ./parser//parser.nit:9509 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
-  fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:9511 */
+  /* parser/parser.nit:9841 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9511);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9841);
   }
-  /* ./parser//parser.nit:9513 */
+  /* parser/parser.nit:9843 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9513);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9843);
   }
-  /* ./parser//parser.nit:9514 */
-  fra.me.REG[3] = NEW_ACallAssignExpr_parser___parser_prod___ACallAssignExpr___init_acallassignexpr(fra.me.REG[8], fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9521 */
+  /* parser/parser.nit:9844 */
+  fra.me.REG[3] = NEW_ACallAssignExpr_parser___parser_prod___ACallAssignExpr___init_acallassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:9851 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9522 */
+  /* parser/parser.nit:9852 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9522);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9852);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -26924,16 +27744,16 @@ void parser___ReduceAction299___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction300___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction308___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9527;
-  fra.me.meth = LOCATE_parser___ReduceAction300___action;
+  fra.me.line = 9857;
+  fra.me.meth = LOCATE_parser___ReduceAction308___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -26942,57 +27762,51 @@ void parser___ReduceAction300___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9529 */
+  /* parser/parser.nit:9859 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9530 */
+  /* parser/parser.nit:9860 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9531 */
+  /* parser/parser.nit:9861 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9532 */
+  /* parser/parser.nit:9862 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9533 */
+  /* parser/parser.nit:9863 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9534 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9536 */
+  /* parser/parser.nit:9865 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9536);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9865);
   }
-  /* ./parser//parser.nit:9538 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9867 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9538);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9867);
   }
-  /* ./parser//parser.nit:9539 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
-  fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:9541 */
+  /* parser/parser.nit:9869 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TAssign, ID_parser___parser_nodes___TAssign)) /*cast nullable TAssign*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9541);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9869);
   }
-  /* ./parser//parser.nit:9543 */
+  /* parser/parser.nit:9871 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9543);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9871);
   }
-  /* ./parser//parser.nit:9544 */
-  fra.me.REG[3] = NEW_ABraAssignExpr_parser___parser_prod___ABraAssignExpr___init_abraassignexpr(fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9550 */
+  /* parser/parser.nit:9872 */
+  fra.me.REG[3] = NEW_ABraAssignExpr_parser___parser_prod___ABraAssignExpr___init_abraassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:9878 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9551 */
+  /* parser/parser.nit:9879 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9551);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9879);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27000,14 +27814,14 @@ void parser___ReduceAction300___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction301___action(val_t p0, val_t p1){
+void parser___ReduceAction309___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9556;
-  fra.me.meth = LOCATE_parser___ReduceAction301___action;
+  fra.me.line = 9884;
+  fra.me.meth = LOCATE_parser___ReduceAction309___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -27020,53 +27834,53 @@ void parser___ReduceAction301___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9558 */
+  /* parser/parser.nit:9886 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9559 */
+  /* parser/parser.nit:9887 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9560 */
+  /* parser/parser.nit:9888 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9561 */
+  /* parser/parser.nit:9889 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9562 */
+  /* parser/parser.nit:9890 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9563 */
+  /* parser/parser.nit:9891 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9564 */
+  /* parser/parser.nit:9892 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9566 */
+  /* parser/parser.nit:9894 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9566);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9894);
   }
-  /* ./parser//parser.nit:9568 */
+  /* parser/parser.nit:9896 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9568);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9896);
   }
-  /* ./parser//parser.nit:9570 */
+  /* parser/parser.nit:9898 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAssignOp, ID_parser___parser_nodes___AAssignOp)) /*cast nullable AAssignOp*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9570);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9898);
   }
-  /* ./parser//parser.nit:9572 */
+  /* parser/parser.nit:9900 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9572);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9900);
   }
-  /* ./parser//parser.nit:9573 */
+  /* parser/parser.nit:9901 */
   fra.me.REG[3] = NEW_AAttrReassignExpr_parser___parser_prod___AAttrReassignExpr___init_aattrreassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9579 */
+  /* parser/parser.nit:9907 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9580 */
+  /* parser/parser.nit:9908 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9580);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9908);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27074,14 +27888,14 @@ void parser___ReduceAction301___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction302___action(val_t p0, val_t p1){
+void parser___ReduceAction310___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9585;
-  fra.me.meth = LOCATE_parser___ReduceAction302___action;
+  fra.me.line = 9913;
+  fra.me.meth = LOCATE_parser___ReduceAction310___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -27094,43 +27908,43 @@ void parser___ReduceAction302___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9587 */
+  /* parser/parser.nit:9915 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9588 */
+  /* parser/parser.nit:9916 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9589 */
+  /* parser/parser.nit:9917 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9590 */
+  /* parser/parser.nit:9918 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9591 */
+  /* parser/parser.nit:9919 */
   fra.me.REG[6] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:9594 */
+  /* parser/parser.nit:9921 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9594);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9921);
   }
-  /* ./parser//parser.nit:9596 */
+  /* parser/parser.nit:9923 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAssignOp, ID_parser___parser_nodes___AAssignOp)) /*cast nullable AAssignOp*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9596);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9923);
   }
-  /* ./parser//parser.nit:9598 */
+  /* parser/parser.nit:9925 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9598);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9925);
   }
-  /* ./parser//parser.nit:9599 */
+  /* parser/parser.nit:9926 */
   fra.me.REG[3] = NEW_AAttrReassignExpr_parser___parser_prod___AAttrReassignExpr___init_aattrreassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9605 */
+  /* parser/parser.nit:9932 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9606 */
+  /* parser/parser.nit:9933 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9606);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9933);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27138,16 +27952,16 @@ void parser___ReduceAction302___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction303___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction311___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9611;
-  fra.me.meth = LOCATE_parser___ReduceAction303___action;
+  fra.me.line = 9938;
+  fra.me.meth = LOCATE_parser___ReduceAction311___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -27157,69 +27971,63 @@ void parser___ReduceAction303___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9613 */
+  /* parser/parser.nit:9940 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9614 */
+  /* parser/parser.nit:9941 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9615 */
+  /* parser/parser.nit:9942 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9616 */
+  /* parser/parser.nit:9943 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9617 */
+  /* parser/parser.nit:9944 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9618 */
+  /* parser/parser.nit:9945 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9619 */
+  /* parser/parser.nit:9946 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9620 */
+  /* parser/parser.nit:9947 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9621 */
-  fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9623 */
+  /* parser/parser.nit:9949 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9623);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9949);
   }
-  /* ./parser//parser.nit:9625 */
+  /* parser/parser.nit:9951 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9625);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9951);
   }
-  /* ./parser//parser.nit:9627 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9953 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9627);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9953);
   }
-  /* ./parser//parser.nit:9628 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[5]);
-  fra.me.REG[8] = fra.me.REG[5];
-  /* ./parser//parser.nit:9630 */
+  /* parser/parser.nit:9955 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAssignOp, ID_parser___parser_nodes___AAssignOp)) /*cast nullable AAssignOp*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9630);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9955);
   }
-  /* ./parser//parser.nit:9632 */
+  /* parser/parser.nit:9957 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9632);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9957);
   }
-  /* ./parser//parser.nit:9633 */
-  fra.me.REG[3] = NEW_ACallReassignExpr_parser___parser_prod___ACallReassignExpr___init_acallreassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[8], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9640 */
+  /* parser/parser.nit:9958 */
+  fra.me.REG[3] = NEW_ACallReassignExpr_parser___parser_prod___ACallReassignExpr___init_acallreassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:9965 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9641 */
+  /* parser/parser.nit:9966 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9641);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9966);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27227,16 +28035,16 @@ void parser___ReduceAction303___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction304___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
+void parser___ReduceAction312___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9646;
-  fra.me.meth = LOCATE_parser___ReduceAction304___action;
+  fra.me.line = 9971;
+  fra.me.meth = LOCATE_parser___ReduceAction312___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 9;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -27246,59 +28054,53 @@ void parser___ReduceAction304___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[7] = NIT_NULL;
-  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9648 */
+  /* parser/parser.nit:9973 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9649 */
+  /* parser/parser.nit:9974 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9650 */
+  /* parser/parser.nit:9975 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9651 */
+  /* parser/parser.nit:9976 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9652 */
+  /* parser/parser.nit:9977 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9653 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9654 */
-  fra.me.REG[8] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:9657 */
+  /* parser/parser.nit:9978 */
+  fra.me.REG[7] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
+  /* parser/parser.nit:9980 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9657);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9980);
   }
-  /* ./parser//parser.nit:9659 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:9982 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9659);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9982);
   }
-  /* ./parser//parser.nit:9660 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
-  fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:9662 */
+  /* parser/parser.nit:9984 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAssignOp, ID_parser___parser_nodes___AAssignOp)) /*cast nullable AAssignOp*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9662);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9984);
   }
-  /* ./parser//parser.nit:9664 */
+  /* parser/parser.nit:9986 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9664);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 9986);
   }
-  /* ./parser//parser.nit:9665 */
-  fra.me.REG[3] = NEW_ACallReassignExpr_parser___parser_prod___ACallReassignExpr___init_acallreassignexpr(fra.me.REG[8], fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9672 */
+  /* parser/parser.nit:9987 */
+  fra.me.REG[3] = NEW_ACallReassignExpr_parser___parser_prod___ACallReassignExpr___init_acallreassignexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:9994 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9673 */
+  /* parser/parser.nit:9995 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9673);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9995);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27306,16 +28108,16 @@ void parser___ReduceAction304___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction305___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction313___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9678;
-  fra.me.meth = LOCATE_parser___ReduceAction305___action;
+  fra.me.line = 10000;
+  fra.me.meth = LOCATE_parser___ReduceAction313___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -27324,57 +28126,51 @@ void parser___ReduceAction305___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9680 */
+  /* parser/parser.nit:10002 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9681 */
+  /* parser/parser.nit:10003 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9682 */
+  /* parser/parser.nit:10004 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9683 */
+  /* parser/parser.nit:10005 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9684 */
+  /* parser/parser.nit:10006 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9685 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:9687 */
+  /* parser/parser.nit:10008 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9687);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10008);
   }
-  /* ./parser//parser.nit:9689 */
-  REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:10010 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9689);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10010);
   }
-  /* ./parser//parser.nit:9690 */
-  fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[5]);
-  fra.me.REG[7] = fra.me.REG[5];
-  /* ./parser//parser.nit:9692 */
+  /* parser/parser.nit:10012 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AAssignOp, ID_parser___parser_nodes___AAssignOp)) /*cast nullable AAssignOp*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9692);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10012);
   }
-  /* ./parser//parser.nit:9694 */
+  /* parser/parser.nit:10014 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9694);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10014);
   }
-  /* ./parser//parser.nit:9695 */
-  fra.me.REG[3] = NEW_ABraReassignExpr_parser___parser_prod___ABraReassignExpr___init_abrareassignexpr(fra.me.REG[6], fra.me.REG[7], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9701 */
+  /* parser/parser.nit:10015 */
+  fra.me.REG[3] = NEW_ABraReassignExpr_parser___parser_prod___ABraReassignExpr___init_abrareassignexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:10021 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9702 */
+  /* parser/parser.nit:10022 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9702);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10022);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27382,14 +28178,14 @@ void parser___ReduceAction305___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction306___action(val_t p0, val_t p1){
+void parser___ReduceAction314___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9707;
-  fra.me.meth = LOCATE_parser___ReduceAction306___action;
+  fra.me.line = 10027;
+  fra.me.meth = LOCATE_parser___ReduceAction314___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -27399,25 +28195,25 @@ void parser___ReduceAction306___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9709 */
+  /* parser/parser.nit:10029 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9710 */
+  /* parser/parser.nit:10030 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9712 */
+  /* parser/parser.nit:10032 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TPluseq, ID_parser___parser_nodes___TPluseq)) /*cast nullable TPluseq*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9712);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10032);
   }
-  /* ./parser//parser.nit:9713 */
+  /* parser/parser.nit:10033 */
   fra.me.REG[3] = NEW_APlusAssignOp_parser___parser_prod___APlusAssignOp___init_aplusassignop(fra.me.REG[3]);
-  /* ./parser//parser.nit:9716 */
+  /* parser/parser.nit:10036 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9717 */
+  /* parser/parser.nit:10037 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9717);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10037);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27425,14 +28221,14 @@ void parser___ReduceAction306___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction307___action(val_t p0, val_t p1){
+void parser___ReduceAction315___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9722;
-  fra.me.meth = LOCATE_parser___ReduceAction307___action;
+  fra.me.line = 10042;
+  fra.me.meth = LOCATE_parser___ReduceAction315___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -27442,25 +28238,25 @@ void parser___ReduceAction307___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9724 */
+  /* parser/parser.nit:10044 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9725 */
+  /* parser/parser.nit:10045 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9727 */
+  /* parser/parser.nit:10047 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TMinuseq, ID_parser___parser_nodes___TMinuseq)) /*cast nullable TMinuseq*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9727);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10047);
   }
-  /* ./parser//parser.nit:9728 */
+  /* parser/parser.nit:10048 */
   fra.me.REG[3] = NEW_AMinusAssignOp_parser___parser_prod___AMinusAssignOp___init_aminusassignop(fra.me.REG[3]);
-  /* ./parser//parser.nit:9731 */
+  /* parser/parser.nit:10051 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9732 */
+  /* parser/parser.nit:10052 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9732);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10052);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27468,14 +28264,14 @@ void parser___ReduceAction307___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction308___action(val_t p0, val_t p1){
+void parser___ReduceAction316___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9737;
-  fra.me.meth = LOCATE_parser___ReduceAction308___action;
+  fra.me.line = 10057;
+  fra.me.meth = LOCATE_parser___ReduceAction316___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -27487,41 +28283,41 @@ void parser___ReduceAction308___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9739 */
+  /* parser/parser.nit:10059 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9740 */
+  /* parser/parser.nit:10060 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9741 */
+  /* parser/parser.nit:10061 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9742 */
+  /* parser/parser.nit:10062 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9744 */
+  /* parser/parser.nit:10064 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9744);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10064);
   }
-  /* ./parser//parser.nit:9746 */
+  /* parser/parser.nit:10066 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9746);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10066);
   }
-  /* ./parser//parser.nit:9748 */
+  /* parser/parser.nit:10068 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9748);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10068);
   }
-  /* ./parser//parser.nit:9749 */
+  /* parser/parser.nit:10069 */
   fra.me.REG[3] = NEW_ADoExpr_parser___parser_prod___ADoExpr___init_adoexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9754 */
+  /* parser/parser.nit:10074 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9755 */
+  /* parser/parser.nit:10075 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9755);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10075);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27529,14 +28325,14 @@ void parser___ReduceAction308___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction309___action(val_t p0, val_t p1){
+void parser___ReduceAction317___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9760;
-  fra.me.meth = LOCATE_parser___ReduceAction309___action;
+  fra.me.line = 10080;
+  fra.me.meth = LOCATE_parser___ReduceAction317___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -27547,33 +28343,33 @@ void parser___ReduceAction309___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9762 */
+  /* parser/parser.nit:10082 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9763 */
+  /* parser/parser.nit:10083 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9764 */
+  /* parser/parser.nit:10084 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9766 */
+  /* parser/parser.nit:10086 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9766);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10086);
   }
-  /* ./parser//parser.nit:9768 */
+  /* parser/parser.nit:10088 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9768);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10088);
   }
-  /* ./parser//parser.nit:9769 */
+  /* parser/parser.nit:10089 */
   fra.me.REG[3] = NEW_ADoExpr_parser___parser_prod___ADoExpr___init_adoexpr(fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9774 */
+  /* parser/parser.nit:10094 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9775 */
+  /* parser/parser.nit:10095 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9775);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10095);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27581,14 +28377,14 @@ void parser___ReduceAction309___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction310___action(val_t p0, val_t p1){
+void parser___ReduceAction318___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9780;
-  fra.me.meth = LOCATE_parser___ReduceAction310___action;
+  fra.me.line = 10100;
+  fra.me.meth = LOCATE_parser___ReduceAction318___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -27601,57 +28397,57 @@ void parser___ReduceAction310___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9782 */
+  /* parser/parser.nit:10102 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9783 */
+  /* parser/parser.nit:10103 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9784 */
+  /* parser/parser.nit:10104 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9785 */
+  /* parser/parser.nit:10105 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9786 */
+  /* parser/parser.nit:10106 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9787 */
+  /* parser/parser.nit:10107 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9788 */
+  /* parser/parser.nit:10108 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9789 */
+  /* parser/parser.nit:10109 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9790 */
+  /* parser/parser.nit:10110 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9792 */
+  /* parser/parser.nit:10112 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9792);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10112);
   }
-  /* ./parser//parser.nit:9794 */
+  /* parser/parser.nit:10114 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9794);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10114);
   }
-  /* ./parser//parser.nit:9796 */
+  /* parser/parser.nit:10116 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9796);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10116);
   }
-  /* ./parser//parser.nit:9798 */
+  /* parser/parser.nit:10118 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9798);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10118);
   }
-  /* ./parser//parser.nit:9799 */
+  /* parser/parser.nit:10119 */
   fra.me.REG[3] = NEW_AIfExpr_parser___parser_prod___AIfExpr___init_aifexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9805 */
+  /* parser/parser.nit:10125 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9806 */
+  /* parser/parser.nit:10126 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9806);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10126);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27659,14 +28455,14 @@ void parser___ReduceAction310___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction311___action(val_t p0, val_t p1){
+void parser___ReduceAction319___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9811;
-  fra.me.meth = LOCATE_parser___ReduceAction311___action;
+  fra.me.line = 10131;
+  fra.me.meth = LOCATE_parser___ReduceAction319___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -27678,47 +28474,47 @@ void parser___ReduceAction311___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9813 */
+  /* parser/parser.nit:10133 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9814 */
+  /* parser/parser.nit:10134 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9815 */
+  /* parser/parser.nit:10135 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9816 */
+  /* parser/parser.nit:10136 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9817 */
+  /* parser/parser.nit:10137 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9818 */
+  /* parser/parser.nit:10138 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9819 */
+  /* parser/parser.nit:10139 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9821 */
+  /* parser/parser.nit:10141 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9821);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10141);
   }
-  /* ./parser//parser.nit:9823 */
+  /* parser/parser.nit:10143 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9823);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10143);
   }
-  /* ./parser//parser.nit:9825 */
+  /* parser/parser.nit:10145 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9825);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10145);
   }
-  /* ./parser//parser.nit:9826 */
+  /* parser/parser.nit:10146 */
   fra.me.REG[3] = NEW_AIfExpr_parser___parser_prod___AIfExpr___init_aifexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9832 */
+  /* parser/parser.nit:10152 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9833 */
+  /* parser/parser.nit:10153 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9833);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10153);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27726,14 +28522,14 @@ void parser___ReduceAction311___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction312___action(val_t p0, val_t p1){
+void parser___ReduceAction320___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9838;
-  fra.me.meth = LOCATE_parser___ReduceAction312___action;
+  fra.me.line = 10158;
+  fra.me.meth = LOCATE_parser___ReduceAction320___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -27746,57 +28542,57 @@ void parser___ReduceAction312___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9840 */
+  /* parser/parser.nit:10160 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9841 */
+  /* parser/parser.nit:10161 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9842 */
+  /* parser/parser.nit:10162 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9843 */
+  /* parser/parser.nit:10163 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9844 */
+  /* parser/parser.nit:10164 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9845 */
+  /* parser/parser.nit:10165 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9846 */
+  /* parser/parser.nit:10166 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9847 */
+  /* parser/parser.nit:10167 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9848 */
+  /* parser/parser.nit:10168 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9850 */
+  /* parser/parser.nit:10170 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9850);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10170);
   }
-  /* ./parser//parser.nit:9852 */
+  /* parser/parser.nit:10172 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9852);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10172);
   }
-  /* ./parser//parser.nit:9854 */
+  /* parser/parser.nit:10174 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9854);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10174);
   }
-  /* ./parser//parser.nit:9856 */
+  /* parser/parser.nit:10176 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9856);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10176);
   }
-  /* ./parser//parser.nit:9857 */
+  /* parser/parser.nit:10177 */
   fra.me.REG[3] = NEW_AIfExpr_parser___parser_prod___AIfExpr___init_aifexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9863 */
+  /* parser/parser.nit:10183 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9864 */
+  /* parser/parser.nit:10184 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9864);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10184);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27804,14 +28600,14 @@ void parser___ReduceAction312___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction313___action(val_t p0, val_t p1){
+void parser___ReduceAction321___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9869;
-  fra.me.meth = LOCATE_parser___ReduceAction313___action;
+  fra.me.line = 10189;
+  fra.me.meth = LOCATE_parser___ReduceAction321___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -27823,47 +28619,47 @@ void parser___ReduceAction313___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9871 */
+  /* parser/parser.nit:10191 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9872 */
+  /* parser/parser.nit:10192 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9873 */
+  /* parser/parser.nit:10193 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9874 */
+  /* parser/parser.nit:10194 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9875 */
+  /* parser/parser.nit:10195 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9876 */
+  /* parser/parser.nit:10196 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9877 */
+  /* parser/parser.nit:10197 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9879 */
+  /* parser/parser.nit:10199 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9879);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10199);
   }
-  /* ./parser//parser.nit:9881 */
+  /* parser/parser.nit:10201 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9881);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10201);
   }
-  /* ./parser//parser.nit:9883 */
+  /* parser/parser.nit:10203 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9883);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10203);
   }
-  /* ./parser//parser.nit:9884 */
+  /* parser/parser.nit:10204 */
   fra.me.REG[3] = NEW_AIfExpr_parser___parser_prod___AIfExpr___init_aifexpr(fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:9890 */
+  /* parser/parser.nit:10210 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9891 */
+  /* parser/parser.nit:10211 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9891);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10211);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27871,14 +28667,14 @@ void parser___ReduceAction313___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction314___action(val_t p0, val_t p1){
+void parser___ReduceAction322___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9896;
-  fra.me.meth = LOCATE_parser___ReduceAction314___action;
+  fra.me.line = 10216;
+  fra.me.meth = LOCATE_parser___ReduceAction322___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -27890,49 +28686,49 @@ void parser___ReduceAction314___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9898 */
+  /* parser/parser.nit:10218 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9899 */
+  /* parser/parser.nit:10219 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9900 */
+  /* parser/parser.nit:10220 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9901 */
+  /* parser/parser.nit:10221 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9902 */
+  /* parser/parser.nit:10222 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9903 */
+  /* parser/parser.nit:10223 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9904 */
+  /* parser/parser.nit:10224 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9905 */
+  /* parser/parser.nit:10225 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9907 */
+  /* parser/parser.nit:10227 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9907);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10227);
   }
-  /* ./parser//parser.nit:9909 */
+  /* parser/parser.nit:10229 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9909);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10229);
   }
-  /* ./parser//parser.nit:9911 */
+  /* parser/parser.nit:10231 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9911);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10231);
   }
-  /* ./parser//parser.nit:9912 */
+  /* parser/parser.nit:10232 */
   fra.me.REG[3] = NEW_AIfExpr_parser___parser_prod___AIfExpr___init_aifexpr(fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
-  /* ./parser//parser.nit:9918 */
+  /* parser/parser.nit:10238 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9919 */
+  /* parser/parser.nit:10239 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9919);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10239);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -27940,14 +28736,14 @@ void parser___ReduceAction314___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction317___action(val_t p0, val_t p1){
+void parser___ReduceAction325___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9924;
-  fra.me.meth = LOCATE_parser___ReduceAction317___action;
+  fra.me.line = 10244;
+  fra.me.meth = LOCATE_parser___ReduceAction325___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -27959,41 +28755,41 @@ void parser___ReduceAction317___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9926 */
+  /* parser/parser.nit:10246 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9927 */
+  /* parser/parser.nit:10247 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9928 */
+  /* parser/parser.nit:10248 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9929 */
+  /* parser/parser.nit:10249 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9931 */
+  /* parser/parser.nit:10251 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwloop, ID_parser___parser_nodes___TKwloop)) /*cast nullable TKwloop*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9931);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10251);
   }
-  /* ./parser//parser.nit:9933 */
+  /* parser/parser.nit:10253 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9933);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10253);
   }
-  /* ./parser//parser.nit:9935 */
+  /* parser/parser.nit:10255 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9935);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10255);
   }
-  /* ./parser//parser.nit:9936 */
+  /* parser/parser.nit:10256 */
   fra.me.REG[3] = NEW_ALoopExpr_parser___parser_prod___ALoopExpr___init_aloopexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9941 */
+  /* parser/parser.nit:10261 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9942 */
+  /* parser/parser.nit:10262 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9942);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10262);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28001,14 +28797,14 @@ void parser___ReduceAction317___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction318___action(val_t p0, val_t p1){
+void parser___ReduceAction326___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9947;
-  fra.me.meth = LOCATE_parser___ReduceAction318___action;
+  fra.me.line = 10267;
+  fra.me.meth = LOCATE_parser___ReduceAction326___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -28019,33 +28815,33 @@ void parser___ReduceAction318___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9949 */
+  /* parser/parser.nit:10269 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9950 */
+  /* parser/parser.nit:10270 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9951 */
+  /* parser/parser.nit:10271 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9953 */
+  /* parser/parser.nit:10273 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwloop, ID_parser___parser_nodes___TKwloop)) /*cast nullable TKwloop*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9953);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10273);
   }
-  /* ./parser//parser.nit:9955 */
+  /* parser/parser.nit:10275 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9955);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10275);
   }
-  /* ./parser//parser.nit:9956 */
+  /* parser/parser.nit:10276 */
   fra.me.REG[3] = NEW_ALoopExpr_parser___parser_prod___ALoopExpr___init_aloopexpr(fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:9961 */
+  /* parser/parser.nit:10281 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9962 */
+  /* parser/parser.nit:10282 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9962);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10282);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28053,14 +28849,14 @@ void parser___ReduceAction318___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction319___action(val_t p0, val_t p1){
+void parser___ReduceAction327___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 9967;
-  fra.me.meth = LOCATE_parser___ReduceAction319___action;
+  fra.me.line = 10287;
+  fra.me.meth = LOCATE_parser___ReduceAction327___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
@@ -28074,61 +28870,61 @@ void parser___ReduceAction319___action(val_t p0, val_t p1){
   fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:9969 */
+  /* parser/parser.nit:10289 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:9970 */
+  /* parser/parser.nit:10290 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9971 */
+  /* parser/parser.nit:10291 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9972 */
+  /* parser/parser.nit:10292 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9973 */
+  /* parser/parser.nit:10293 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9974 */
+  /* parser/parser.nit:10294 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9975 */
+  /* parser/parser.nit:10295 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9976 */
+  /* parser/parser.nit:10296 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:9978 */
+  /* parser/parser.nit:10298 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwwhile, ID_parser___parser_nodes___TKwwhile)) /*cast nullable TKwwhile*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9978);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10298);
   }
-  /* ./parser//parser.nit:9980 */
+  /* parser/parser.nit:10300 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9980);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10300);
   }
-  /* ./parser//parser.nit:9982 */
+  /* parser/parser.nit:10302 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9982);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10302);
   }
-  /* ./parser//parser.nit:9984 */
+  /* parser/parser.nit:10304 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9984);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10304);
   }
-  /* ./parser//parser.nit:9986 */
+  /* parser/parser.nit:10306 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 9986);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10306);
   }
-  /* ./parser//parser.nit:9987 */
+  /* parser/parser.nit:10307 */
   fra.me.REG[3] = NEW_AWhileExpr_parser___parser_prod___AWhileExpr___init_awhileexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:9994 */
+  /* parser/parser.nit:10314 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:9995 */
+  /* parser/parser.nit:10315 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 9995);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10315);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28136,14 +28932,14 @@ void parser___ReduceAction319___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction320___action(val_t p0, val_t p1){
+void parser___ReduceAction328___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10000;
-  fra.me.meth = LOCATE_parser___ReduceAction320___action;
+  fra.me.line = 10320;
+  fra.me.meth = LOCATE_parser___ReduceAction328___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -28156,53 +28952,53 @@ void parser___ReduceAction320___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10002 */
+  /* parser/parser.nit:10322 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10003 */
+  /* parser/parser.nit:10323 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10004 */
+  /* parser/parser.nit:10324 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10005 */
+  /* parser/parser.nit:10325 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10006 */
+  /* parser/parser.nit:10326 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10007 */
+  /* parser/parser.nit:10327 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10008 */
+  /* parser/parser.nit:10328 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10010 */
+  /* parser/parser.nit:10330 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwwhile, ID_parser___parser_nodes___TKwwhile)) /*cast nullable TKwwhile*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10010);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10330);
   }
-  /* ./parser//parser.nit:10012 */
+  /* parser/parser.nit:10332 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10012);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10332);
   }
-  /* ./parser//parser.nit:10014 */
+  /* parser/parser.nit:10334 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10014);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10334);
   }
-  /* ./parser//parser.nit:10016 */
+  /* parser/parser.nit:10336 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10016);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10336);
   }
-  /* ./parser//parser.nit:10017 */
+  /* parser/parser.nit:10337 */
   fra.me.REG[3] = NEW_AWhileExpr_parser___parser_prod___AWhileExpr___init_awhileexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:10024 */
+  /* parser/parser.nit:10344 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10025 */
+  /* parser/parser.nit:10345 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10025);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10345);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28210,14 +29006,14 @@ void parser___ReduceAction320___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction321___action(val_t p0, val_t p1){
+void parser___ReduceAction329___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10030;
-  fra.me.meth = LOCATE_parser___ReduceAction321___action;
+  fra.me.line = 10350;
+  fra.me.meth = LOCATE_parser___ReduceAction329___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
   fra.me.nitni_local_ref_head = NULL;
@@ -28233,84 +29029,84 @@ void parser___ReduceAction321___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10032 */
+  /* parser/parser.nit:10352 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10033 */
+  /* parser/parser.nit:10353 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10034 */
+  /* parser/parser.nit:10354 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10035 */
+  /* parser/parser.nit:10355 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10036 */
+  /* parser/parser.nit:10356 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10037 */
+  /* parser/parser.nit:10357 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10038 */
+  /* parser/parser.nit:10358 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10039 */
+  /* parser/parser.nit:10359 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10040 */
+  /* parser/parser.nit:10360 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10041 */
+  /* parser/parser.nit:10361 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10042 */
+  /* parser/parser.nit:10362 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10043 */
+  /* parser/parser.nit:10363 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10044 */
+  /* parser/parser.nit:10364 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10045 */
+  /* parser/parser.nit:10365 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10046 */
+  /* parser/parser.nit:10366 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10048 */
+  /* parser/parser.nit:10368 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwfor, ID_parser___parser_nodes___TKwfor)) /*cast nullable TKwfor*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10048);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10368);
   }
-  /* ./parser//parser.nit:10050 */
+  /* parser/parser.nit:10370 */
   REGB0 = TAG_Bool((fra.me.REG[7]!=NIT_NULL) && VAL_ISA(fra.me.REG[7], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10050);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10370);
   }
-  /* ./parser//parser.nit:10051 */
+  /* parser/parser.nit:10371 */
   fra.me.REG[7] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[7]);
   fra.me.REG[9] = fra.me.REG[7];
-  /* ./parser//parser.nit:10053 */
+  /* parser/parser.nit:10373 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10053);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10373);
   }
-  /* ./parser//parser.nit:10055 */
+  /* parser/parser.nit:10375 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10055);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10375);
   }
-  /* ./parser//parser.nit:10057 */
+  /* parser/parser.nit:10377 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10057);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10377);
   }
-  /* ./parser//parser.nit:10059 */
+  /* parser/parser.nit:10379 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10059);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10379);
   }
-  /* ./parser//parser.nit:10060 */
+  /* parser/parser.nit:10380 */
   fra.me.REG[3] = NEW_AForExpr_parser___parser_prod___AForExpr___init_aforexpr(fra.me.REG[8], fra.me.REG[9], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10068 */
+  /* parser/parser.nit:10388 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10069 */
+  /* parser/parser.nit:10389 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10069);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10389);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28318,14 +29114,14 @@ void parser___ReduceAction321___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction322___action(val_t p0, val_t p1){
+void parser___ReduceAction330___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[9];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10074;
-  fra.me.meth = LOCATE_parser___ReduceAction322___action;
+  fra.me.line = 10394;
+  fra.me.meth = LOCATE_parser___ReduceAction330___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 10;
   fra.me.nitni_local_ref_head = NULL;
@@ -28341,80 +29137,80 @@ void parser___ReduceAction322___action(val_t p0, val_t p1){
   fra.me.REG[9] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10076 */
+  /* parser/parser.nit:10396 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10077 */
+  /* parser/parser.nit:10397 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10078 */
+  /* parser/parser.nit:10398 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10079 */
+  /* parser/parser.nit:10399 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10080 */
+  /* parser/parser.nit:10400 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10081 */
+  /* parser/parser.nit:10401 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10082 */
+  /* parser/parser.nit:10402 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10083 */
+  /* parser/parser.nit:10403 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10084 */
+  /* parser/parser.nit:10404 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10085 */
+  /* parser/parser.nit:10405 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10086 */
+  /* parser/parser.nit:10406 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10087 */
+  /* parser/parser.nit:10407 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10088 */
+  /* parser/parser.nit:10408 */
   fra.me.REG[9] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10090 */
+  /* parser/parser.nit:10410 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwfor, ID_parser___parser_nodes___TKwfor)) /*cast nullable TKwfor*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10090);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10410);
   }
-  /* ./parser//parser.nit:10092 */
+  /* parser/parser.nit:10412 */
   REGB0 = TAG_Bool((fra.me.REG[7]!=NIT_NULL) && VAL_ISA(fra.me.REG[7], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10092);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10412);
   }
-  /* ./parser//parser.nit:10093 */
+  /* parser/parser.nit:10413 */
   fra.me.REG[7] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[9], fra.me.REG[7]);
   fra.me.REG[9] = fra.me.REG[7];
-  /* ./parser//parser.nit:10095 */
+  /* parser/parser.nit:10415 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10095);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10415);
   }
-  /* ./parser//parser.nit:10097 */
+  /* parser/parser.nit:10417 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10097);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10417);
   }
-  /* ./parser//parser.nit:10099 */
+  /* parser/parser.nit:10419 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10099);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10419);
   }
-  /* ./parser//parser.nit:10101 */
+  /* parser/parser.nit:10421 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___ALabel, ID_parser___parser_nodes___ALabel)) /*cast nullable ALabel*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10101);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10421);
   }
-  /* ./parser//parser.nit:10102 */
+  /* parser/parser.nit:10422 */
   fra.me.REG[3] = NEW_AForExpr_parser___parser_prod___AForExpr___init_aforexpr(fra.me.REG[8], fra.me.REG[9], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10110 */
+  /* parser/parser.nit:10430 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10111 */
+  /* parser/parser.nit:10431 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10111);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10431);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28422,14 +29218,14 @@ void parser___ReduceAction322___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction323___action(val_t p0, val_t p1){
+void parser___ReduceAction331___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10116;
-  fra.me.meth = LOCATE_parser___ReduceAction323___action;
+  fra.me.line = 10436;
+  fra.me.meth = LOCATE_parser___ReduceAction331___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -28444,76 +29240,76 @@ void parser___ReduceAction323___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10118 */
+  /* parser/parser.nit:10438 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10119 */
+  /* parser/parser.nit:10439 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10120 */
+  /* parser/parser.nit:10440 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10121 */
+  /* parser/parser.nit:10441 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10122 */
+  /* parser/parser.nit:10442 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10123 */
+  /* parser/parser.nit:10443 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10124 */
+  /* parser/parser.nit:10444 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10125 */
+  /* parser/parser.nit:10445 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10126 */
+  /* parser/parser.nit:10446 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10127 */
+  /* parser/parser.nit:10447 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10128 */
+  /* parser/parser.nit:10448 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10129 */
+  /* parser/parser.nit:10449 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10130 */
+  /* parser/parser.nit:10450 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10131 */
+  /* parser/parser.nit:10451 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10133 */
+  /* parser/parser.nit:10453 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwfor, ID_parser___parser_nodes___TKwfor)) /*cast nullable TKwfor*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10133);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10453);
   }
-  /* ./parser//parser.nit:10135 */
+  /* parser/parser.nit:10455 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10135);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10455);
   }
-  /* ./parser//parser.nit:10136 */
+  /* parser/parser.nit:10456 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[6]);
   fra.me.REG[8] = fra.me.REG[6];
-  /* ./parser//parser.nit:10138 */
+  /* parser/parser.nit:10458 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10138);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10458);
   }
-  /* ./parser//parser.nit:10140 */
+  /* parser/parser.nit:10460 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10140);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10460);
   }
-  /* ./parser//parser.nit:10142 */
+  /* parser/parser.nit:10462 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10142);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10462);
   }
-  /* ./parser//parser.nit:10143 */
+  /* parser/parser.nit:10463 */
   fra.me.REG[3] = NEW_AForExpr_parser___parser_prod___AForExpr___init_aforexpr(fra.me.REG[7], fra.me.REG[8], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:10151 */
+  /* parser/parser.nit:10471 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10152 */
+  /* parser/parser.nit:10472 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10152);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10472);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28521,14 +29317,14 @@ void parser___ReduceAction323___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction324___action(val_t p0, val_t p1){
+void parser___ReduceAction332___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10157;
-  fra.me.meth = LOCATE_parser___ReduceAction324___action;
+  fra.me.line = 10477;
+  fra.me.meth = LOCATE_parser___ReduceAction332___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -28543,72 +29339,72 @@ void parser___ReduceAction324___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10159 */
+  /* parser/parser.nit:10479 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10160 */
+  /* parser/parser.nit:10480 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10161 */
+  /* parser/parser.nit:10481 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10162 */
+  /* parser/parser.nit:10482 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10163 */
+  /* parser/parser.nit:10483 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10164 */
+  /* parser/parser.nit:10484 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10165 */
+  /* parser/parser.nit:10485 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10166 */
+  /* parser/parser.nit:10486 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10167 */
+  /* parser/parser.nit:10487 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10168 */
+  /* parser/parser.nit:10488 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10169 */
+  /* parser/parser.nit:10489 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10170 */
+  /* parser/parser.nit:10490 */
   fra.me.REG[8] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10172 */
+  /* parser/parser.nit:10492 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwfor, ID_parser___parser_nodes___TKwfor)) /*cast nullable TKwfor*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10172);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10492);
   }
-  /* ./parser//parser.nit:10174 */
+  /* parser/parser.nit:10494 */
   REGB0 = TAG_Bool((fra.me.REG[6]!=NIT_NULL) && VAL_ISA(fra.me.REG[6], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10174);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10494);
   }
-  /* ./parser//parser.nit:10175 */
+  /* parser/parser.nit:10495 */
   fra.me.REG[6] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[8], fra.me.REG[6]);
   fra.me.REG[8] = fra.me.REG[6];
-  /* ./parser//parser.nit:10177 */
+  /* parser/parser.nit:10497 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10177);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10497);
   }
-  /* ./parser//parser.nit:10179 */
+  /* parser/parser.nit:10499 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwdo, ID_parser___parser_nodes___TKwdo)) /*cast nullable TKwdo*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10179);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10499);
   }
-  /* ./parser//parser.nit:10181 */
+  /* parser/parser.nit:10501 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10181);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10501);
   }
-  /* ./parser//parser.nit:10182 */
+  /* parser/parser.nit:10502 */
   fra.me.REG[3] = NEW_AForExpr_parser___parser_prod___AForExpr___init_aforexpr(fra.me.REG[7], fra.me.REG[8], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:10190 */
+  /* parser/parser.nit:10510 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10191 */
+  /* parser/parser.nit:10511 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10191);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10511);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28616,14 +29412,14 @@ void parser___ReduceAction324___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction325___action(val_t p0, val_t p1){
+void parser___ReduceAction333___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10196;
-  fra.me.meth = LOCATE_parser___ReduceAction325___action;
+  fra.me.line = 10516;
+  fra.me.meth = LOCATE_parser___ReduceAction333___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -28635,43 +29431,43 @@ void parser___ReduceAction325___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10198 */
+  /* parser/parser.nit:10518 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10199 */
+  /* parser/parser.nit:10519 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10200 */
+  /* parser/parser.nit:10520 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10201 */
+  /* parser/parser.nit:10521 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10202 */
+  /* parser/parser.nit:10522 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10204 */
+  /* parser/parser.nit:10524 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwassert, ID_parser___parser_nodes___TKwassert)) /*cast nullable TKwassert*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10204);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10524);
   }
-  /* ./parser//parser.nit:10206 */
+  /* parser/parser.nit:10526 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10206);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10526);
   }
-  /* ./parser//parser.nit:10208 */
+  /* parser/parser.nit:10528 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10208);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10528);
   }
-  /* ./parser//parser.nit:10209 */
+  /* parser/parser.nit:10529 */
   fra.me.REG[3] = NEW_AAssertExpr_parser___parser_prod___AAssertExpr___init_aassertexpr(fra.me.REG[5], NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10215 */
+  /* parser/parser.nit:10535 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10216 */
+  /* parser/parser.nit:10536 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10216);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10536);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28679,14 +29475,14 @@ void parser___ReduceAction325___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction326___action(val_t p0, val_t p1){
+void parser___ReduceAction334___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10221;
-  fra.me.meth = LOCATE_parser___ReduceAction326___action;
+  fra.me.line = 10541;
+  fra.me.meth = LOCATE_parser___ReduceAction334___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -28699,51 +29495,51 @@ void parser___ReduceAction326___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10223 */
+  /* parser/parser.nit:10543 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10224 */
+  /* parser/parser.nit:10544 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10225 */
+  /* parser/parser.nit:10545 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10226 */
+  /* parser/parser.nit:10546 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10227 */
+  /* parser/parser.nit:10547 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10228 */
+  /* parser/parser.nit:10548 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10230 */
+  /* parser/parser.nit:10550 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwassert, ID_parser___parser_nodes___TKwassert)) /*cast nullable TKwassert*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10230);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10550);
   }
-  /* ./parser//parser.nit:10232 */
+  /* parser/parser.nit:10552 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10232);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10552);
   }
-  /* ./parser//parser.nit:10234 */
+  /* parser/parser.nit:10554 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10234);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10554);
   }
-  /* ./parser//parser.nit:10236 */
+  /* parser/parser.nit:10556 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10236);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10556);
   }
-  /* ./parser//parser.nit:10237 */
+  /* parser/parser.nit:10557 */
   fra.me.REG[3] = NEW_AAssertExpr_parser___parser_prod___AAssertExpr___init_aassertexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10243 */
+  /* parser/parser.nit:10563 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10244 */
+  /* parser/parser.nit:10564 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10244);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10564);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28751,14 +29547,14 @@ void parser___ReduceAction326___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction327___action(val_t p0, val_t p1){
+void parser___ReduceAction335___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10249;
-  fra.me.meth = LOCATE_parser___ReduceAction327___action;
+  fra.me.line = 10569;
+  fra.me.meth = LOCATE_parser___ReduceAction335___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -28769,33 +29565,33 @@ void parser___ReduceAction327___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10251 */
+  /* parser/parser.nit:10571 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10252 */
+  /* parser/parser.nit:10572 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10253 */
+  /* parser/parser.nit:10573 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10255 */
+  /* parser/parser.nit:10575 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwassert, ID_parser___parser_nodes___TKwassert)) /*cast nullable TKwassert*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10255);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10575);
   }
-  /* ./parser//parser.nit:10257 */
+  /* parser/parser.nit:10577 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10257);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10577);
   }
-  /* ./parser//parser.nit:10258 */
+  /* parser/parser.nit:10578 */
   fra.me.REG[3] = NEW_AAssertExpr_parser___parser_prod___AAssertExpr___init_aassertexpr(fra.me.REG[4], NIT_NULL, fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:10264 */
+  /* parser/parser.nit:10584 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10265 */
+  /* parser/parser.nit:10585 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10265);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10585);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28803,14 +29599,14 @@ void parser___ReduceAction327___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction328___action(val_t p0, val_t p1){
+void parser___ReduceAction336___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10270;
-  fra.me.meth = LOCATE_parser___ReduceAction328___action;
+  fra.me.line = 10590;
+  fra.me.meth = LOCATE_parser___ReduceAction336___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -28822,41 +29618,41 @@ void parser___ReduceAction328___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10272 */
+  /* parser/parser.nit:10592 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10273 */
+  /* parser/parser.nit:10593 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10274 */
+  /* parser/parser.nit:10594 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10275 */
+  /* parser/parser.nit:10595 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10277 */
+  /* parser/parser.nit:10597 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwassert, ID_parser___parser_nodes___TKwassert)) /*cast nullable TKwassert*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10277);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10597);
   }
-  /* ./parser//parser.nit:10279 */
+  /* parser/parser.nit:10599 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10279);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10599);
   }
-  /* ./parser//parser.nit:10281 */
+  /* parser/parser.nit:10601 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10281);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10601);
   }
-  /* ./parser//parser.nit:10282 */
+  /* parser/parser.nit:10602 */
   fra.me.REG[3] = NEW_AAssertExpr_parser___parser_prod___AAssertExpr___init_aassertexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], NIT_NULL);
-  /* ./parser//parser.nit:10288 */
+  /* parser/parser.nit:10608 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10289 */
+  /* parser/parser.nit:10609 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10289);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10609);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28864,14 +29660,14 @@ void parser___ReduceAction328___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction329___action(val_t p0, val_t p1){
+void parser___ReduceAction337___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10294;
-  fra.me.meth = LOCATE_parser___ReduceAction329___action;
+  fra.me.line = 10614;
+  fra.me.meth = LOCATE_parser___ReduceAction337___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -28881,19 +29677,19 @@ void parser___ReduceAction329___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10296 */
+  /* parser/parser.nit:10616 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10297 */
+  /* parser/parser.nit:10617 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10298 */
+  /* parser/parser.nit:10618 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10300 */
+  /* parser/parser.nit:10620 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10301 */
+  /* parser/parser.nit:10621 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10301);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10621);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28901,16 +29697,16 @@ void parser___ReduceAction329___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction333___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction341___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10306;
-  fra.me.meth = LOCATE_parser___ReduceAction333___action;
+  fra.me.line = 10626;
+  fra.me.meth = LOCATE_parser___ReduceAction341___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -28919,54 +29715,48 @@ void parser___ReduceAction333___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10308 */
+  /* parser/parser.nit:10628 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10309 */
+  /* parser/parser.nit:10629 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10310 */
+  /* parser/parser.nit:10630 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10311 */
+  /* parser/parser.nit:10631 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10312 */
+  /* parser/parser.nit:10632 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10313 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10315 */
+  /* parser/parser.nit:10634 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10315);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10634);
   }
-  /* ./parser//parser.nit:10317 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:10636 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10317);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10636);
   }
-  /* ./parser//parser.nit:10318 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
-  fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:10320 */
+  /* parser/parser.nit:10638 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10320);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10638);
   }
-  /* ./parser//parser.nit:10321 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
-  fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:10322 */
-  fra.me.REG[7] = NEW_ABraExpr_parser___parser_prod___ABraExpr___init_abraexpr(fra.me.REG[5], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:10327 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:10328 */
+  /* parser/parser.nit:10639 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
+  fra.me.REG[6] = fra.me.REG[3];
+  /* parser/parser.nit:10640 */
+  fra.me.REG[6] = NEW_ABraExpr_parser___parser_prod___ABraExpr___init_abraexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
+  /* parser/parser.nit:10645 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:10646 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10328);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10646);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -28974,14 +29764,14 @@ void parser___ReduceAction333___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction335___action(val_t p0, val_t p1){
+void parser___ReduceAction343___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10333;
-  fra.me.meth = LOCATE_parser___ReduceAction335___action;
+  fra.me.line = 10651;
+  fra.me.meth = LOCATE_parser___ReduceAction343___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
@@ -28996,75 +29786,75 @@ void parser___ReduceAction335___action(val_t p0, val_t p1){
   fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10335 */
+  /* parser/parser.nit:10653 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10336 */
+  /* parser/parser.nit:10654 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10337 */
+  /* parser/parser.nit:10655 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10338 */
+  /* parser/parser.nit:10656 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10339 */
+  /* parser/parser.nit:10657 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10340 */
+  /* parser/parser.nit:10658 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10341 */
+  /* parser/parser.nit:10659 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10342 */
+  /* parser/parser.nit:10660 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10343 */
+  /* parser/parser.nit:10661 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10344 */
+  /* parser/parser.nit:10662 */
   fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10345 */
+  /* parser/parser.nit:10663 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10346 */
+  /* parser/parser.nit:10664 */
   fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10348 */
+  /* parser/parser.nit:10666 */
   REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___TKwif, ID_parser___parser_nodes___TKwif)) /*cast nullable TKwif*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10348);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10666);
   }
-  /* ./parser//parser.nit:10350 */
+  /* parser/parser.nit:10668 */
   REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10350);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10668);
   }
-  /* ./parser//parser.nit:10352 */
+  /* parser/parser.nit:10670 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwthen, ID_parser___parser_nodes___TKwthen)) /*cast nullable TKwthen*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10352);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10670);
   }
-  /* ./parser//parser.nit:10354 */
+  /* parser/parser.nit:10672 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10354);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10672);
   }
-  /* ./parser//parser.nit:10356 */
+  /* parser/parser.nit:10674 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwelse, ID_parser___parser_nodes___TKwelse)) /*cast nullable TKwelse*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10356);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10674);
   }
-  /* ./parser//parser.nit:10358 */
+  /* parser/parser.nit:10676 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10358);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10676);
   }
-  /* ./parser//parser.nit:10359 */
+  /* parser/parser.nit:10677 */
   fra.me.REG[3] = NEW_AIfexprExpr_parser___parser_prod___AIfexprExpr___init_aifexprexpr(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10367 */
+  /* parser/parser.nit:10685 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10368 */
+  /* parser/parser.nit:10686 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10368);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10686);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29072,14 +29862,14 @@ void parser___ReduceAction335___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction337___action(val_t p0, val_t p1){
+void parser___ReduceAction345___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10373;
-  fra.me.meth = LOCATE_parser___ReduceAction337___action;
+  fra.me.line = 10691;
+  fra.me.meth = LOCATE_parser___ReduceAction345___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29090,37 +29880,37 @@ void parser___ReduceAction337___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10375 */
+  /* parser/parser.nit:10693 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10376 */
+  /* parser/parser.nit:10694 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10377 */
+  /* parser/parser.nit:10695 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10378 */
+  /* parser/parser.nit:10696 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10379 */
+  /* parser/parser.nit:10697 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10381 */
+  /* parser/parser.nit:10699 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10381);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10699);
   }
-  /* ./parser//parser.nit:10383 */
+  /* parser/parser.nit:10701 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10383);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10701);
   }
-  /* ./parser//parser.nit:10384 */
+  /* parser/parser.nit:10702 */
   fra.me.REG[3] = NEW_AOrExpr_parser___parser_prod___AOrExpr___init_aorexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10388 */
+  /* parser/parser.nit:10706 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10389 */
+  /* parser/parser.nit:10707 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10389);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10707);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29128,14 +29918,14 @@ void parser___ReduceAction337___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction338___action(val_t p0, val_t p1){
+void parser___ReduceAction346___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10394;
-  fra.me.meth = LOCATE_parser___ReduceAction338___action;
+  fra.me.line = 10712;
+  fra.me.meth = LOCATE_parser___ReduceAction346___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29146,37 +29936,37 @@ void parser___ReduceAction338___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10396 */
+  /* parser/parser.nit:10714 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10397 */
+  /* parser/parser.nit:10715 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10398 */
+  /* parser/parser.nit:10716 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10399 */
+  /* parser/parser.nit:10717 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10400 */
+  /* parser/parser.nit:10718 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10402 */
+  /* parser/parser.nit:10720 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10402);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10720);
   }
-  /* ./parser//parser.nit:10404 */
+  /* parser/parser.nit:10722 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10404);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10722);
   }
-  /* ./parser//parser.nit:10405 */
+  /* parser/parser.nit:10723 */
   fra.me.REG[3] = NEW_AAndExpr_parser___parser_prod___AAndExpr___init_aandexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10409 */
+  /* parser/parser.nit:10727 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10410 */
+  /* parser/parser.nit:10728 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10410);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10728);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29184,14 +29974,14 @@ void parser___ReduceAction338___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction339___action(val_t p0, val_t p1){
+void parser___ReduceAction347___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10415;
-  fra.me.meth = LOCATE_parser___ReduceAction339___action;
+  fra.me.line = 10733;
+  fra.me.meth = LOCATE_parser___ReduceAction347___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29202,39 +29992,39 @@ void parser___ReduceAction339___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10417 */
+  /* parser/parser.nit:10735 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10418 */
+  /* parser/parser.nit:10736 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10419 */
+  /* parser/parser.nit:10737 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10420 */
+  /* parser/parser.nit:10738 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10421 */
+  /* parser/parser.nit:10739 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10422 */
+  /* parser/parser.nit:10740 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10424 */
+  /* parser/parser.nit:10742 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10424);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10742);
   }
-  /* ./parser//parser.nit:10426 */
+  /* parser/parser.nit:10744 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10426);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10744);
   }
-  /* ./parser//parser.nit:10427 */
+  /* parser/parser.nit:10745 */
   fra.me.REG[3] = NEW_AOrElseExpr_parser___parser_prod___AOrElseExpr___init_aorelseexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10431 */
+  /* parser/parser.nit:10749 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10432 */
+  /* parser/parser.nit:10750 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10432);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10750);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29242,14 +30032,14 @@ void parser___ReduceAction339___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction341___action(val_t p0, val_t p1){
+void parser___ReduceAction349___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10437;
-  fra.me.meth = LOCATE_parser___ReduceAction341___action;
+  fra.me.line = 10755;
+  fra.me.meth = LOCATE_parser___ReduceAction349___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29260,35 +30050,35 @@ void parser___ReduceAction341___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10439 */
+  /* parser/parser.nit:10757 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10440 */
+  /* parser/parser.nit:10758 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10441 */
+  /* parser/parser.nit:10759 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10442 */
+  /* parser/parser.nit:10760 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10444 */
+  /* parser/parser.nit:10762 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnot, ID_parser___parser_nodes___TKwnot)) /*cast nullable TKwnot*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10444);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10762);
   }
-  /* ./parser//parser.nit:10446 */
+  /* parser/parser.nit:10764 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10446);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10764);
   }
-  /* ./parser//parser.nit:10447 */
+  /* parser/parser.nit:10765 */
   fra.me.REG[3] = NEW_ANotExpr_parser___parser_prod___ANotExpr___init_anotexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10451 */
+  /* parser/parser.nit:10769 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10452 */
+  /* parser/parser.nit:10770 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10452);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10770);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29296,14 +30086,14 @@ void parser___ReduceAction341___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction343___action(val_t p0, val_t p1){
+void parser___ReduceAction351___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10457;
-  fra.me.meth = LOCATE_parser___ReduceAction343___action;
+  fra.me.line = 10775;
+  fra.me.meth = LOCATE_parser___ReduceAction351___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29314,37 +30104,37 @@ void parser___ReduceAction343___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10459 */
+  /* parser/parser.nit:10777 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10460 */
+  /* parser/parser.nit:10778 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10461 */
+  /* parser/parser.nit:10779 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10462 */
+  /* parser/parser.nit:10780 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10463 */
+  /* parser/parser.nit:10781 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10465 */
+  /* parser/parser.nit:10783 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10465);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10783);
   }
-  /* ./parser//parser.nit:10467 */
+  /* parser/parser.nit:10785 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10467);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10785);
   }
-  /* ./parser//parser.nit:10468 */
+  /* parser/parser.nit:10786 */
   fra.me.REG[3] = NEW_AEqExpr_parser___parser_prod___AEqExpr___init_aeqexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10472 */
+  /* parser/parser.nit:10790 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10473 */
+  /* parser/parser.nit:10791 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10473);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10791);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29352,14 +30142,14 @@ void parser___ReduceAction343___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction344___action(val_t p0, val_t p1){
+void parser___ReduceAction352___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10478;
-  fra.me.meth = LOCATE_parser___ReduceAction344___action;
+  fra.me.line = 10796;
+  fra.me.meth = LOCATE_parser___ReduceAction352___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29370,37 +30160,37 @@ void parser___ReduceAction344___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10480 */
+  /* parser/parser.nit:10798 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10481 */
+  /* parser/parser.nit:10799 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10482 */
+  /* parser/parser.nit:10800 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10483 */
+  /* parser/parser.nit:10801 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10484 */
+  /* parser/parser.nit:10802 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10486 */
+  /* parser/parser.nit:10804 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10486);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10804);
   }
-  /* ./parser//parser.nit:10488 */
+  /* parser/parser.nit:10806 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10488);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10806);
   }
-  /* ./parser//parser.nit:10489 */
+  /* parser/parser.nit:10807 */
   fra.me.REG[3] = NEW_AEeExpr_parser___parser_prod___AEeExpr___init_aeeexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10493 */
+  /* parser/parser.nit:10811 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10494 */
+  /* parser/parser.nit:10812 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10494);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10812);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29408,14 +30198,14 @@ void parser___ReduceAction344___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction345___action(val_t p0, val_t p1){
+void parser___ReduceAction353___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10499;
-  fra.me.meth = LOCATE_parser___ReduceAction345___action;
+  fra.me.line = 10817;
+  fra.me.meth = LOCATE_parser___ReduceAction353___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29426,37 +30216,37 @@ void parser___ReduceAction345___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10501 */
+  /* parser/parser.nit:10819 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10502 */
+  /* parser/parser.nit:10820 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10503 */
+  /* parser/parser.nit:10821 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10504 */
+  /* parser/parser.nit:10822 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10505 */
+  /* parser/parser.nit:10823 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10507 */
+  /* parser/parser.nit:10825 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10507);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10825);
   }
-  /* ./parser//parser.nit:10509 */
+  /* parser/parser.nit:10827 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10509);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10827);
   }
-  /* ./parser//parser.nit:10510 */
+  /* parser/parser.nit:10828 */
   fra.me.REG[3] = NEW_ANeExpr_parser___parser_prod___ANeExpr___init_aneexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10514 */
+  /* parser/parser.nit:10832 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10515 */
+  /* parser/parser.nit:10833 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10515);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10833);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29464,14 +30254,14 @@ void parser___ReduceAction345___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction346___action(val_t p0, val_t p1){
+void parser___ReduceAction354___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10520;
-  fra.me.meth = LOCATE_parser___ReduceAction346___action;
+  fra.me.line = 10838;
+  fra.me.meth = LOCATE_parser___ReduceAction354___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29482,37 +30272,37 @@ void parser___ReduceAction346___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10522 */
+  /* parser/parser.nit:10840 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10523 */
+  /* parser/parser.nit:10841 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10524 */
+  /* parser/parser.nit:10842 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10525 */
+  /* parser/parser.nit:10843 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10526 */
+  /* parser/parser.nit:10844 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10528 */
+  /* parser/parser.nit:10846 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10528);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10846);
   }
-  /* ./parser//parser.nit:10530 */
+  /* parser/parser.nit:10848 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10530);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10848);
   }
-  /* ./parser//parser.nit:10531 */
+  /* parser/parser.nit:10849 */
   fra.me.REG[3] = NEW_ALtExpr_parser___parser_prod___ALtExpr___init_altexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10535 */
+  /* parser/parser.nit:10853 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10536 */
+  /* parser/parser.nit:10854 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10536);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10854);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29520,14 +30310,14 @@ void parser___ReduceAction346___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction347___action(val_t p0, val_t p1){
+void parser___ReduceAction355___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10541;
-  fra.me.meth = LOCATE_parser___ReduceAction347___action;
+  fra.me.line = 10859;
+  fra.me.meth = LOCATE_parser___ReduceAction355___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29538,37 +30328,37 @@ void parser___ReduceAction347___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10543 */
+  /* parser/parser.nit:10861 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10544 */
+  /* parser/parser.nit:10862 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10545 */
+  /* parser/parser.nit:10863 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10546 */
+  /* parser/parser.nit:10864 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10547 */
+  /* parser/parser.nit:10865 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10549 */
+  /* parser/parser.nit:10867 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10549);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10867);
   }
-  /* ./parser//parser.nit:10551 */
+  /* parser/parser.nit:10869 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10551);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10869);
   }
-  /* ./parser//parser.nit:10552 */
+  /* parser/parser.nit:10870 */
   fra.me.REG[3] = NEW_ALeExpr_parser___parser_prod___ALeExpr___init_aleexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10556 */
+  /* parser/parser.nit:10874 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10557 */
+  /* parser/parser.nit:10875 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10557);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10875);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29576,14 +30366,14 @@ void parser___ReduceAction347___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction348___action(val_t p0, val_t p1){
+void parser___ReduceAction356___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10562;
-  fra.me.meth = LOCATE_parser___ReduceAction348___action;
+  fra.me.line = 10880;
+  fra.me.meth = LOCATE_parser___ReduceAction356___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29594,37 +30384,37 @@ void parser___ReduceAction348___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10564 */
+  /* parser/parser.nit:10882 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10565 */
+  /* parser/parser.nit:10883 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10566 */
+  /* parser/parser.nit:10884 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10567 */
+  /* parser/parser.nit:10885 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10568 */
+  /* parser/parser.nit:10886 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10570 */
+  /* parser/parser.nit:10888 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10570);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10888);
   }
-  /* ./parser//parser.nit:10572 */
+  /* parser/parser.nit:10890 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10572);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10890);
   }
-  /* ./parser//parser.nit:10573 */
+  /* parser/parser.nit:10891 */
   fra.me.REG[3] = NEW_ALlExpr_parser___parser_prod___ALlExpr___init_allexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10577 */
+  /* parser/parser.nit:10895 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10578 */
+  /* parser/parser.nit:10896 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10578);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10896);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29632,14 +30422,14 @@ void parser___ReduceAction348___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction349___action(val_t p0, val_t p1){
+void parser___ReduceAction357___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10583;
-  fra.me.meth = LOCATE_parser___ReduceAction349___action;
+  fra.me.line = 10901;
+  fra.me.meth = LOCATE_parser___ReduceAction357___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29650,37 +30440,37 @@ void parser___ReduceAction349___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10585 */
+  /* parser/parser.nit:10903 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10586 */
+  /* parser/parser.nit:10904 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10587 */
+  /* parser/parser.nit:10905 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10588 */
+  /* parser/parser.nit:10906 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10589 */
+  /* parser/parser.nit:10907 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10591 */
+  /* parser/parser.nit:10909 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10591);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10909);
   }
-  /* ./parser//parser.nit:10593 */
+  /* parser/parser.nit:10911 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10593);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10911);
   }
-  /* ./parser//parser.nit:10594 */
+  /* parser/parser.nit:10912 */
   fra.me.REG[3] = NEW_AGtExpr_parser___parser_prod___AGtExpr___init_agtexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10598 */
+  /* parser/parser.nit:10916 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10599 */
+  /* parser/parser.nit:10917 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10599);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10917);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29688,14 +30478,14 @@ void parser___ReduceAction349___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction350___action(val_t p0, val_t p1){
+void parser___ReduceAction358___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10604;
-  fra.me.meth = LOCATE_parser___ReduceAction350___action;
+  fra.me.line = 10922;
+  fra.me.meth = LOCATE_parser___ReduceAction358___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29706,37 +30496,37 @@ void parser___ReduceAction350___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10606 */
+  /* parser/parser.nit:10924 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10607 */
+  /* parser/parser.nit:10925 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10608 */
+  /* parser/parser.nit:10926 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10609 */
+  /* parser/parser.nit:10927 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10610 */
+  /* parser/parser.nit:10928 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10612 */
+  /* parser/parser.nit:10930 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10612);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10930);
   }
-  /* ./parser//parser.nit:10614 */
+  /* parser/parser.nit:10932 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10614);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10932);
   }
-  /* ./parser//parser.nit:10615 */
+  /* parser/parser.nit:10933 */
   fra.me.REG[3] = NEW_AGeExpr_parser___parser_prod___AGeExpr___init_ageexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10619 */
+  /* parser/parser.nit:10937 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10620 */
+  /* parser/parser.nit:10938 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10620);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10938);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29744,14 +30534,14 @@ void parser___ReduceAction350___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction351___action(val_t p0, val_t p1){
+void parser___ReduceAction359___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10625;
-  fra.me.meth = LOCATE_parser___ReduceAction351___action;
+  fra.me.line = 10943;
+  fra.me.meth = LOCATE_parser___ReduceAction359___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29762,37 +30552,37 @@ void parser___ReduceAction351___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10627 */
+  /* parser/parser.nit:10945 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10628 */
+  /* parser/parser.nit:10946 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10629 */
+  /* parser/parser.nit:10947 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10630 */
+  /* parser/parser.nit:10948 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10631 */
+  /* parser/parser.nit:10949 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10633 */
+  /* parser/parser.nit:10951 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10633);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10951);
   }
-  /* ./parser//parser.nit:10635 */
+  /* parser/parser.nit:10953 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10635);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10953);
   }
-  /* ./parser//parser.nit:10636 */
+  /* parser/parser.nit:10954 */
   fra.me.REG[3] = NEW_AGgExpr_parser___parser_prod___AGgExpr___init_aggexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10640 */
+  /* parser/parser.nit:10958 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10641 */
+  /* parser/parser.nit:10959 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10641);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10959);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29800,14 +30590,14 @@ void parser___ReduceAction351___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction352___action(val_t p0, val_t p1){
+void parser___ReduceAction360___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10646;
-  fra.me.meth = LOCATE_parser___ReduceAction352___action;
+  fra.me.line = 10964;
+  fra.me.meth = LOCATE_parser___ReduceAction360___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29818,37 +30608,37 @@ void parser___ReduceAction352___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10648 */
+  /* parser/parser.nit:10966 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10649 */
+  /* parser/parser.nit:10967 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10650 */
+  /* parser/parser.nit:10968 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10651 */
+  /* parser/parser.nit:10969 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10652 */
+  /* parser/parser.nit:10970 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10654 */
+  /* parser/parser.nit:10972 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10654);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10972);
   }
-  /* ./parser//parser.nit:10656 */
+  /* parser/parser.nit:10974 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10656);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10974);
   }
-  /* ./parser//parser.nit:10657 */
+  /* parser/parser.nit:10975 */
   fra.me.REG[3] = NEW_AStarshipExpr_parser___parser_prod___AStarshipExpr___init_astarshipexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10661 */
+  /* parser/parser.nit:10979 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10662 */
+  /* parser/parser.nit:10980 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10662);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10980);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29856,14 +30646,14 @@ void parser___ReduceAction352___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction353___action(val_t p0, val_t p1){
+void parser___ReduceAction361___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10667;
-  fra.me.meth = LOCATE_parser___ReduceAction353___action;
+  fra.me.line = 10985;
+  fra.me.meth = LOCATE_parser___ReduceAction361___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29874,37 +30664,37 @@ void parser___ReduceAction353___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10669 */
+  /* parser/parser.nit:10987 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10670 */
+  /* parser/parser.nit:10988 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10671 */
+  /* parser/parser.nit:10989 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10672 */
+  /* parser/parser.nit:10990 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10673 */
+  /* parser/parser.nit:10991 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10675 */
+  /* parser/parser.nit:10993 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10675);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10993);
   }
-  /* ./parser//parser.nit:10677 */
+  /* parser/parser.nit:10995 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10677);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 10995);
   }
-  /* ./parser//parser.nit:10678 */
+  /* parser/parser.nit:10996 */
   fra.me.REG[3] = NEW_AIsaExpr_parser___parser_prod___AIsaExpr___init_aisaexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10682 */
+  /* parser/parser.nit:11000 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10683 */
+  /* parser/parser.nit:11001 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10683);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11001);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29912,14 +30702,14 @@ void parser___ReduceAction353___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction355___action(val_t p0, val_t p1){
+void parser___ReduceAction363___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10688;
-  fra.me.meth = LOCATE_parser___ReduceAction355___action;
+  fra.me.line = 11006;
+  fra.me.meth = LOCATE_parser___ReduceAction363___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29930,37 +30720,37 @@ void parser___ReduceAction355___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10690 */
+  /* parser/parser.nit:11008 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10691 */
+  /* parser/parser.nit:11009 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10692 */
+  /* parser/parser.nit:11010 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10693 */
+  /* parser/parser.nit:11011 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10694 */
+  /* parser/parser.nit:11012 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10696 */
+  /* parser/parser.nit:11014 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10696);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11014);
   }
-  /* ./parser//parser.nit:10698 */
+  /* parser/parser.nit:11016 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10698);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11016);
   }
-  /* ./parser//parser.nit:10699 */
+  /* parser/parser.nit:11017 */
   fra.me.REG[3] = NEW_APlusExpr_parser___parser_prod___APlusExpr___init_aplusexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10703 */
+  /* parser/parser.nit:11021 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10704 */
+  /* parser/parser.nit:11022 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10704);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11022);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -29968,14 +30758,14 @@ void parser___ReduceAction355___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction356___action(val_t p0, val_t p1){
+void parser___ReduceAction364___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10709;
-  fra.me.meth = LOCATE_parser___ReduceAction356___action;
+  fra.me.line = 11027;
+  fra.me.meth = LOCATE_parser___ReduceAction364___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -29986,37 +30776,37 @@ void parser___ReduceAction356___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10711 */
+  /* parser/parser.nit:11029 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10712 */
+  /* parser/parser.nit:11030 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10713 */
+  /* parser/parser.nit:11031 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10714 */
+  /* parser/parser.nit:11032 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10715 */
+  /* parser/parser.nit:11033 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10717 */
+  /* parser/parser.nit:11035 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10717);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11035);
   }
-  /* ./parser//parser.nit:10719 */
+  /* parser/parser.nit:11037 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10719);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11037);
   }
-  /* ./parser//parser.nit:10720 */
+  /* parser/parser.nit:11038 */
   fra.me.REG[3] = NEW_AMinusExpr_parser___parser_prod___AMinusExpr___init_aminusexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10724 */
+  /* parser/parser.nit:11042 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10725 */
+  /* parser/parser.nit:11043 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10725);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11043);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30024,14 +30814,14 @@ void parser___ReduceAction356___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction358___action(val_t p0, val_t p1){
+void parser___ReduceAction366___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10730;
-  fra.me.meth = LOCATE_parser___ReduceAction358___action;
+  fra.me.line = 11048;
+  fra.me.meth = LOCATE_parser___ReduceAction366___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30042,37 +30832,37 @@ void parser___ReduceAction358___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10732 */
+  /* parser/parser.nit:11050 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10733 */
+  /* parser/parser.nit:11051 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10734 */
+  /* parser/parser.nit:11052 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10735 */
+  /* parser/parser.nit:11053 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10736 */
+  /* parser/parser.nit:11054 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10738 */
+  /* parser/parser.nit:11056 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10738);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11056);
   }
-  /* ./parser//parser.nit:10740 */
+  /* parser/parser.nit:11058 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10740);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11058);
   }
-  /* ./parser//parser.nit:10741 */
+  /* parser/parser.nit:11059 */
   fra.me.REG[3] = NEW_AStarExpr_parser___parser_prod___AStarExpr___init_astarexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10745 */
+  /* parser/parser.nit:11063 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10746 */
+  /* parser/parser.nit:11064 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10746);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11064);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30080,14 +30870,14 @@ void parser___ReduceAction358___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction359___action(val_t p0, val_t p1){
+void parser___ReduceAction367___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10751;
-  fra.me.meth = LOCATE_parser___ReduceAction359___action;
+  fra.me.line = 11069;
+  fra.me.meth = LOCATE_parser___ReduceAction367___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30098,37 +30888,37 @@ void parser___ReduceAction359___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10753 */
+  /* parser/parser.nit:11071 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10754 */
+  /* parser/parser.nit:11072 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10755 */
+  /* parser/parser.nit:11073 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10756 */
+  /* parser/parser.nit:11074 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10757 */
+  /* parser/parser.nit:11075 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10759 */
+  /* parser/parser.nit:11077 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10759);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11077);
   }
-  /* ./parser//parser.nit:10761 */
+  /* parser/parser.nit:11079 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10761);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11079);
   }
-  /* ./parser//parser.nit:10762 */
+  /* parser/parser.nit:11080 */
   fra.me.REG[3] = NEW_ASlashExpr_parser___parser_prod___ASlashExpr___init_aslashexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10766 */
+  /* parser/parser.nit:11084 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10767 */
+  /* parser/parser.nit:11085 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10767);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11085);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30136,14 +30926,14 @@ void parser___ReduceAction359___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction360___action(val_t p0, val_t p1){
+void parser___ReduceAction368___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10772;
-  fra.me.meth = LOCATE_parser___ReduceAction360___action;
+  fra.me.line = 11090;
+  fra.me.meth = LOCATE_parser___ReduceAction368___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30154,37 +30944,37 @@ void parser___ReduceAction360___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10774 */
+  /* parser/parser.nit:11092 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10775 */
+  /* parser/parser.nit:11093 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10776 */
+  /* parser/parser.nit:11094 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10777 */
+  /* parser/parser.nit:11095 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10778 */
+  /* parser/parser.nit:11096 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10780 */
+  /* parser/parser.nit:11098 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10780);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11098);
   }
-  /* ./parser//parser.nit:10782 */
+  /* parser/parser.nit:11100 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10782);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11100);
   }
-  /* ./parser//parser.nit:10783 */
+  /* parser/parser.nit:11101 */
   fra.me.REG[3] = NEW_APercentExpr_parser___parser_prod___APercentExpr___init_apercentexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10787 */
+  /* parser/parser.nit:11105 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10788 */
+  /* parser/parser.nit:11106 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10788);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11106);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30192,14 +30982,14 @@ void parser___ReduceAction360___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction362___action(val_t p0, val_t p1){
+void parser___ReduceAction370___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10793;
-  fra.me.meth = LOCATE_parser___ReduceAction362___action;
+  fra.me.line = 11111;
+  fra.me.meth = LOCATE_parser___ReduceAction370___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30210,35 +31000,35 @@ void parser___ReduceAction362___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10795 */
+  /* parser/parser.nit:11113 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10796 */
+  /* parser/parser.nit:11114 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10797 */
+  /* parser/parser.nit:11115 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10798 */
+  /* parser/parser.nit:11116 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10800 */
+  /* parser/parser.nit:11118 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TMinus, ID_parser___parser_nodes___TMinus)) /*cast nullable TMinus*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10800);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11118);
   }
-  /* ./parser//parser.nit:10802 */
+  /* parser/parser.nit:11120 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10802);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11120);
   }
-  /* ./parser//parser.nit:10803 */
+  /* parser/parser.nit:11121 */
   fra.me.REG[3] = NEW_AUminusExpr_parser___parser_prod___AUminusExpr___init_auminusexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10807 */
+  /* parser/parser.nit:11125 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10808 */
+  /* parser/parser.nit:11126 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10808);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11126);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30246,14 +31036,14 @@ void parser___ReduceAction362___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction363___action(val_t p0, val_t p1){
+void parser___ReduceAction371___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10813;
-  fra.me.meth = LOCATE_parser___ReduceAction363___action;
+  fra.me.line = 11131;
+  fra.me.meth = LOCATE_parser___ReduceAction371___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30264,35 +31054,35 @@ void parser___ReduceAction363___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10815 */
+  /* parser/parser.nit:11133 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10816 */
+  /* parser/parser.nit:11134 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10817 */
+  /* parser/parser.nit:11135 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10818 */
+  /* parser/parser.nit:11136 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10820 */
+  /* parser/parser.nit:11138 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwonce, ID_parser___parser_nodes___TKwonce)) /*cast nullable TKwonce*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10820);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11138);
   }
-  /* ./parser//parser.nit:10822 */
+  /* parser/parser.nit:11140 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10822);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11140);
   }
-  /* ./parser//parser.nit:10823 */
+  /* parser/parser.nit:11141 */
   fra.me.REG[3] = NEW_AOnceExpr_parser___parser_prod___AOnceExpr___init_aonceexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10827 */
+  /* parser/parser.nit:11145 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10828 */
+  /* parser/parser.nit:11146 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10828);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11146);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30300,16 +31090,16 @@ void parser___ReduceAction363___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction365___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction373___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10833;
-  fra.me.meth = LOCATE_parser___ReduceAction365___action;
+  fra.me.line = 11151;
+  fra.me.meth = LOCATE_parser___ReduceAction373___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -30317,51 +31107,45 @@ void parser___ReduceAction365___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10835 */
+  /* parser/parser.nit:11153 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10836 */
+  /* parser/parser.nit:11154 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10837 */
+  /* parser/parser.nit:11155 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10838 */
+  /* parser/parser.nit:11156 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10839 */
+  /* parser/parser.nit:11157 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10840 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10842 */
+  /* parser/parser.nit:11159 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10842);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11159);
   }
-  /* ./parser//parser.nit:10844 */
+  /* parser/parser.nit:11161 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10844);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11161);
   }
-  /* ./parser//parser.nit:10846 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:11163 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10846);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11163);
   }
-  /* ./parser//parser.nit:10847 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:10848 */
-  fra.me.REG[6] = NEW_ANewExpr_parser___parser_prod___ANewExpr___init_anewexpr(fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[6]);
-  /* ./parser//parser.nit:10854 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:10855 */
+  /* parser/parser.nit:11164 */
+  fra.me.REG[3] = NEW_ANewExpr_parser___parser_prod___ANewExpr___init_anewexpr(fra.me.REG[5], fra.me.REG[4], NIT_NULL, fra.me.REG[3]);
+  /* parser/parser.nit:11170 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11171 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10855);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11171);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30369,14 +31153,14 @@ void parser___ReduceAction365___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction366___action(val_t p0, val_t p1){
+void parser___ReduceAction374___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10860;
-  fra.me.meth = LOCATE_parser___ReduceAction366___action;
+  fra.me.line = 11176;
+  fra.me.meth = LOCATE_parser___ReduceAction374___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -30388,45 +31172,45 @@ void parser___ReduceAction366___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10862 */
+  /* parser/parser.nit:11178 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10863 */
+  /* parser/parser.nit:11179 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10864 */
+  /* parser/parser.nit:11180 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10865 */
+  /* parser/parser.nit:11181 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10866 */
+  /* parser/parser.nit:11182 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10867 */
+  /* parser/parser.nit:11183 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10869 */
+  /* parser/parser.nit:11185 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwisset, ID_parser___parser_nodes___TKwisset)) /*cast nullable TKwisset*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10869);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11185);
   }
-  /* ./parser//parser.nit:10871 */
+  /* parser/parser.nit:11187 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10871);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11187);
   }
-  /* ./parser//parser.nit:10873 */
+  /* parser/parser.nit:11189 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10873);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11189);
   }
-  /* ./parser//parser.nit:10874 */
+  /* parser/parser.nit:11190 */
   fra.me.REG[3] = NEW_AIssetAttrExpr_parser___parser_prod___AIssetAttrExpr___init_aissetattrexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10879 */
+  /* parser/parser.nit:11195 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10880 */
+  /* parser/parser.nit:11196 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10880);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11196);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30434,14 +31218,14 @@ void parser___ReduceAction366___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction367___action(val_t p0, val_t p1){
+void parser___ReduceAction375___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10885;
-  fra.me.meth = LOCATE_parser___ReduceAction367___action;
+  fra.me.line = 11201;
+  fra.me.meth = LOCATE_parser___ReduceAction375___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -30453,35 +31237,35 @@ void parser___ReduceAction367___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10887 */
+  /* parser/parser.nit:11203 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10888 */
+  /* parser/parser.nit:11204 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10889 */
+  /* parser/parser.nit:11205 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10891 */
+  /* parser/parser.nit:11207 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwisset, ID_parser___parser_nodes___TKwisset)) /*cast nullable TKwisset*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10891);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11207);
   }
-  /* ./parser//parser.nit:10892 */
+  /* parser/parser.nit:11208 */
   fra.me.REG[5] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:10895 */
+  /* parser/parser.nit:11210 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10895);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11210);
   }
-  /* ./parser//parser.nit:10896 */
+  /* parser/parser.nit:11211 */
   fra.me.REG[3] = NEW_AIssetAttrExpr_parser___parser_prod___AIssetAttrExpr___init_aissetattrexpr(fra.me.REG[4], fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:10901 */
+  /* parser/parser.nit:11216 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10902 */
+  /* parser/parser.nit:11217 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10902);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11217);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30489,14 +31273,14 @@ void parser___ReduceAction367___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction368___action(val_t p0, val_t p1){
+void parser___ReduceAction376___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10907;
-  fra.me.meth = LOCATE_parser___ReduceAction368___action;
+  fra.me.line = 11222;
+  fra.me.meth = LOCATE_parser___ReduceAction376___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30507,37 +31291,37 @@ void parser___ReduceAction368___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10909 */
+  /* parser/parser.nit:11224 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10910 */
+  /* parser/parser.nit:11225 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10911 */
+  /* parser/parser.nit:11226 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10912 */
+  /* parser/parser.nit:11227 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10913 */
+  /* parser/parser.nit:11228 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10915 */
+  /* parser/parser.nit:11230 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10915);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11230);
   }
-  /* ./parser//parser.nit:10917 */
+  /* parser/parser.nit:11232 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10917);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11232);
   }
-  /* ./parser//parser.nit:10918 */
+  /* parser/parser.nit:11233 */
   fra.me.REG[3] = NEW_AAttrExpr_parser___parser_prod___AAttrExpr___init_aattrexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10922 */
+  /* parser/parser.nit:11237 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10923 */
+  /* parser/parser.nit:11238 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10923);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11238);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30545,14 +31329,14 @@ void parser___ReduceAction368___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction369___action(val_t p0, val_t p1){
+void parser___ReduceAction377___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10928;
-  fra.me.meth = LOCATE_parser___ReduceAction369___action;
+  fra.me.line = 11243;
+  fra.me.meth = LOCATE_parser___ReduceAction377___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -30563,27 +31347,27 @@ void parser___ReduceAction369___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10930 */
+  /* parser/parser.nit:11245 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10931 */
+  /* parser/parser.nit:11246 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10932 */
+  /* parser/parser.nit:11247 */
   fra.me.REG[4] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:10935 */
+  /* parser/parser.nit:11249 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10935);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11249);
   }
-  /* ./parser//parser.nit:10936 */
+  /* parser/parser.nit:11250 */
   fra.me.REG[3] = NEW_AAttrExpr_parser___parser_prod___AAttrExpr___init_aattrexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:10940 */
+  /* parser/parser.nit:11254 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:10941 */
+  /* parser/parser.nit:11255 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10941);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11255);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30591,16 +31375,16 @@ void parser___ReduceAction369___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction376___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction384___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10946;
-  fra.me.meth = LOCATE_parser___ReduceAction376___action;
+  fra.me.line = 11260;
+  fra.me.meth = LOCATE_parser___ReduceAction384___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -30608,43 +31392,37 @@ void parser___ReduceAction376___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10948 */
+  /* parser/parser.nit:11262 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10949 */
+  /* parser/parser.nit:11263 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10950 */
+  /* parser/parser.nit:11264 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10951 */
+  /* parser/parser.nit:11265 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10952 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10954 */
+  /* parser/parser.nit:11267 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10954);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11267);
   }
-  /* ./parser//parser.nit:10956 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:11269 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10956);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11269);
   }
-  /* ./parser//parser.nit:10957 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:10958 */
-  fra.me.REG[6] = NEW_ABraExpr_parser___parser_prod___ABraExpr___init_abraexpr(fra.me.REG[4], fra.me.REG[5], fra.me.REG[6]);
-  /* ./parser//parser.nit:10963 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:10964 */
+  /* parser/parser.nit:11270 */
+  fra.me.REG[5] = NEW_ABraExpr_parser___parser_prod___ABraExpr___init_abraexpr(fra.me.REG[4], fra.me.REG[3], fra.me.REG[5]);
+  /* parser/parser.nit:11275 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:11276 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10964);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11276);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30652,16 +31430,16 @@ void parser___ReduceAction376___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction377___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction385___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 10969;
-  fra.me.meth = LOCATE_parser___ReduceAction377___action;
+  fra.me.line = 11281;
+  fra.me.meth = LOCATE_parser___ReduceAction385___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -30670,63 +31448,57 @@ void parser___ReduceAction377___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:10971 */
+  /* parser/parser.nit:11283 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:10972 */
+  /* parser/parser.nit:11284 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10973 */
+  /* parser/parser.nit:11285 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10974 */
+  /* parser/parser.nit:11286 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10975 */
+  /* parser/parser.nit:11287 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10976 */
+  /* parser/parser.nit:11288 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10977 */
+  /* parser/parser.nit:11289 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10978 */
+  /* parser/parser.nit:11290 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:10979 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:10981 */
+  /* parser/parser.nit:11292 */
   REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwnew, ID_parser___parser_nodes___TKwnew)) /*cast nullable TKwnew*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10981);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11292);
   }
-  /* ./parser//parser.nit:10983 */
+  /* parser/parser.nit:11294 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10983);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11294);
   }
-  /* ./parser//parser.nit:10985 */
+  /* parser/parser.nit:11296 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10985);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11296);
   }
-  /* ./parser//parser.nit:10987 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:11298 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 10987);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11298);
   }
-  /* ./parser//parser.nit:10988 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[7], fra.me.REG[3]);
-  fra.me.REG[7] = fra.me.REG[3];
-  /* ./parser//parser.nit:10989 */
-  fra.me.REG[7] = NEW_ANewExpr_parser___parser_prod___ANewExpr___init_anewexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[7]);
-  /* ./parser//parser.nit:10995 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:10996 */
+  /* parser/parser.nit:11299 */
+  fra.me.REG[3] = NEW_ANewExpr_parser___parser_prod___ANewExpr___init_anewexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11305 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11306 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 10996);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11306);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30734,16 +31506,16 @@ void parser___ReduceAction377___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction378___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction386___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11001;
-  fra.me.meth = LOCATE_parser___ReduceAction378___action;
+  fra.me.line = 11311;
+  fra.me.meth = LOCATE_parser___ReduceAction386___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -30751,49 +31523,62 @@ void parser___ReduceAction378___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11003 */
+  /* parser/parser.nit:11313 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11004 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11005 */
+  /* parser/parser.nit:11314 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11006 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11007 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11008 */
+  /* parser/parser.nit:11315 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11009 */
+  /* parser/parser.nit:11316 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11010 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11011 */
+  /* parser/parser.nit:11317 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11318 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11012 */
+  /* parser/parser.nit:11319 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11014 */
+  /* parser/parser.nit:11320 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11321 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11322 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11324 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11324);
+  }
+  /* parser/parser.nit:11326 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11326);
+  }
+  /* parser/parser.nit:11328 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11014);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11328);
   }
-  /* ./parser//parser.nit:11016 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  /* parser/parser.nit:11330 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11016);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11330);
   }
-  /* ./parser//parser.nit:11017 */
-  fra.me.REG[3] = NEW_ACrangeExpr_parser___parser_prod___ACrangeExpr___init_acrangeexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11021 */
+  /* parser/parser.nit:11331 */
+  fra.me.REG[3] = NEW_ACrangeExpr_parser___parser_prod___ACrangeExpr___init_acrangeexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11337 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11022 */
+  /* parser/parser.nit:11338 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11022);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11338);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30801,16 +31586,16 @@ void parser___ReduceAction378___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction379___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction387___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11027;
-  fra.me.meth = LOCATE_parser___ReduceAction379___action;
+  fra.me.line = 11343;
+  fra.me.meth = LOCATE_parser___ReduceAction387___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -30818,49 +31603,62 @@ void parser___ReduceAction379___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11029 */
+  /* parser/parser.nit:11345 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11030 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11031 */
+  /* parser/parser.nit:11346 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11032 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11033 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11034 */
+  /* parser/parser.nit:11347 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11035 */
+  /* parser/parser.nit:11348 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11036 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11037 */
+  /* parser/parser.nit:11349 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11350 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11038 */
+  /* parser/parser.nit:11351 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11040 */
+  /* parser/parser.nit:11352 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11353 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11354 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11356 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11356);
+  }
+  /* parser/parser.nit:11358 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11358);
+  }
+  /* parser/parser.nit:11360 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11040);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11360);
   }
-  /* ./parser//parser.nit:11042 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  /* parser/parser.nit:11362 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11042);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11362);
   }
-  /* ./parser//parser.nit:11043 */
-  fra.me.REG[3] = NEW_AOrangeExpr_parser___parser_prod___AOrangeExpr___init_aorangeexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11047 */
+  /* parser/parser.nit:11363 */
+  fra.me.REG[3] = NEW_AOrangeExpr_parser___parser_prod___AOrangeExpr___init_aorangeexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11369 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11048 */
+  /* parser/parser.nit:11370 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11048);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11370);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30868,48 +31666,42 @@ void parser___ReduceAction379___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction380___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction388___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11053;
-  fra.me.meth = LOCATE_parser___ReduceAction380___action;
+  fra.me.line = 11375;
+  fra.me.meth = LOCATE_parser___ReduceAction388___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11055 */
+  /* parser/parser.nit:11377 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11056 */
+  /* parser/parser.nit:11378 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11057 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11059 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:11380 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11059);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11380);
   }
-  /* ./parser//parser.nit:11060 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
-  fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:11061 */
-  fra.me.REG[4] = NEW_AArrayExpr_parser___parser_prod___AArrayExpr___init_aarrayexpr(fra.me.REG[4]);
-  /* ./parser//parser.nit:11064 */
-  fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11065 */
+  /* parser/parser.nit:11381 */
+  fra.me.REG[3] = NEW_AArrayExpr_parser___parser_prod___AArrayExpr___init_aarrayexpr(fra.me.REG[3]);
+  /* parser/parser.nit:11384 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11385 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11065);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11385);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30917,14 +31709,14 @@ void parser___ReduceAction380___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction381___action(val_t p0, val_t p1){
+void parser___ReduceAction389___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11070;
-  fra.me.meth = LOCATE_parser___ReduceAction381___action;
+  fra.me.line = 11390;
+  fra.me.meth = LOCATE_parser___ReduceAction389___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -30934,25 +31726,25 @@ void parser___ReduceAction381___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11072 */
+  /* parser/parser.nit:11392 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11073 */
+  /* parser/parser.nit:11393 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11075 */
+  /* parser/parser.nit:11395 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwself, ID_parser___parser_nodes___TKwself)) /*cast nullable TKwself*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11075);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11395);
   }
-  /* ./parser//parser.nit:11076 */
+  /* parser/parser.nit:11396 */
   fra.me.REG[3] = NEW_ASelfExpr_parser___parser_prod___ASelfExpr___init_aselfexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11079 */
+  /* parser/parser.nit:11399 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11080 */
+  /* parser/parser.nit:11400 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11080);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11400);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -30960,14 +31752,14 @@ void parser___ReduceAction381___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction382___action(val_t p0, val_t p1){
+void parser___ReduceAction390___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11085;
-  fra.me.meth = LOCATE_parser___ReduceAction382___action;
+  fra.me.line = 11405;
+  fra.me.meth = LOCATE_parser___ReduceAction390___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -30977,25 +31769,25 @@ void parser___ReduceAction382___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11087 */
+  /* parser/parser.nit:11407 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11088 */
+  /* parser/parser.nit:11408 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11090 */
+  /* parser/parser.nit:11410 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwtrue, ID_parser___parser_nodes___TKwtrue)) /*cast nullable TKwtrue*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11090);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11410);
   }
-  /* ./parser//parser.nit:11091 */
+  /* parser/parser.nit:11411 */
   fra.me.REG[3] = NEW_ATrueExpr_parser___parser_prod___ATrueExpr___init_atrueexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11094 */
+  /* parser/parser.nit:11414 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11095 */
+  /* parser/parser.nit:11415 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11095);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11415);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31003,14 +31795,14 @@ void parser___ReduceAction382___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction383___action(val_t p0, val_t p1){
+void parser___ReduceAction391___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11100;
-  fra.me.meth = LOCATE_parser___ReduceAction383___action;
+  fra.me.line = 11420;
+  fra.me.meth = LOCATE_parser___ReduceAction391___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31020,25 +31812,25 @@ void parser___ReduceAction383___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11102 */
+  /* parser/parser.nit:11422 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11103 */
+  /* parser/parser.nit:11423 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11105 */
+  /* parser/parser.nit:11425 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwfalse, ID_parser___parser_nodes___TKwfalse)) /*cast nullable TKwfalse*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11105);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11425);
   }
-  /* ./parser//parser.nit:11106 */
+  /* parser/parser.nit:11426 */
   fra.me.REG[3] = NEW_AFalseExpr_parser___parser_prod___AFalseExpr___init_afalseexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11109 */
+  /* parser/parser.nit:11429 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11110 */
+  /* parser/parser.nit:11430 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11110);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11430);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31046,14 +31838,14 @@ void parser___ReduceAction383___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction384___action(val_t p0, val_t p1){
+void parser___ReduceAction392___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11115;
-  fra.me.meth = LOCATE_parser___ReduceAction384___action;
+  fra.me.line = 11435;
+  fra.me.meth = LOCATE_parser___ReduceAction392___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31063,25 +31855,25 @@ void parser___ReduceAction384___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11117 */
+  /* parser/parser.nit:11437 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11118 */
+  /* parser/parser.nit:11438 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11120 */
+  /* parser/parser.nit:11440 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwnull, ID_parser___parser_nodes___TKwnull)) /*cast nullable TKwnull*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11120);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11440);
   }
-  /* ./parser//parser.nit:11121 */
+  /* parser/parser.nit:11441 */
   fra.me.REG[3] = NEW_ANullExpr_parser___parser_prod___ANullExpr___init_anullexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11124 */
+  /* parser/parser.nit:11444 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11125 */
+  /* parser/parser.nit:11445 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11125);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11445);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31089,14 +31881,14 @@ void parser___ReduceAction384___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction385___action(val_t p0, val_t p1){
+void parser___ReduceAction393___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11130;
-  fra.me.meth = LOCATE_parser___ReduceAction385___action;
+  fra.me.line = 11450;
+  fra.me.meth = LOCATE_parser___ReduceAction393___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31106,25 +31898,25 @@ void parser___ReduceAction385___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11132 */
+  /* parser/parser.nit:11452 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11133 */
+  /* parser/parser.nit:11453 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11135 */
+  /* parser/parser.nit:11455 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TNumber, ID_parser___parser_nodes___TNumber)) /*cast nullable TNumber*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11135);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11455);
   }
-  /* ./parser//parser.nit:11136 */
+  /* parser/parser.nit:11456 */
   fra.me.REG[3] = NEW_AIntExpr_parser___parser_prod___AIntExpr___init_aintexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11139 */
+  /* parser/parser.nit:11459 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11140 */
+  /* parser/parser.nit:11460 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11140);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11460);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31132,14 +31924,14 @@ void parser___ReduceAction385___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction386___action(val_t p0, val_t p1){
+void parser___ReduceAction394___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11145;
-  fra.me.meth = LOCATE_parser___ReduceAction386___action;
+  fra.me.line = 11465;
+  fra.me.meth = LOCATE_parser___ReduceAction394___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31149,25 +31941,25 @@ void parser___ReduceAction386___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11147 */
+  /* parser/parser.nit:11467 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11148 */
+  /* parser/parser.nit:11468 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11150 */
+  /* parser/parser.nit:11470 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TFloat, ID_parser___parser_nodes___TFloat)) /*cast nullable TFloat*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11150);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11470);
   }
-  /* ./parser//parser.nit:11151 */
+  /* parser/parser.nit:11471 */
   fra.me.REG[3] = NEW_AFloatExpr_parser___parser_prod___AFloatExpr___init_afloatexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11154 */
+  /* parser/parser.nit:11474 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11155 */
+  /* parser/parser.nit:11475 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11155);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11475);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31175,14 +31967,14 @@ void parser___ReduceAction386___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction387___action(val_t p0, val_t p1){
+void parser___ReduceAction395___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11160;
-  fra.me.meth = LOCATE_parser___ReduceAction387___action;
+  fra.me.line = 11480;
+  fra.me.meth = LOCATE_parser___ReduceAction395___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31192,25 +31984,25 @@ void parser___ReduceAction387___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11162 */
+  /* parser/parser.nit:11482 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11163 */
+  /* parser/parser.nit:11483 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11165 */
+  /* parser/parser.nit:11485 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TChar, ID_parser___parser_nodes___TChar)) /*cast nullable TChar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11165);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11485);
   }
-  /* ./parser//parser.nit:11166 */
+  /* parser/parser.nit:11486 */
   fra.me.REG[3] = NEW_ACharExpr_parser___parser_prod___ACharExpr___init_acharexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11169 */
+  /* parser/parser.nit:11489 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11170 */
+  /* parser/parser.nit:11490 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11170);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11490);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31218,14 +32010,14 @@ void parser___ReduceAction387___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction388___action(val_t p0, val_t p1){
+void parser___ReduceAction396___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11175;
-  fra.me.meth = LOCATE_parser___ReduceAction388___action;
+  fra.me.line = 11495;
+  fra.me.meth = LOCATE_parser___ReduceAction396___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31235,25 +32027,86 @@ void parser___ReduceAction388___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11177 */
+  /* parser/parser.nit:11497 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11178 */
+  /* parser/parser.nit:11498 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11180 */
+  /* parser/parser.nit:11500 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TString, ID_parser___parser_nodes___TString)) /*cast nullable TString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11180);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11500);
+  }
+  /* parser/parser.nit:11501 */
+  fra.me.REG[3] = NEW_AStringExpr_parser___parser_prod___AStringExpr___init_astringexpr(fra.me.REG[3]);
+  /* parser/parser.nit:11504 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11505 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11505);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction398___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 11510;
+  fra.me.meth = LOCATE_parser___ReduceAction398___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 6;
+  fra.me.nitni_local_ref_head = NULL;
+  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;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:11512 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:11513 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11514 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11515 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11517 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11517);
+  }
+  /* parser/parser.nit:11519 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11519);
   }
-  /* ./parser//parser.nit:11181 */
-  fra.me.REG[3] = NEW_AStringExpr_parser___parser_prod___AStringExpr___init_astringexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11184 */
+  /* parser/parser.nit:11521 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11521);
+  }
+  /* parser/parser.nit:11522 */
+  fra.me.REG[3] = NEW_AParExpr_parser___parser_prod___AParExpr___init_aparexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11527 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11185 */
+  /* parser/parser.nit:11528 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11185);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11528);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31261,16 +32114,16 @@ void parser___ReduceAction388___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction391___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction399___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11190;
-  fra.me.meth = LOCATE_parser___ReduceAction391___action;
+  fra.me.line = 11533;
+  fra.me.meth = LOCATE_parser___ReduceAction399___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 8;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -31278,57 +32131,71 @@ void parser___ReduceAction391___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11192 */
+  /* parser/parser.nit:11535 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11193 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11194 */
+  /* parser/parser.nit:11536 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11195 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11196 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11197 */
+  /* parser/parser.nit:11537 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11198 */
+  /* parser/parser.nit:11538 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11199 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11200 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11201 */
+  /* parser/parser.nit:11539 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11202 */
+  /* parser/parser.nit:11540 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11204 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  /* parser/parser.nit:11541 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11542 */
+  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11543 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11544 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11545 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11547 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11204);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11547);
   }
-  /* ./parser//parser.nit:11206 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
+  /* parser/parser.nit:11549 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11206);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11549);
   }
-  /* ./parser//parser.nit:11208 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  /* parser/parser.nit:11551 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11551);
+  }
+  /* parser/parser.nit:11553 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AType, ID_parser___parser_nodes___AType)) /*cast nullable AType*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11553);
+  }
+  /* parser/parser.nit:11555 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11208);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11555);
   }
-  /* ./parser//parser.nit:11209 */
-  fra.me.REG[3] = NEW_AAsCastExpr_parser___parser_prod___AAsCastExpr___init_aascastexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11214 */
+  /* parser/parser.nit:11556 */
+  fra.me.REG[3] = NEW_AAsCastExpr_parser___parser_prod___AAsCastExpr___init_aascastexpr(fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11563 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11215 */
+  /* parser/parser.nit:11564 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11215);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11564);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31336,16 +32203,16 @@ void parser___ReduceAction391___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction392___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction400___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[8];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11220;
-  fra.me.meth = LOCATE_parser___ReduceAction392___action;
+  fra.me.line = 11569;
+  fra.me.meth = LOCATE_parser___ReduceAction400___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 9;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -31354,67 +32221,81 @@ void parser___ReduceAction392___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
+  fra.me.REG[7] = NIT_NULL;
+  fra.me.REG[8] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11222 */
+  /* parser/parser.nit:11571 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11223 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11224 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11225 */
+  /* parser/parser.nit:11572 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11226 */
+  /* parser/parser.nit:11573 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11227 */
+  /* parser/parser.nit:11574 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11228 */
+  /* parser/parser.nit:11575 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11229 */
+  /* parser/parser.nit:11576 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11230 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11231 */
-  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11232 */
+  /* parser/parser.nit:11577 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11233 */
+  /* parser/parser.nit:11578 */
   fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11234 */
-  fra.me.REG[6] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11236 */
-  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  /* parser/parser.nit:11579 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11580 */
+  fra.me.REG[7] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11581 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11582 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11583 */
+  fra.me.REG[8] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11585 */
+  REGB0 = TAG_Bool((fra.me.REG[8]==NIT_NULL) || VAL_ISA(fra.me.REG[8], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11236);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11585);
   }
-  /* ./parser//parser.nit:11238 */
-  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
+  /* parser/parser.nit:11587 */
+  REGB0 = TAG_Bool((fra.me.REG[7]==NIT_NULL) || VAL_ISA(fra.me.REG[7], COLOR_parser___parser_nodes___TKwas, ID_parser___parser_nodes___TKwas)) /*cast nullable TKwas*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11238);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11587);
   }
-  /* ./parser//parser.nit:11240 */
-  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnot, ID_parser___parser_nodes___TKwnot)) /*cast nullable TKwnot*/;
+  /* parser/parser.nit:11589 */
+  REGB0 = TAG_Bool((fra.me.REG[6]==NIT_NULL) || VAL_ISA(fra.me.REG[6], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11240);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11589);
   }
-  /* ./parser//parser.nit:11242 */
-  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TKwnull, ID_parser___parser_nodes___TKwnull)) /*cast nullable TKwnull*/;
+  /* parser/parser.nit:11591 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwnot, ID_parser___parser_nodes___TKwnot)) /*cast nullable TKwnot*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11591);
+  }
+  /* parser/parser.nit:11593 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwnull, ID_parser___parser_nodes___TKwnull)) /*cast nullable TKwnull*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11593);
+  }
+  /* parser/parser.nit:11595 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11242);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11595);
   }
-  /* ./parser//parser.nit:11243 */
-  fra.me.REG[3] = NEW_AAsNotnullExpr_parser___parser_prod___AAsNotnullExpr___init_aasnotnullexpr(fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11249 */
+  /* parser/parser.nit:11596 */
+  fra.me.REG[3] = NEW_AAsNotnullExpr_parser___parser_prod___AAsNotnullExpr___init_aasnotnullexpr(fra.me.REG[8], fra.me.REG[7], fra.me.REG[6], fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:11604 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11250 */
+  /* parser/parser.nit:11605 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11250);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11605);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31422,15 +32303,15 @@ void parser___ReduceAction392___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction393___action(val_t p0, val_t p1){
+void parser___ReduceAction401___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11255;
-  fra.me.meth = LOCATE_parser___ReduceAction393___action;
+  fra.me.line = 11610;
+  fra.me.meth = LOCATE_parser___ReduceAction401___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -31442,30 +32323,30 @@ void parser___ReduceAction393___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11257 */
+  /* parser/parser.nit:11612 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11258 */
+  /* parser/parser.nit:11613 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11259 */
+  /* parser/parser.nit:11614 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11260 */
+  /* parser/parser.nit:11615 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11262 */
+  /* parser/parser.nit:11617 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11262);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11617);
   }
-  /* ./parser//parser.nit:11264 */
+  /* parser/parser.nit:11619 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11264);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11619);
   }
-  /* ./parser//parser.nit:11265 */
+  /* parser/parser.nit:11620 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11266 */
+  /* parser/parser.nit:11621 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -31480,18 +32361,18 @@ void parser___ReduceAction393___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11267 */
+    /* parser/parser.nit:11622 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11269 */
+  /* parser/parser.nit:11624 */
   fra.me.REG[5] = NEW_ASuperstringExpr_parser___parser_prod___ASuperstringExpr___init_asuperstringexpr(fra.me.REG[5]);
-  /* ./parser//parser.nit:11272 */
+  /* parser/parser.nit:11627 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11273 */
+  /* parser/parser.nit:11628 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11273);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11628);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31499,15 +32380,15 @@ void parser___ReduceAction393___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction394___action(val_t p0, val_t p1){
+void parser___ReduceAction402___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} 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_parser;
-  fra.me.line = 11278;
-  fra.me.meth = LOCATE_parser___ReduceAction394___action;
+  fra.me.line = 11633;
+  fra.me.meth = LOCATE_parser___ReduceAction402___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -31520,41 +32401,41 @@ void parser___ReduceAction394___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11280 */
+  /* parser/parser.nit:11635 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11281 */
+  /* parser/parser.nit:11636 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11282 */
+  /* parser/parser.nit:11637 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11283 */
+  /* parser/parser.nit:11638 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11284 */
+  /* parser/parser.nit:11639 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11286 */
+  /* parser/parser.nit:11641 */
   REGB0 = TAG_Bool((fra.me.REG[5]!=NIT_NULL) && VAL_ISA(fra.me.REG[5], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11286);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11641);
   }
-  /* ./parser//parser.nit:11288 */
+  /* parser/parser.nit:11643 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11288);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11643);
   }
-  /* ./parser//parser.nit:11290 */
+  /* parser/parser.nit:11645 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11290);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11645);
   }
-  /* ./parser//parser.nit:11291 */
+  /* parser/parser.nit:11646 */
   fra.me.REG[5] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[5]);
   fra.me.REG[6] = fra.me.REG[5];
-  /* ./parser//parser.nit:11292 */
+  /* parser/parser.nit:11647 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:11293 */
+  /* parser/parser.nit:11648 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -31569,18 +32450,18 @@ void parser___ReduceAction394___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11294 */
+    /* parser/parser.nit:11649 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[6])(fra.me.REG[6], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11296 */
+  /* parser/parser.nit:11651 */
   fra.me.REG[6] = NEW_ASuperstringExpr_parser___parser_prod___ASuperstringExpr___init_asuperstringexpr(fra.me.REG[6]);
-  /* ./parser//parser.nit:11299 */
+  /* parser/parser.nit:11654 */
   fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:11300 */
+  /* parser/parser.nit:11655 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11300);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11655);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31588,15 +32469,15 @@ void parser___ReduceAction394___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction395___action(val_t p0, val_t p1){
+void parser___ReduceAction403___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11305;
-  fra.me.meth = LOCATE_parser___ReduceAction395___action;
+  fra.me.line = 11660;
+  fra.me.meth = LOCATE_parser___ReduceAction403___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -31608,19 +32489,19 @@ void parser___ReduceAction395___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11307 */
+  /* parser/parser.nit:11662 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11308 */
+  /* parser/parser.nit:11663 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11309 */
+  /* parser/parser.nit:11664 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11310 */
+  /* parser/parser.nit:11665 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11311 */
+  /* parser/parser.nit:11666 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11312 */
+  /* parser/parser.nit:11667 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11315 */
+  /* parser/parser.nit:11670 */
   REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -31635,10 +32516,10 @@ void parser___ReduceAction395___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11316 */
+    /* parser/parser.nit:11671 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:11318 */
+  /* parser/parser.nit:11673 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -31653,16 +32534,16 @@ void parser___ReduceAction395___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11319 */
+    /* parser/parser.nit:11674 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11321 */
+  /* parser/parser.nit:11676 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11322 */
+  /* parser/parser.nit:11677 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11322);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11677);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31670,14 +32551,14 @@ void parser___ReduceAction395___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction396___action(val_t p0, val_t p1){
+void parser___ReduceAction404___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11327;
-  fra.me.meth = LOCATE_parser___ReduceAction396___action;
+  fra.me.line = 11682;
+  fra.me.meth = LOCATE_parser___ReduceAction404___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31687,25 +32568,25 @@ void parser___ReduceAction396___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11329 */
+  /* parser/parser.nit:11684 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11330 */
+  /* parser/parser.nit:11685 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11332 */
+  /* parser/parser.nit:11687 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TStartString, ID_parser___parser_nodes___TStartString)) /*cast nullable TStartString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11332);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11687);
   }
-  /* ./parser//parser.nit:11333 */
+  /* parser/parser.nit:11688 */
   fra.me.REG[3] = NEW_AStartStringExpr_parser___parser_prod___AStartStringExpr___init_astartstringexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11336 */
+  /* parser/parser.nit:11691 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11337 */
+  /* parser/parser.nit:11692 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11337);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11692);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31713,14 +32594,14 @@ void parser___ReduceAction396___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction398___action(val_t p0, val_t p1){
+void parser___ReduceAction406___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11342;
-  fra.me.meth = LOCATE_parser___ReduceAction398___action;
+  fra.me.line = 11697;
+  fra.me.meth = LOCATE_parser___ReduceAction406___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31730,25 +32611,25 @@ void parser___ReduceAction398___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11344 */
+  /* parser/parser.nit:11699 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11345 */
+  /* parser/parser.nit:11700 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11347 */
+  /* parser/parser.nit:11702 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TMidString, ID_parser___parser_nodes___TMidString)) /*cast nullable TMidString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11347);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11702);
   }
-  /* ./parser//parser.nit:11348 */
+  /* parser/parser.nit:11703 */
   fra.me.REG[3] = NEW_AMidStringExpr_parser___parser_prod___AMidStringExpr___init_amidstringexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11351 */
+  /* parser/parser.nit:11706 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11352 */
+  /* parser/parser.nit:11707 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11352);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11707);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31756,14 +32637,14 @@ void parser___ReduceAction398___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction399___action(val_t p0, val_t p1){
+void parser___ReduceAction407___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11357;
-  fra.me.meth = LOCATE_parser___ReduceAction399___action;
+  fra.me.line = 11712;
+  fra.me.meth = LOCATE_parser___ReduceAction407___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -31773,25 +32654,25 @@ void parser___ReduceAction399___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11359 */
+  /* parser/parser.nit:11714 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11360 */
+  /* parser/parser.nit:11715 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11362 */
+  /* parser/parser.nit:11717 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TEndString, ID_parser___parser_nodes___TEndString)) /*cast nullable TEndString*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11362);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11717);
   }
-  /* ./parser//parser.nit:11363 */
+  /* parser/parser.nit:11718 */
   fra.me.REG[3] = NEW_AEndStringExpr_parser___parser_prod___AEndStringExpr___init_aendstringexpr(fra.me.REG[3]);
-  /* ./parser//parser.nit:11366 */
+  /* parser/parser.nit:11721 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11367 */
+  /* parser/parser.nit:11722 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11367);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11722);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31799,40 +32680,201 @@ void parser___ReduceAction399___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction400___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction408___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} 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_parser;
-  fra.me.line = 11372;
-  fra.me.meth = LOCATE_parser___ReduceAction400___action;
+  fra.me.line = 11727;
+  fra.me.meth = LOCATE_parser___ReduceAction408___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   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[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11374 */
+  /* parser/parser.nit:11729 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11375 */
+  /* parser/parser.nit:11730 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11376 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11377 */
+  /* parser/parser.nit:11731 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11732 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11733 */
+  fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11734 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11736 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11736);
+  }
+  /* parser/parser.nit:11738 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11738);
+  }
+  /* parser/parser.nit:11739 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
+  fra.me.REG[6] = fra.me.REG[4];
+  /* parser/parser.nit:11741 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11741);
+  }
+  /* parser/parser.nit:11742 */
+  fra.me.REG[3] = NEW_AParExprs_parser___parser_prod___AParExprs___init_aparexprs(fra.me.REG[5], fra.me.REG[6], fra.me.REG[3]);
+  /* parser/parser.nit:11747 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11748 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11748);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction409___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 11753;
+  fra.me.meth = LOCATE_parser___ReduceAction409___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 6;
+  fra.me.nitni_local_ref_head = NULL;
+  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;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:11755 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:11756 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11378 */
+  /* parser/parser.nit:11757 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11379 */
+  /* parser/parser.nit:11758 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11380 */
+  /* parser/parser.nit:11759 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11761 */
+  REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TOpar, ID_parser___parser_nodes___TOpar)) /*cast nullable TOpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11761);
+  }
+  /* parser/parser.nit:11763 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCpar, ID_parser___parser_nodes___TCpar)) /*cast nullable TCpar*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11763);
+  }
+  /* parser/parser.nit:11764 */
+  fra.me.REG[3] = NEW_AParExprs_parser___parser_prod___AParExprs___init_aparexprs(fra.me.REG[4], fra.me.REG[5], fra.me.REG[3]);
+  /* parser/parser.nit:11769 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11770 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11770);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction410___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+  val_t REGB0;
+  val_t tmp;
+  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
+  fra.me.file = LOCATE_parser;
+  fra.me.line = 11775;
+  fra.me.meth = LOCATE_parser___ReduceAction410___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 4;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:11777 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:11778 */
+  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11779 */
+  fra.me.REG[3] = NEW_AListExprs_parser___parser_prod___AListExprs___init_alistexprs(fra.me.REG[3]);
+  /* parser/parser.nit:11782 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11783 */
+  REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11783);
+  }
+  REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
+  REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
+  CALL_parser___Parser___push(fra.me.REG[1])(fra.me.REG[1], REGB0, fra.me.REG[2]);
+  stack_frame_head = fra.me.prev;
+  return;
+}
+void parser___ReduceAction412___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
+  fra.me.line = 11788;
+  fra.me.meth = LOCATE_parser___ReduceAction412___action;
+  fra.me.has_broke = 0;
+  fra.me.REG_size = 5;
+  fra.me.nitni_local_ref_head = NULL;
+  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[0] = p0;
+  fra.me.REG[1] = p1;
+  /* parser/parser.nit:11790 */
+  fra.me.REG[2] = NIT_NULL;
+  /* parser/parser.nit:11791 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11792 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11382 */
+  /* parser/parser.nit:11794 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11794);
+  }
+  /* parser/parser.nit:11795 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -31847,16 +32889,18 @@ void parser___ReduceAction400___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11383 */
+    /* parser/parser.nit:11796 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11385 */
+  /* parser/parser.nit:11798 */
+  fra.me.REG[4] = NEW_AListExprs_parser___parser_prod___AListExprs___init_alistexprs(fra.me.REG[4]);
+  /* parser/parser.nit:11801 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11386 */
+  /* parser/parser.nit:11802 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11386);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11802);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31864,17 +32908,16 @@ void parser___ReduceAction400___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction401___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction415___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} 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_parser;
-  fra.me.line = 11391;
-  fra.me.meth = LOCATE_parser___ReduceAction401___action;
+  fra.me.line = 11807;
+  fra.me.meth = LOCATE_parser___ReduceAction415___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -31882,58 +32925,51 @@ void parser___ReduceAction401___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
+  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11393 */
+  /* parser/parser.nit:11809 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11394 */
+  /* parser/parser.nit:11810 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11395 */
-  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11396 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11397 */
+  /* parser/parser.nit:11811 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11398 */
+  /* parser/parser.nit:11812 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11399 */
+  /* parser/parser.nit:11813 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11400 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11403 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:11814 */
+  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11816 */
+  REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TObra, ID_parser___parser_nodes___TObra)) /*cast nullable TObra*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11403);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11816);
   }
-  /* ./parser//parser.nit:11404 */
-  REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
+  /* parser/parser.nit:11818 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    REGB1 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
-    if (UNTAG_Bool(REGB1)) {
-      REGB1 = TAG_Bool(false);
-      REGB0 = REGB1;
-    } else {
-      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[4])(fra.me.REG[4], NIT_NULL);
-      REGB0 = REGB1;
-    }
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11818);
   }
-  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
+  /* parser/parser.nit:11819 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
+  fra.me.REG[6] = fra.me.REG[4];
+  /* parser/parser.nit:11821 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TCbra, ID_parser___parser_nodes___TCbra)) /*cast nullable TCbra*/;
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11405 */
-    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
+  } else {
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11821);
   }
-  /* ./parser//parser.nit:11407 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
-  fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:11408 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11409 */
+  /* parser/parser.nit:11822 */
+  fra.me.REG[3] = NEW_ABraExprs_parser___parser_prod___ABraExprs___init_abraexprs(fra.me.REG[5], fra.me.REG[6], fra.me.REG[3]);
+  /* parser/parser.nit:11827 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:11828 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11409);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11828);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31941,34 +32977,58 @@ void parser___ReduceAction401___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction403___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
+void parser___ReduceAction416___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11414;
-  fra.me.meth = LOCATE_parser___ReduceAction403___action;
+  fra.me.line = 11833;
+  fra.me.meth = LOCATE_parser___ReduceAction416___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 4;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11416 */
+  /* parser/parser.nit:11835 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11417 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11418 */
-  fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11419 */
+  /* parser/parser.nit:11836 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11837 */
+  fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11838 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11840 */
+  REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+    if (UNTAG_Bool(REGB1)) {
+      REGB1 = TAG_Bool(false);
+      REGB0 = REGB1;
+    } else {
+      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[3])(fra.me.REG[3], NIT_NULL);
+      REGB0 = REGB1;
+    }
+  }
+  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
+  if (UNTAG_Bool(REGB0)) {
+    /* parser/parser.nit:11841 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
+  }
+  /* parser/parser.nit:11843 */
+  fra.me.REG[2] = fra.me.REG[4];
+  /* parser/parser.nit:11844 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11419);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11844);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -31976,56 +33036,70 @@ void parser___ReduceAction403___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction406___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction417___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11424;
-  fra.me.meth = LOCATE_parser___ReduceAction406___action;
+  fra.me.line = 11849;
+  fra.me.meth = LOCATE_parser___ReduceAction417___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11426 */
+  /* parser/parser.nit:11851 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11427 */
+  /* parser/parser.nit:11852 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11428 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11430 */
-  REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+  /* parser/parser.nit:11853 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11854 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:11855 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:11858 */
+  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11858);
+  }
+  /* parser/parser.nit:11859 */
+  REGB0 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    REGB1 = TAG_Bool(fra.me.REG[4]==NIT_NULL);
     if (UNTAG_Bool(REGB1)) {
       REGB1 = TAG_Bool(false);
       REGB0 = REGB1;
     } else {
-      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[3])(fra.me.REG[3], NIT_NULL);
+      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[4])(fra.me.REG[4], NIT_NULL);
       REGB0 = REGB1;
     }
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11431 */
-    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
+    /* parser/parser.nit:11860 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[4]);
   }
-  /* ./parser//parser.nit:11433 */
-  fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11434 */
+  /* parser/parser.nit:11862 */
+  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
+  fra.me.REG[5] = fra.me.REG[3];
+  /* parser/parser.nit:11863 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:11864 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11434);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11864);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32033,14 +33107,14 @@ void parser___ReduceAction406___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction411___action(val_t p0, val_t p1){
+void parser___ReduceAction418___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11439;
-  fra.me.meth = LOCATE_parser___ReduceAction411___action;
+  fra.me.line = 11869;
+  fra.me.meth = LOCATE_parser___ReduceAction418___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32051,23 +33125,23 @@ void parser___ReduceAction411___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11441 */
+  /* parser/parser.nit:11871 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11442 */
+  /* parser/parser.nit:11872 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11443 */
+  /* parser/parser.nit:11873 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11444 */
+  /* parser/parser.nit:11874 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11445 */
+  /* parser/parser.nit:11875 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11447 */
+  /* parser/parser.nit:11877 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11448 */
+  /* parser/parser.nit:11878 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11448);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11878);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32075,15 +33149,15 @@ void parser___ReduceAction411___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction412___action(val_t p0, val_t p1){
+void parser___ReduceAction419___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11453;
-  fra.me.meth = LOCATE_parser___ReduceAction412___action;
+  fra.me.line = 11883;
+  fra.me.meth = LOCATE_parser___ReduceAction419___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32094,13 +33168,13 @@ void parser___ReduceAction412___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11455 */
+  /* parser/parser.nit:11885 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11456 */
+  /* parser/parser.nit:11886 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11457 */
+  /* parser/parser.nit:11887 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11459 */
+  /* parser/parser.nit:11889 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -32115,16 +33189,16 @@ void parser___ReduceAction412___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11460 */
+    /* parser/parser.nit:11890 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11462 */
+  /* parser/parser.nit:11892 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11463 */
+  /* parser/parser.nit:11893 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11463);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11893);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32132,15 +33206,15 @@ void parser___ReduceAction412___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction413___action(val_t p0, val_t p1){
+void parser___ReduceAction420___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11468;
-  fra.me.meth = LOCATE_parser___ReduceAction413___action;
+  fra.me.line = 11898;
+  fra.me.meth = LOCATE_parser___ReduceAction420___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -32152,30 +33226,30 @@ void parser___ReduceAction413___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11470 */
+  /* parser/parser.nit:11900 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11471 */
+  /* parser/parser.nit:11901 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11472 */
+  /* parser/parser.nit:11902 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11473 */
+  /* parser/parser.nit:11903 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11474 */
+  /* parser/parser.nit:11904 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11475 */
+  /* parser/parser.nit:11905 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11476 */
+  /* parser/parser.nit:11906 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11478 */
+  /* parser/parser.nit:11908 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11478);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11908);
   }
-  /* ./parser//parser.nit:11480 */
+  /* parser/parser.nit:11910 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11481 */
+  /* parser/parser.nit:11911 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -32190,16 +33264,16 @@ void parser___ReduceAction413___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11482 */
+    /* parser/parser.nit:11912 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11484 */
+  /* parser/parser.nit:11914 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11485 */
+  /* parser/parser.nit:11915 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11485);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11915);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32207,14 +33281,14 @@ void parser___ReduceAction413___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction414___action(val_t p0, val_t p1){
+void parser___ReduceAction421___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11490;
-  fra.me.meth = LOCATE_parser___ReduceAction414___action;
+  fra.me.line = 11920;
+  fra.me.meth = LOCATE_parser___ReduceAction421___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32225,27 +33299,27 @@ void parser___ReduceAction414___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11492 */
+  /* parser/parser.nit:11922 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11493 */
+  /* parser/parser.nit:11923 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11494 */
+  /* parser/parser.nit:11924 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11496 */
+  /* parser/parser.nit:11926 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11496);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11926);
   }
-  /* ./parser//parser.nit:11497 */
+  /* parser/parser.nit:11927 */
   fra.me.REG[3] = NEW_AModuleName_parser___parser_prod___AModuleName___init_amodulename(NIT_NULL, fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11502 */
+  /* parser/parser.nit:11932 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11503 */
+  /* parser/parser.nit:11933 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11503);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11933);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32253,14 +33327,14 @@ void parser___ReduceAction414___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction415___action(val_t p0, val_t p1){
+void parser___ReduceAction422___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11508;
-  fra.me.meth = LOCATE_parser___ReduceAction415___action;
+  fra.me.line = 11938;
+  fra.me.meth = LOCATE_parser___ReduceAction422___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -32272,38 +33346,38 @@ void parser___ReduceAction415___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11510 */
+  /* parser/parser.nit:11940 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11511 */
+  /* parser/parser.nit:11941 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11512 */
+  /* parser/parser.nit:11942 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11513 */
+  /* parser/parser.nit:11943 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11515 */
+  /* parser/parser.nit:11945 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11515);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11945);
   }
-  /* ./parser//parser.nit:11516 */
+  /* parser/parser.nit:11946 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11518 */
+  /* parser/parser.nit:11948 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11518);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11948);
   }
-  /* ./parser//parser.nit:11519 */
+  /* parser/parser.nit:11949 */
   fra.me.REG[3] = NEW_AModuleName_parser___parser_prod___AModuleName___init_amodulename(NIT_NULL, fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:11524 */
+  /* parser/parser.nit:11954 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11525 */
+  /* parser/parser.nit:11955 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11525);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11955);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32311,14 +33385,14 @@ void parser___ReduceAction415___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction416___action(val_t p0, val_t p1){
+void parser___ReduceAction423___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11530;
-  fra.me.meth = LOCATE_parser___ReduceAction416___action;
+  fra.me.line = 11960;
+  fra.me.meth = LOCATE_parser___ReduceAction423___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -32330,37 +33404,37 @@ void parser___ReduceAction416___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11532 */
+  /* parser/parser.nit:11962 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11533 */
+  /* parser/parser.nit:11963 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11534 */
+  /* parser/parser.nit:11964 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11535 */
+  /* parser/parser.nit:11965 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11536 */
+  /* parser/parser.nit:11966 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11538 */
+  /* parser/parser.nit:11968 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TQuad, ID_parser___parser_nodes___TQuad)) /*cast nullable TQuad*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11538);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11968);
   }
-  /* ./parser//parser.nit:11540 */
+  /* parser/parser.nit:11970 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11540);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11970);
   }
-  /* ./parser//parser.nit:11541 */
+  /* parser/parser.nit:11971 */
   fra.me.REG[3] = NEW_AModuleName_parser___parser_prod___AModuleName___init_amodulename(fra.me.REG[4], fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:11546 */
+  /* parser/parser.nit:11976 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11547 */
+  /* parser/parser.nit:11977 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11547);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11977);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32368,14 +33442,14 @@ void parser___ReduceAction416___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction417___action(val_t p0, val_t p1){
+void parser___ReduceAction424___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11552;
-  fra.me.meth = LOCATE_parser___ReduceAction417___action;
+  fra.me.line = 11982;
+  fra.me.meth = LOCATE_parser___ReduceAction424___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
@@ -32388,48 +33462,48 @@ void parser___ReduceAction417___action(val_t p0, val_t p1){
   fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11554 */
+  /* parser/parser.nit:11984 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11555 */
+  /* parser/parser.nit:11985 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11556 */
+  /* parser/parser.nit:11986 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11557 */
+  /* parser/parser.nit:11987 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11558 */
+  /* parser/parser.nit:11988 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11559 */
+  /* parser/parser.nit:11989 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11561 */
+  /* parser/parser.nit:11991 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TQuad, ID_parser___parser_nodes___TQuad)) /*cast nullable TQuad*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11561);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11991);
   }
-  /* ./parser//parser.nit:11563 */
+  /* parser/parser.nit:11993 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11563);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11993);
   }
-  /* ./parser//parser.nit:11564 */
+  /* parser/parser.nit:11994 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[4]);
   fra.me.REG[6] = fra.me.REG[4];
-  /* ./parser//parser.nit:11566 */
+  /* parser/parser.nit:11996 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11566);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 11996);
   }
-  /* ./parser//parser.nit:11567 */
+  /* parser/parser.nit:11997 */
   fra.me.REG[3] = NEW_AModuleName_parser___parser_prod___AModuleName___init_amodulename(fra.me.REG[5], fra.me.REG[6], fra.me.REG[3]);
-  /* ./parser//parser.nit:11572 */
+  /* parser/parser.nit:12002 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11573 */
+  /* parser/parser.nit:12003 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11573);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12003);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32437,14 +33511,14 @@ void parser___ReduceAction417___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction418___action(val_t p0, val_t p1){
+void parser___ReduceAction425___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11578;
-  fra.me.meth = LOCATE_parser___ReduceAction418___action;
+  fra.me.line = 12008;
+  fra.me.meth = LOCATE_parser___ReduceAction425___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32455,27 +33529,27 @@ void parser___ReduceAction418___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11580 */
+  /* parser/parser.nit:12010 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11581 */
+  /* parser/parser.nit:12011 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11582 */
+  /* parser/parser.nit:12012 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11584 */
+  /* parser/parser.nit:12014 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11584);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12014);
   }
-  /* ./parser//parser.nit:11585 */
+  /* parser/parser.nit:12015 */
   fra.me.REG[3] = NEW_AQualified_parser___parser_prod___AQualified___init_aqualified(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11589 */
+  /* parser/parser.nit:12019 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11590 */
+  /* parser/parser.nit:12020 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11590);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12020);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32483,14 +33557,14 @@ void parser___ReduceAction418___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction419___action(val_t p0, val_t p1){
+void parser___ReduceAction426___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11595;
-  fra.me.meth = LOCATE_parser___ReduceAction419___action;
+  fra.me.line = 12025;
+  fra.me.meth = LOCATE_parser___ReduceAction426___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -32502,38 +33576,38 @@ void parser___ReduceAction419___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11597 */
+  /* parser/parser.nit:12027 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11598 */
+  /* parser/parser.nit:12028 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11599 */
+  /* parser/parser.nit:12029 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11600 */
+  /* parser/parser.nit:12030 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11602 */
+  /* parser/parser.nit:12032 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11602);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12032);
   }
-  /* ./parser//parser.nit:11603 */
+  /* parser/parser.nit:12033 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11605 */
+  /* parser/parser.nit:12035 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TClassid, ID_parser___parser_nodes___TClassid)) /*cast nullable TClassid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11605);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12035);
   }
-  /* ./parser//parser.nit:11606 */
+  /* parser/parser.nit:12036 */
   fra.me.REG[3] = NEW_AQualified_parser___parser_prod___AQualified___init_aqualified(fra.me.REG[5], fra.me.REG[3]);
-  /* ./parser//parser.nit:11610 */
+  /* parser/parser.nit:12040 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11611 */
+  /* parser/parser.nit:12041 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11611);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12041);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32541,14 +33615,14 @@ void parser___ReduceAction419___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction420___action(val_t p0, val_t p1){
+void parser___ReduceAction427___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11616;
-  fra.me.meth = LOCATE_parser___ReduceAction420___action;
+  fra.me.line = 12046;
+  fra.me.meth = LOCATE_parser___ReduceAction427___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32559,30 +33633,30 @@ void parser___ReduceAction420___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11618 */
+  /* parser/parser.nit:12048 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11619 */
+  /* parser/parser.nit:12049 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11620 */
+  /* parser/parser.nit:12050 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11622 */
+  /* parser/parser.nit:12052 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11622);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12052);
   }
-  /* ./parser//parser.nit:11623 */
+  /* parser/parser.nit:12053 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:11624 */
+  /* parser/parser.nit:12054 */
   fra.me.REG[4] = NEW_AQualified_parser___parser_prod___AQualified___init_aqualified(fra.me.REG[4], NIT_NULL);
-  /* ./parser//parser.nit:11628 */
+  /* parser/parser.nit:12058 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11629 */
+  /* parser/parser.nit:12059 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11629);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12059);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32590,14 +33664,14 @@ void parser___ReduceAction420___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction421___action(val_t p0, val_t p1){
+void parser___ReduceAction428___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11634;
-  fra.me.meth = LOCATE_parser___ReduceAction421___action;
+  fra.me.line = 12064;
+  fra.me.meth = LOCATE_parser___ReduceAction428___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32607,21 +33681,21 @@ void parser___ReduceAction421___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11636 */
+  /* parser/parser.nit:12066 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11637 */
+  /* parser/parser.nit:12067 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11638 */
+  /* parser/parser.nit:12068 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11639 */
+  /* parser/parser.nit:12069 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11641 */
+  /* parser/parser.nit:12071 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11642 */
+  /* parser/parser.nit:12072 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11642);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12072);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32629,14 +33703,14 @@ void parser___ReduceAction421___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction422___action(val_t p0, val_t p1){
+void parser___ReduceAction429___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11647;
-  fra.me.meth = LOCATE_parser___ReduceAction422___action;
+  fra.me.line = 12077;
+  fra.me.meth = LOCATE_parser___ReduceAction429___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32646,21 +33720,21 @@ void parser___ReduceAction422___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11649 */
+  /* parser/parser.nit:12079 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11650 */
+  /* parser/parser.nit:12080 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11651 */
+  /* parser/parser.nit:12081 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11652 */
+  /* parser/parser.nit:12082 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11654 */
+  /* parser/parser.nit:12084 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11655 */
+  /* parser/parser.nit:12085 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11655);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12085);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32668,14 +33742,14 @@ void parser___ReduceAction422___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction423___action(val_t p0, val_t p1){
+void parser___ReduceAction430___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11660;
-  fra.me.meth = LOCATE_parser___ReduceAction423___action;
+  fra.me.line = 12090;
+  fra.me.meth = LOCATE_parser___ReduceAction430___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32685,15 +33759,15 @@ void parser___ReduceAction423___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11662 */
+  /* parser/parser.nit:12092 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11663 */
+  /* parser/parser.nit:12093 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11664 */
+  /* parser/parser.nit:12094 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11664);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12094);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32701,14 +33775,14 @@ void parser___ReduceAction423___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction425___action(val_t p0, val_t p1){
+void parser___ReduceAction432___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11669;
-  fra.me.meth = LOCATE_parser___ReduceAction425___action;
+  fra.me.line = 12099;
+  fra.me.meth = LOCATE_parser___ReduceAction432___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32719,30 +33793,30 @@ void parser___ReduceAction425___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11671 */
+  /* parser/parser.nit:12101 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11672 */
+  /* parser/parser.nit:12102 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11673 */
+  /* parser/parser.nit:12103 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11675 */
+  /* parser/parser.nit:12105 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11675);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12105);
   }
-  /* ./parser//parser.nit:11676 */
+  /* parser/parser.nit:12106 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:11677 */
+  /* parser/parser.nit:12107 */
   fra.me.REG[4] = NEW_ADoc_parser___parser_prod___ADoc___init_adoc(fra.me.REG[4]);
-  /* ./parser//parser.nit:11680 */
+  /* parser/parser.nit:12110 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11681 */
+  /* parser/parser.nit:12111 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11681);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12111);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32750,14 +33824,14 @@ void parser___ReduceAction425___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction426___action(val_t p0, val_t p1){
+void parser___ReduceAction433___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11686;
-  fra.me.meth = LOCATE_parser___ReduceAction426___action;
+  fra.me.line = 12116;
+  fra.me.meth = LOCATE_parser___ReduceAction433___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -32768,32 +33842,32 @@ void parser___ReduceAction426___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11688 */
+  /* parser/parser.nit:12118 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11689 */
+  /* parser/parser.nit:12119 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11690 */
+  /* parser/parser.nit:12120 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11691 */
+  /* parser/parser.nit:12121 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11693 */
+  /* parser/parser.nit:12123 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11693);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12123);
   }
-  /* ./parser//parser.nit:11694 */
+  /* parser/parser.nit:12124 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
   fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:11695 */
+  /* parser/parser.nit:12125 */
   fra.me.REG[4] = NEW_ADoc_parser___parser_prod___ADoc___init_adoc(fra.me.REG[4]);
-  /* ./parser//parser.nit:11698 */
+  /* parser/parser.nit:12128 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11699 */
+  /* parser/parser.nit:12129 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11699);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12129);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32801,14 +33875,14 @@ void parser___ReduceAction426___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction428___action(val_t p0, val_t p1){
+void parser___ReduceAction435___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11704;
-  fra.me.meth = LOCATE_parser___ReduceAction428___action;
+  fra.me.line = 12134;
+  fra.me.meth = LOCATE_parser___ReduceAction435___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 3;
   fra.me.nitni_local_ref_head = NULL;
@@ -32817,15 +33891,15 @@ void parser___ReduceAction428___action(val_t p0, val_t p1){
   fra.me.REG[2] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11706 */
+  /* parser/parser.nit:12136 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11707 */
+  /* parser/parser.nit:12137 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11708 */
+  /* parser/parser.nit:12138 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11708);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12138);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32833,14 +33907,14 @@ void parser___ReduceAction428___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction429___action(val_t p0, val_t p1){
+void parser___ReduceAction436___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11713;
-  fra.me.meth = LOCATE_parser___ReduceAction429___action;
+  fra.me.line = 12143;
+  fra.me.meth = LOCATE_parser___ReduceAction436___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32850,17 +33924,17 @@ void parser___ReduceAction429___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11715 */
+  /* parser/parser.nit:12145 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11716 */
+  /* parser/parser.nit:12146 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11718 */
+  /* parser/parser.nit:12148 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11719 */
+  /* parser/parser.nit:12149 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11719);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12149);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32868,14 +33942,14 @@ void parser___ReduceAction429___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction430___action(val_t p0, val_t p1){
+void parser___ReduceAction437___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11724;
-  fra.me.meth = LOCATE_parser___ReduceAction430___action;
+  fra.me.line = 12154;
+  fra.me.meth = LOCATE_parser___ReduceAction437___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32885,17 +33959,17 @@ void parser___ReduceAction430___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11726 */
+  /* parser/parser.nit:12156 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11727 */
+  /* parser/parser.nit:12157 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11728 */
+  /* parser/parser.nit:12158 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11729 */
+  /* parser/parser.nit:12159 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11729);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12159);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32903,14 +33977,14 @@ void parser___ReduceAction430___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction431___action(val_t p0, val_t p1){
+void parser___ReduceAction438___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11734;
-  fra.me.meth = LOCATE_parser___ReduceAction431___action;
+  fra.me.line = 12164;
+  fra.me.meth = LOCATE_parser___ReduceAction438___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -32920,19 +33994,19 @@ void parser___ReduceAction431___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11736 */
+  /* parser/parser.nit:12166 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11737 */
+  /* parser/parser.nit:12167 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11738 */
+  /* parser/parser.nit:12168 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11739 */
+  /* parser/parser.nit:12169 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11740 */
+  /* parser/parser.nit:12170 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11740);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12170);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -32940,14 +34014,14 @@ void parser___ReduceAction431___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction688___action(val_t p0, val_t p1){
+void parser___ReduceAction698___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11745;
-  fra.me.meth = LOCATE_parser___ReduceAction688___action;
+  fra.me.line = 12175;
+  fra.me.meth = LOCATE_parser___ReduceAction698___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -32959,41 +34033,41 @@ void parser___ReduceAction688___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11747 */
+  /* parser/parser.nit:12177 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11748 */
+  /* parser/parser.nit:12178 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11749 */
+  /* parser/parser.nit:12179 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11750 */
+  /* parser/parser.nit:12180 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11752 */
+  /* parser/parser.nit:12182 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___TKwisset, ID_parser___parser_nodes___TKwisset)) /*cast nullable TKwisset*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11752);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12182);
   }
-  /* ./parser//parser.nit:11754 */
+  /* parser/parser.nit:12184 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11754);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12184);
   }
-  /* ./parser//parser.nit:11756 */
+  /* parser/parser.nit:12186 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11756);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12186);
   }
-  /* ./parser//parser.nit:11757 */
+  /* parser/parser.nit:12187 */
   fra.me.REG[3] = NEW_AIssetAttrExpr_parser___parser_prod___AIssetAttrExpr___init_aissetattrexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11762 */
+  /* parser/parser.nit:12192 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11763 */
+  /* parser/parser.nit:12193 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11763);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12193);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33001,14 +34075,14 @@ void parser___ReduceAction688___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction689___action(val_t p0, val_t p1){
+void parser___ReduceAction699___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11768;
-  fra.me.meth = LOCATE_parser___ReduceAction689___action;
+  fra.me.line = 12198;
+  fra.me.meth = LOCATE_parser___ReduceAction699___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33019,33 +34093,33 @@ void parser___ReduceAction689___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11770 */
+  /* parser/parser.nit:12200 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11771 */
+  /* parser/parser.nit:12201 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11772 */
+  /* parser/parser.nit:12202 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11774 */
+  /* parser/parser.nit:12204 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11774);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12204);
   }
-  /* ./parser//parser.nit:11776 */
+  /* parser/parser.nit:12206 */
   REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___TAttrid, ID_parser___parser_nodes___TAttrid)) /*cast nullable TAttrid*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11776);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12206);
   }
-  /* ./parser//parser.nit:11777 */
+  /* parser/parser.nit:12207 */
   fra.me.REG[3] = NEW_AAttrExpr_parser___parser_prod___AAttrExpr___init_aattrexpr(fra.me.REG[4], fra.me.REG[3]);
-  /* ./parser//parser.nit:11781 */
+  /* parser/parser.nit:12211 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11782 */
+  /* parser/parser.nit:12212 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11782);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12212);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33053,16 +34127,16 @@ void parser___ReduceAction689___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction690___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[7];} fra;
+void parser___ReduceAction700___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11787;
-  fra.me.meth = LOCATE_parser___ReduceAction690___action;
+  fra.me.line = 12217;
+  fra.me.meth = LOCATE_parser___ReduceAction700___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 8;
+  fra.me.REG_size = 7;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -33071,51 +34145,45 @@ void parser___ReduceAction690___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[6] = NIT_NULL;
-  fra.me.REG[7] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11789 */
+  /* parser/parser.nit:12219 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11790 */
+  /* parser/parser.nit:12220 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11791 */
+  /* parser/parser.nit:12221 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11792 */
+  /* parser/parser.nit:12222 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11793 */
+  /* parser/parser.nit:12223 */
   fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11794 */
-  fra.me.REG[7] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11796 */
+  /* parser/parser.nit:12225 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11796);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12225);
   }
-  /* ./parser//parser.nit:11798 */
+  /* parser/parser.nit:12227 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TId, ID_parser___parser_nodes___TId)) /*cast nullable TId*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11798);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12227);
   }
-  /* ./parser//parser.nit:11800 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:12229 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11800);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12229);
   }
-  /* ./parser//parser.nit:11801 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:11802 */
-  fra.me.REG[7] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6], fra.me.REG[7]);
-  /* ./parser//parser.nit:11808 */
-  fra.me.REG[2] = fra.me.REG[7];
-  /* ./parser//parser.nit:11809 */
+  /* parser/parser.nit:12230 */
+  fra.me.REG[6] = NEW_ACallExpr_parser___parser_prod___ACallExpr___init_acallexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3], fra.me.REG[6]);
+  /* parser/parser.nit:12236 */
+  fra.me.REG[2] = fra.me.REG[6];
+  /* parser/parser.nit:12237 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11809);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12237);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33123,16 +34191,16 @@ void parser___ReduceAction690___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction693___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[6];} fra;
+void parser___ReduceAction703___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11814;
-  fra.me.meth = LOCATE_parser___ReduceAction693___action;
+  fra.me.line = 12242;
+  fra.me.meth = LOCATE_parser___ReduceAction703___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 7;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   fra.me.REG[0] = NIT_NULL;
   fra.me.REG[1] = NIT_NULL;
@@ -33140,49 +34208,43 @@ void parser___ReduceAction693___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[5] = NIT_NULL;
-  fra.me.REG[6] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11816 */
+  /* parser/parser.nit:12244 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11817 */
+  /* parser/parser.nit:12245 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11818 */
+  /* parser/parser.nit:12246 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11819 */
+  /* parser/parser.nit:12247 */
   fra.me.REG[5] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11820 */
-  fra.me.REG[6] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11822 */
+  /* parser/parser.nit:12249 */
   REGB0 = TAG_Bool((fra.me.REG[5]==NIT_NULL) || VAL_ISA(fra.me.REG[5], COLOR_parser___parser_nodes___AExpr, ID_parser___parser_nodes___AExpr)) /*cast nullable AExpr*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11822);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12249);
   }
-  /* ./parser//parser.nit:11824 */
+  /* parser/parser.nit:12251 */
   REGB0 = TAG_Bool((fra.me.REG[4]==NIT_NULL) || VAL_ISA(fra.me.REG[4], COLOR_parser___parser_nodes___TKwinit, ID_parser___parser_nodes___TKwinit)) /*cast nullable TKwinit*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11824);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12251);
   }
-  /* ./parser//parser.nit:11826 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:12253 */
+  REGB0 = TAG_Bool((fra.me.REG[3]==NIT_NULL) || VAL_ISA(fra.me.REG[3], COLOR_parser___parser_nodes___AExprs, ID_parser___parser_nodes___AExprs)) /*cast nullable AExprs*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11826);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12253);
   }
-  /* ./parser//parser.nit:11827 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[6], fra.me.REG[3]);
-  fra.me.REG[6] = fra.me.REG[3];
-  /* ./parser//parser.nit:11828 */
-  fra.me.REG[6] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[6]);
-  /* ./parser//parser.nit:11833 */
-  fra.me.REG[2] = fra.me.REG[6];
-  /* ./parser//parser.nit:11834 */
+  /* parser/parser.nit:12254 */
+  fra.me.REG[3] = NEW_AInitExpr_parser___parser_prod___AInitExpr___init_ainitexpr(fra.me.REG[5], fra.me.REG[4], fra.me.REG[3]);
+  /* parser/parser.nit:12259 */
+  fra.me.REG[2] = fra.me.REG[3];
+  /* parser/parser.nit:12260 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11834);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12260);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33190,14 +34252,14 @@ void parser___ReduceAction693___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction706___action(val_t p0, val_t p1){
+void parser___ReduceAction716___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11839;
-  fra.me.meth = LOCATE_parser___ReduceAction706___action;
+  fra.me.line = 12265;
+  fra.me.meth = LOCATE_parser___ReduceAction716___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -33207,21 +34269,21 @@ void parser___ReduceAction706___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11841 */
+  /* parser/parser.nit:12267 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11842 */
+  /* parser/parser.nit:12268 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11843 */
+  /* parser/parser.nit:12269 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11844 */
+  /* parser/parser.nit:12270 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11846 */
+  /* parser/parser.nit:12272 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11847 */
+  /* parser/parser.nit:12273 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11847);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12273);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33229,14 +34291,14 @@ void parser___ReduceAction706___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction707___action(val_t p0, val_t p1){
+void parser___ReduceAction717___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 11852;
-  fra.me.meth = LOCATE_parser___ReduceAction707___action;
+  fra.me.line = 12278;
+  fra.me.meth = LOCATE_parser___ReduceAction717___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 4;
   fra.me.nitni_local_ref_head = NULL;
@@ -33246,17 +34308,17 @@ void parser___ReduceAction707___action(val_t p0, val_t p1){
   fra.me.REG[3] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11854 */
+  /* parser/parser.nit:12280 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11855 */
+  /* parser/parser.nit:12281 */
   fra.me.REG[3] = NEW_AImplicitSelfExpr_parser___parser_prod___AImplicitSelfExpr___init_aimplicitselfexpr();
-  /* ./parser//parser.nit:11857 */
+  /* parser/parser.nit:12282 */
   fra.me.REG[2] = fra.me.REG[3];
-  /* ./parser//parser.nit:11858 */
+  /* parser/parser.nit:12283 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11858);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12283);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33264,15 +34326,15 @@ void parser___ReduceAction707___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction714___action(val_t p0, val_t p1){
+void parser___ReduceAction724___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11863;
-  fra.me.meth = LOCATE_parser___ReduceAction714___action;
+  fra.me.line = 12288;
+  fra.me.meth = LOCATE_parser___ReduceAction724___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33283,13 +34345,13 @@ void parser___ReduceAction714___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11865 */
+  /* parser/parser.nit:12290 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11866 */
+  /* parser/parser.nit:12291 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11867 */
+  /* parser/parser.nit:12292 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11869 */
+  /* parser/parser.nit:12294 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33304,16 +34366,16 @@ void parser___ReduceAction714___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11870 */
+    /* parser/parser.nit:12295 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11872 */
+  /* parser/parser.nit:12297 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11873 */
+  /* parser/parser.nit:12298 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11873);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12298);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33321,15 +34383,15 @@ void parser___ReduceAction714___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction715___action(val_t p0, val_t p1){
+void parser___ReduceAction725___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11878;
-  fra.me.meth = LOCATE_parser___ReduceAction715___action;
+  fra.me.line = 12303;
+  fra.me.meth = LOCATE_parser___ReduceAction725___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33341,24 +34403,24 @@ void parser___ReduceAction715___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11880 */
+  /* parser/parser.nit:12305 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11881 */
+  /* parser/parser.nit:12306 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11882 */
+  /* parser/parser.nit:12307 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11883 */
+  /* parser/parser.nit:12308 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11885 */
+  /* parser/parser.nit:12310 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11885);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12310);
   }
-  /* ./parser//parser.nit:11887 */
+  /* parser/parser.nit:12312 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11888 */
+  /* parser/parser.nit:12313 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33373,16 +34435,16 @@ void parser___ReduceAction715___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11889 */
+    /* parser/parser.nit:12314 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11891 */
+  /* parser/parser.nit:12316 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11892 */
+  /* parser/parser.nit:12317 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11892);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12317);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33390,15 +34452,15 @@ void parser___ReduceAction715___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction716___action(val_t p0, val_t p1){
+void parser___ReduceAction726___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11897;
-  fra.me.meth = LOCATE_parser___ReduceAction716___action;
+  fra.me.line = 12322;
+  fra.me.meth = LOCATE_parser___ReduceAction726___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33409,13 +34471,13 @@ void parser___ReduceAction716___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11899 */
+  /* parser/parser.nit:12324 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11900 */
+  /* parser/parser.nit:12325 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11901 */
+  /* parser/parser.nit:12326 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11903 */
+  /* parser/parser.nit:12328 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33430,16 +34492,16 @@ void parser___ReduceAction716___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11904 */
+    /* parser/parser.nit:12329 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11906 */
+  /* parser/parser.nit:12331 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11907 */
+  /* parser/parser.nit:12332 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11907);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12332);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33447,15 +34509,15 @@ void parser___ReduceAction716___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction717___action(val_t p0, val_t p1){
+void parser___ReduceAction727___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11912;
-  fra.me.meth = LOCATE_parser___ReduceAction717___action;
+  fra.me.line = 12337;
+  fra.me.meth = LOCATE_parser___ReduceAction727___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33467,24 +34529,24 @@ void parser___ReduceAction717___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11914 */
+  /* parser/parser.nit:12339 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11915 */
+  /* parser/parser.nit:12340 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11916 */
+  /* parser/parser.nit:12341 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11917 */
+  /* parser/parser.nit:12342 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11919 */
+  /* parser/parser.nit:12344 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11919);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12344);
   }
-  /* ./parser//parser.nit:11921 */
+  /* parser/parser.nit:12346 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11922 */
+  /* parser/parser.nit:12347 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33499,16 +34561,16 @@ void parser___ReduceAction717___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11923 */
+    /* parser/parser.nit:12348 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11925 */
+  /* parser/parser.nit:12350 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11926 */
+  /* parser/parser.nit:12351 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11926);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12351);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33516,15 +34578,15 @@ void parser___ReduceAction717___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction718___action(val_t p0, val_t p1){
+void parser___ReduceAction728___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11931;
-  fra.me.meth = LOCATE_parser___ReduceAction718___action;
+  fra.me.line = 12356;
+  fra.me.meth = LOCATE_parser___ReduceAction728___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33535,13 +34597,13 @@ void parser___ReduceAction718___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11933 */
+  /* parser/parser.nit:12358 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11934 */
+  /* parser/parser.nit:12359 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11935 */
+  /* parser/parser.nit:12360 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11937 */
+  /* parser/parser.nit:12362 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33556,16 +34618,16 @@ void parser___ReduceAction718___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11938 */
+    /* parser/parser.nit:12363 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11940 */
+  /* parser/parser.nit:12365 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11941 */
+  /* parser/parser.nit:12366 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11941);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12366);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33573,15 +34635,15 @@ void parser___ReduceAction718___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction719___action(val_t p0, val_t p1){
+void parser___ReduceAction729___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11946;
-  fra.me.meth = LOCATE_parser___ReduceAction719___action;
+  fra.me.line = 12371;
+  fra.me.meth = LOCATE_parser___ReduceAction729___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33593,24 +34655,24 @@ void parser___ReduceAction719___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11948 */
+  /* parser/parser.nit:12373 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11949 */
+  /* parser/parser.nit:12374 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11950 */
+  /* parser/parser.nit:12375 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11951 */
+  /* parser/parser.nit:12376 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11953 */
+  /* parser/parser.nit:12378 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11953);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12378);
   }
-  /* ./parser//parser.nit:11955 */
+  /* parser/parser.nit:12380 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11956 */
+  /* parser/parser.nit:12381 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33625,16 +34687,16 @@ void parser___ReduceAction719___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11957 */
+    /* parser/parser.nit:12382 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11959 */
+  /* parser/parser.nit:12384 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11960 */
+  /* parser/parser.nit:12385 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11960);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12385);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33642,15 +34704,15 @@ void parser___ReduceAction719___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction720___action(val_t p0, val_t p1){
+void parser___ReduceAction730___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11965;
-  fra.me.meth = LOCATE_parser___ReduceAction720___action;
+  fra.me.line = 12390;
+  fra.me.meth = LOCATE_parser___ReduceAction730___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33661,13 +34723,13 @@ void parser___ReduceAction720___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11967 */
+  /* parser/parser.nit:12392 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11968 */
+  /* parser/parser.nit:12393 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11969 */
+  /* parser/parser.nit:12394 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11971 */
+  /* parser/parser.nit:12396 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33682,16 +34744,16 @@ void parser___ReduceAction720___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11972 */
+    /* parser/parser.nit:12397 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11974 */
+  /* parser/parser.nit:12399 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:11975 */
+  /* parser/parser.nit:12400 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11975);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12400);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33699,15 +34761,15 @@ void parser___ReduceAction720___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction721___action(val_t p0, val_t p1){
+void parser___ReduceAction731___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 11980;
-  fra.me.meth = LOCATE_parser___ReduceAction721___action;
+  fra.me.line = 12405;
+  fra.me.meth = LOCATE_parser___ReduceAction731___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33719,24 +34781,24 @@ void parser___ReduceAction721___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:11982 */
+  /* parser/parser.nit:12407 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:11983 */
+  /* parser/parser.nit:12408 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11984 */
+  /* parser/parser.nit:12409 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:11985 */
+  /* parser/parser.nit:12410 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:11987 */
+  /* parser/parser.nit:12412 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 11987);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12412);
   }
-  /* ./parser//parser.nit:11989 */
+  /* parser/parser.nit:12414 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:11990 */
+  /* parser/parser.nit:12415 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33751,16 +34813,16 @@ void parser___ReduceAction721___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:11991 */
+    /* parser/parser.nit:12416 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:11993 */
+  /* parser/parser.nit:12418 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:11994 */
+  /* parser/parser.nit:12419 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 11994);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12419);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33768,15 +34830,15 @@ void parser___ReduceAction721___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction724___action(val_t p0, val_t p1){
+void parser___ReduceAction734___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 11999;
-  fra.me.meth = LOCATE_parser___ReduceAction724___action;
+  fra.me.line = 12424;
+  fra.me.meth = LOCATE_parser___ReduceAction734___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33787,13 +34849,13 @@ void parser___ReduceAction724___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12001 */
+  /* parser/parser.nit:12426 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12002 */
+  /* parser/parser.nit:12427 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12003 */
+  /* parser/parser.nit:12428 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12005 */
+  /* parser/parser.nit:12430 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33808,16 +34870,16 @@ void parser___ReduceAction724___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12006 */
+    /* parser/parser.nit:12431 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12008 */
+  /* parser/parser.nit:12433 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12009 */
+  /* parser/parser.nit:12434 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12009);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12434);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33825,15 +34887,15 @@ void parser___ReduceAction724___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction725___action(val_t p0, val_t p1){
+void parser___ReduceAction735___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12014;
-  fra.me.meth = LOCATE_parser___ReduceAction725___action;
+  fra.me.line = 12439;
+  fra.me.meth = LOCATE_parser___ReduceAction735___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33845,24 +34907,24 @@ void parser___ReduceAction725___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12016 */
+  /* parser/parser.nit:12441 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12017 */
+  /* parser/parser.nit:12442 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12018 */
+  /* parser/parser.nit:12443 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12019 */
+  /* parser/parser.nit:12444 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12021 */
+  /* parser/parser.nit:12446 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12021);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12446);
   }
-  /* ./parser//parser.nit:12023 */
+  /* parser/parser.nit:12448 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12024 */
+  /* parser/parser.nit:12449 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33877,16 +34939,16 @@ void parser___ReduceAction725___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12025 */
+    /* parser/parser.nit:12450 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12027 */
+  /* parser/parser.nit:12452 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12028 */
+  /* parser/parser.nit:12453 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12028);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12453);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33894,15 +34956,15 @@ void parser___ReduceAction725___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction726___action(val_t p0, val_t p1){
+void parser___ReduceAction736___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12033;
-  fra.me.meth = LOCATE_parser___ReduceAction726___action;
+  fra.me.line = 12458;
+  fra.me.meth = LOCATE_parser___ReduceAction736___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -33913,13 +34975,13 @@ void parser___ReduceAction726___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12035 */
+  /* parser/parser.nit:12460 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12036 */
+  /* parser/parser.nit:12461 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12037 */
+  /* parser/parser.nit:12462 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12039 */
+  /* parser/parser.nit:12464 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -33934,16 +34996,16 @@ void parser___ReduceAction726___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12040 */
+    /* parser/parser.nit:12465 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12042 */
+  /* parser/parser.nit:12467 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12043 */
+  /* parser/parser.nit:12468 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12043);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12468);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -33951,15 +35013,15 @@ void parser___ReduceAction726___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction727___action(val_t p0, val_t p1){
+void parser___ReduceAction737___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12048;
-  fra.me.meth = LOCATE_parser___ReduceAction727___action;
+  fra.me.line = 12473;
+  fra.me.meth = LOCATE_parser___ReduceAction737___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -33971,24 +35033,24 @@ void parser___ReduceAction727___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12050 */
+  /* parser/parser.nit:12475 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12051 */
+  /* parser/parser.nit:12476 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12052 */
+  /* parser/parser.nit:12477 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12053 */
+  /* parser/parser.nit:12478 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12055 */
+  /* parser/parser.nit:12480 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12055);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12480);
   }
-  /* ./parser//parser.nit:12057 */
+  /* parser/parser.nit:12482 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12058 */
+  /* parser/parser.nit:12483 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34003,16 +35065,16 @@ void parser___ReduceAction727___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12059 */
+    /* parser/parser.nit:12484 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12061 */
+  /* parser/parser.nit:12486 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12062 */
+  /* parser/parser.nit:12487 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12062);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12487);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34020,15 +35082,15 @@ void parser___ReduceAction727___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction728___action(val_t p0, val_t p1){
+void parser___ReduceAction738___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12067;
-  fra.me.meth = LOCATE_parser___ReduceAction728___action;
+  fra.me.line = 12492;
+  fra.me.meth = LOCATE_parser___ReduceAction738___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -34039,13 +35101,13 @@ void parser___ReduceAction728___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12069 */
+  /* parser/parser.nit:12494 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12070 */
+  /* parser/parser.nit:12495 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12071 */
+  /* parser/parser.nit:12496 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12073 */
+  /* parser/parser.nit:12498 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34060,16 +35122,16 @@ void parser___ReduceAction728___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12074 */
+    /* parser/parser.nit:12499 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12076 */
+  /* parser/parser.nit:12501 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12077 */
+  /* parser/parser.nit:12502 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12077);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12502);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34077,15 +35139,15 @@ void parser___ReduceAction728___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction729___action(val_t p0, val_t p1){
+void parser___ReduceAction739___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12082;
-  fra.me.meth = LOCATE_parser___ReduceAction729___action;
+  fra.me.line = 12507;
+  fra.me.meth = LOCATE_parser___ReduceAction739___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34097,24 +35159,24 @@ void parser___ReduceAction729___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12084 */
+  /* parser/parser.nit:12509 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12085 */
+  /* parser/parser.nit:12510 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12086 */
+  /* parser/parser.nit:12511 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12087 */
+  /* parser/parser.nit:12512 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12089 */
+  /* parser/parser.nit:12514 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12089);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12514);
   }
-  /* ./parser//parser.nit:12091 */
+  /* parser/parser.nit:12516 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12092 */
+  /* parser/parser.nit:12517 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34129,16 +35191,16 @@ void parser___ReduceAction729___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12093 */
+    /* parser/parser.nit:12518 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12095 */
+  /* parser/parser.nit:12520 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12096 */
+  /* parser/parser.nit:12521 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12096);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12521);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34146,15 +35208,15 @@ void parser___ReduceAction729___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction730___action(val_t p0, val_t p1){
+void parser___ReduceAction740___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12101;
-  fra.me.meth = LOCATE_parser___ReduceAction730___action;
+  fra.me.line = 12526;
+  fra.me.meth = LOCATE_parser___ReduceAction740___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -34165,13 +35227,13 @@ void parser___ReduceAction730___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12103 */
+  /* parser/parser.nit:12528 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12104 */
+  /* parser/parser.nit:12529 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12105 */
+  /* parser/parser.nit:12530 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12107 */
+  /* parser/parser.nit:12532 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34186,16 +35248,16 @@ void parser___ReduceAction730___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12108 */
+    /* parser/parser.nit:12533 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12110 */
+  /* parser/parser.nit:12535 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12111 */
+  /* parser/parser.nit:12536 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12111);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12536);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34203,15 +35265,15 @@ void parser___ReduceAction730___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction731___action(val_t p0, val_t p1){
+void parser___ReduceAction741___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12116;
-  fra.me.meth = LOCATE_parser___ReduceAction731___action;
+  fra.me.line = 12541;
+  fra.me.meth = LOCATE_parser___ReduceAction741___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34223,24 +35285,24 @@ void parser___ReduceAction731___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12118 */
+  /* parser/parser.nit:12543 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12119 */
+  /* parser/parser.nit:12544 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12120 */
+  /* parser/parser.nit:12545 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12121 */
+  /* parser/parser.nit:12546 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12123 */
+  /* parser/parser.nit:12548 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12123);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12548);
   }
-  /* ./parser//parser.nit:12125 */
+  /* parser/parser.nit:12550 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12126 */
+  /* parser/parser.nit:12551 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34255,16 +35317,16 @@ void parser___ReduceAction731___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12127 */
+    /* parser/parser.nit:12552 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12129 */
+  /* parser/parser.nit:12554 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12130 */
+  /* parser/parser.nit:12555 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12130);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12555);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34272,15 +35334,15 @@ void parser___ReduceAction731___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction733___action(val_t p0, val_t p1){
+void parser___ReduceAction743___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12135;
-  fra.me.meth = LOCATE_parser___ReduceAction733___action;
+  fra.me.line = 12560;
+  fra.me.meth = LOCATE_parser___ReduceAction743___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34292,24 +35354,24 @@ void parser___ReduceAction733___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12137 */
+  /* parser/parser.nit:12562 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12138 */
+  /* parser/parser.nit:12563 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12139 */
+  /* parser/parser.nit:12564 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12140 */
+  /* parser/parser.nit:12565 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12142 */
+  /* parser/parser.nit:12567 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12142);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12567);
   }
-  /* ./parser//parser.nit:12144 */
+  /* parser/parser.nit:12569 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12145 */
+  /* parser/parser.nit:12570 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34324,16 +35386,16 @@ void parser___ReduceAction733___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12146 */
+    /* parser/parser.nit:12571 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12148 */
+  /* parser/parser.nit:12573 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12149 */
+  /* parser/parser.nit:12574 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12149);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12574);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34341,44 +35403,32 @@ void parser___ReduceAction733___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction735___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
+void parser___ReduceAction744___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12154;
-  fra.me.meth = LOCATE_parser___ReduceAction735___action;
+  fra.me.line = 12579;
+  fra.me.meth = LOCATE_parser___ReduceAction744___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 6;
+  fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12156 */
+  /* parser/parser.nit:12581 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12157 */
+  /* parser/parser.nit:12582 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12158 */
-  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12159 */
-  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12161 */
-  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12161);
-  }
-  /* ./parser//parser.nit:12163 */
-  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
-  fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12164 */
+  /* parser/parser.nit:12583 */
+  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:12585 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34393,16 +35443,16 @@ void parser___ReduceAction735___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12165 */
-    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
+    /* parser/parser.nit:12586 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12167 */
-  fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12168 */
+  /* parser/parser.nit:12588 */
+  fra.me.REG[2] = fra.me.REG[4];
+  /* parser/parser.nit:12589 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12168);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12589);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34410,46 +35460,68 @@ void parser___ReduceAction735___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction736___action(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[4];} fra;
+void parser___ReduceAction745___action(val_t p0, val_t p1){
+  struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12173;
-  fra.me.meth = LOCATE_parser___ReduceAction736___action;
+  fra.me.line = 12594;
+  fra.me.meth = LOCATE_parser___ReduceAction745___action;
   fra.me.has_broke = 0;
-  fra.me.REG_size = 5;
+  fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
   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;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12175 */
+  /* parser/parser.nit:12596 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12176 */
+  /* parser/parser.nit:12597 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12177 */
-  fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12179 */
-  REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
+  /* parser/parser.nit:12598 */
+  fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
+  /* parser/parser.nit:12599 */
+  fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
+  /* parser/parser.nit:12601 */
+  REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12179);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12601);
   }
-  /* ./parser//parser.nit:12180 */
-  fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[4], fra.me.REG[3]);
-  fra.me.REG[4] = fra.me.REG[3];
-  /* ./parser//parser.nit:12181 */
-  fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12182 */
+  /* parser/parser.nit:12603 */
+  fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
+  fra.me.REG[5] = fra.me.REG[4];
+  /* parser/parser.nit:12604 */
+  REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+  if (UNTAG_Bool(REGB0)) {
+  } else {
+    REGB1 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
+    if (UNTAG_Bool(REGB1)) {
+      REGB1 = TAG_Bool(false);
+      REGB0 = REGB1;
+    } else {
+      REGB1 = CALL_standard___kernel___Object_____eqeq(fra.me.REG[3])(fra.me.REG[3], NIT_NULL);
+      REGB0 = REGB1;
+    }
+  }
+  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
+  if (UNTAG_Bool(REGB0)) {
+    /* parser/parser.nit:12605 */
+    CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
+  }
+  /* parser/parser.nit:12607 */
+  fra.me.REG[2] = fra.me.REG[5];
+  /* parser/parser.nit:12608 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12182);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12608);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34457,14 +35529,14 @@ void parser___ReduceAction736___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction737___action(val_t p0, val_t p1){
+void parser___ReduceAction747___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} fra;
   val_t REGB0;
   val_t tmp;
   fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
   fra.me.file = LOCATE_parser;
-  fra.me.line = 12187;
-  fra.me.meth = LOCATE_parser___ReduceAction737___action;
+  fra.me.line = 12613;
+  fra.me.meth = LOCATE_parser___ReduceAction747___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34476,39 +35548,39 @@ void parser___ReduceAction737___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12189 */
+  /* parser/parser.nit:12615 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12190 */
+  /* parser/parser.nit:12616 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12191 */
+  /* parser/parser.nit:12617 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12192 */
+  /* parser/parser.nit:12618 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12194 */
+  /* parser/parser.nit:12620 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12194);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12620);
   }
-  /* ./parser//parser.nit:12196 */
+  /* parser/parser.nit:12622 */
   REGB0 = TAG_Bool((fra.me.REG[3]!=NIT_NULL) && VAL_ISA(fra.me.REG[3], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12196);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12622);
   }
-  /* ./parser//parser.nit:12197 */
+  /* parser/parser.nit:12623 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12198 */
+  /* parser/parser.nit:12624 */
   fra.me.REG[3] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[3]);
   fra.me.REG[5] = fra.me.REG[3];
-  /* ./parser//parser.nit:12199 */
+  /* parser/parser.nit:12625 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12200 */
+  /* parser/parser.nit:12626 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12200);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12626);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34516,15 +35588,15 @@ void parser___ReduceAction737___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction741___action(val_t p0, val_t p1){
+void parser___ReduceAction751___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12205;
-  fra.me.meth = LOCATE_parser___ReduceAction741___action;
+  fra.me.line = 12631;
+  fra.me.meth = LOCATE_parser___ReduceAction751___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34536,24 +35608,24 @@ void parser___ReduceAction741___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12207 */
+  /* parser/parser.nit:12633 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12208 */
+  /* parser/parser.nit:12634 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12209 */
+  /* parser/parser.nit:12635 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12210 */
+  /* parser/parser.nit:12636 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12212 */
+  /* parser/parser.nit:12638 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12212);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12638);
   }
-  /* ./parser//parser.nit:12214 */
+  /* parser/parser.nit:12640 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12215 */
+  /* parser/parser.nit:12641 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34568,16 +35640,16 @@ void parser___ReduceAction741___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12216 */
+    /* parser/parser.nit:12642 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12218 */
+  /* parser/parser.nit:12644 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12219 */
+  /* parser/parser.nit:12645 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12219);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12645);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34585,15 +35657,15 @@ void parser___ReduceAction741___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction742___action(val_t p0, val_t p1){
+void parser___ReduceAction752___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12224;
-  fra.me.meth = LOCATE_parser___ReduceAction742___action;
+  fra.me.line = 12650;
+  fra.me.meth = LOCATE_parser___ReduceAction752___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -34604,13 +35676,13 @@ void parser___ReduceAction742___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12226 */
+  /* parser/parser.nit:12652 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12227 */
+  /* parser/parser.nit:12653 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12228 */
+  /* parser/parser.nit:12654 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12230 */
+  /* parser/parser.nit:12656 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34625,16 +35697,16 @@ void parser___ReduceAction742___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12231 */
+    /* parser/parser.nit:12657 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12233 */
+  /* parser/parser.nit:12659 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12234 */
+  /* parser/parser.nit:12660 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12234);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12660);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34642,15 +35714,15 @@ void parser___ReduceAction742___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction743___action(val_t p0, val_t p1){
+void parser___ReduceAction753___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12239;
-  fra.me.meth = LOCATE_parser___ReduceAction743___action;
+  fra.me.line = 12665;
+  fra.me.meth = LOCATE_parser___ReduceAction753___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34662,24 +35734,24 @@ void parser___ReduceAction743___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12241 */
+  /* parser/parser.nit:12667 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12242 */
+  /* parser/parser.nit:12668 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12243 */
+  /* parser/parser.nit:12669 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12244 */
+  /* parser/parser.nit:12670 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12246 */
+  /* parser/parser.nit:12672 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12246);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12672);
   }
-  /* ./parser//parser.nit:12248 */
+  /* parser/parser.nit:12674 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12249 */
+  /* parser/parser.nit:12675 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34694,16 +35766,16 @@ void parser___ReduceAction743___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12250 */
+    /* parser/parser.nit:12676 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12252 */
+  /* parser/parser.nit:12678 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12253 */
+  /* parser/parser.nit:12679 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12253);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12679);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34711,15 +35783,15 @@ void parser___ReduceAction743___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction744___action(val_t p0, val_t p1){
+void parser___ReduceAction754___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[4];} 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_parser;
-  fra.me.line = 12258;
-  fra.me.meth = LOCATE_parser___ReduceAction744___action;
+  fra.me.line = 12684;
+  fra.me.meth = LOCATE_parser___ReduceAction754___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 5;
   fra.me.nitni_local_ref_head = NULL;
@@ -34730,13 +35802,13 @@ void parser___ReduceAction744___action(val_t p0, val_t p1){
   fra.me.REG[4] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12260 */
+  /* parser/parser.nit:12686 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12261 */
+  /* parser/parser.nit:12687 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12262 */
+  /* parser/parser.nit:12688 */
   fra.me.REG[4] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12264 */
+  /* parser/parser.nit:12690 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34751,16 +35823,16 @@ void parser___ReduceAction744___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12265 */
+    /* parser/parser.nit:12691 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12267 */
+  /* parser/parser.nit:12693 */
   fra.me.REG[2] = fra.me.REG[4];
-  /* ./parser//parser.nit:12268 */
+  /* parser/parser.nit:12694 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12268);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12694);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);
@@ -34768,15 +35840,15 @@ void parser___ReduceAction744___action(val_t p0, val_t p1){
   stack_frame_head = fra.me.prev;
   return;
 }
-void parser___ReduceAction745___action(val_t p0, val_t p1){
+void parser___ReduceAction755___action(val_t p0, val_t p1){
   struct {struct stack_frame_t me; val_t MORE_REG[5];} 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_parser;
-  fra.me.line = 12273;
-  fra.me.meth = LOCATE_parser___ReduceAction745___action;
+  fra.me.line = 12699;
+  fra.me.meth = LOCATE_parser___ReduceAction755___action;
   fra.me.has_broke = 0;
   fra.me.REG_size = 6;
   fra.me.nitni_local_ref_head = NULL;
@@ -34788,24 +35860,24 @@ void parser___ReduceAction745___action(val_t p0, val_t p1){
   fra.me.REG[5] = NIT_NULL;
   fra.me.REG[0] = p0;
   fra.me.REG[1] = p1;
-  /* ./parser//parser.nit:12275 */
+  /* parser/parser.nit:12701 */
   fra.me.REG[2] = NIT_NULL;
-  /* ./parser//parser.nit:12276 */
+  /* parser/parser.nit:12702 */
   fra.me.REG[3] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12277 */
+  /* parser/parser.nit:12703 */
   fra.me.REG[4] = CALL_parser___Parser___pop(fra.me.REG[1])(fra.me.REG[1]);
-  /* ./parser//parser.nit:12278 */
+  /* parser/parser.nit:12704 */
   fra.me.REG[5] = NEW_Array_standard___collection___array___Array___init();
-  /* ./parser//parser.nit:12280 */
+  /* parser/parser.nit:12706 */
   REGB0 = TAG_Bool((fra.me.REG[4]!=NIT_NULL) && VAL_ISA(fra.me.REG[4], COLOR_standard___collection___array___Array, ID_standard___collection___array___Array)) /*cast Array[Object]*/;
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Assert failed", NULL, LOCATE_parser, 12280);
+    nit_abort("Assert failed", NULL, LOCATE_parser, 12706);
   }
-  /* ./parser//parser.nit:12282 */
+  /* parser/parser.nit:12708 */
   fra.me.REG[4] = CALL_parser___ReduceAction___concat(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[5], fra.me.REG[4]);
   fra.me.REG[5] = fra.me.REG[4];
-  /* ./parser//parser.nit:12283 */
+  /* parser/parser.nit:12709 */
   REGB0 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
@@ -34820,16 +35892,16 @@ void parser___ReduceAction745___action(val_t p0, val_t p1){
   }
   REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
   if (UNTAG_Bool(REGB0)) {
-    /* ./parser//parser.nit:12284 */
+    /* parser/parser.nit:12710 */
     CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[5])(fra.me.REG[5], fra.me.REG[3]);
   }
-  /* ./parser//parser.nit:12286 */
+  /* parser/parser.nit:12712 */
   fra.me.REG[2] = fra.me.REG[5];
-  /* ./parser//parser.nit:12287 */
+  /* parser/parser.nit:12713 */
   REGB0 = TAG_Bool(ATTR_parser___ReduceAction____goto(fra.me.REG[0])!=NIT_NULL);
   if (UNTAG_Bool(REGB0)) {
   } else {
-    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12287);
+    nit_abort("Uninitialized attribute %s", "_goto", LOCATE_parser, 12713);
   }
   REGB0 = ATTR_parser___ReduceAction____goto(fra.me.REG[0]);
   REGB0 = CALL_parser___Parser___go_to(fra.me.REG[1])(fra.me.REG[1], REGB0);