use nitg to bootstrap; drop bootstrap of nitc
[nit.git] / c_src / standard___stream._sep.c
diff --git a/c_src/standard___stream._sep.c b/c_src/standard___stream._sep.c
deleted file mode 100644 (file)
index 5125a96..0000000
+++ /dev/null
@@ -1,1606 +0,0 @@
-/* This C file is generated by NIT to compile module standard___stream. */
-#include "standard___stream._sep.h"
-static const char LOCATE_standard___stream___IOS___close[] = "stream::IOS::close";
-void standard___stream___IOS___close(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 20;
-  fra.me.meth = LOCATE_standard___stream___IOS___close;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:20 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 20);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___IStream___read_char[] = "stream::IStream::read_char";
-val_t standard___stream___IStream___read_char(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 27;
-  fra.me.meth = LOCATE_standard___stream___IStream___read_char;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:27 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 27);
-  stack_frame_head = fra.me.prev;
-  return NIT_NULL;
-}
-static const char LOCATE_standard___stream___IStream___read[] = "stream::IStream::read";
-val_t standard___stream___IStream___read(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t REGB3;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 30;
-  fra.me.meth = LOCATE_standard___stream___IStream___read;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:33 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___with_capacity(REGB0);
-  /* ../lib/standard/stream.nit:34 */
-  while(1) {
-    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:244 */
-    REGB1 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB1));
-    /* ../lib/standard/stream.nit:34 */
-    if (UNTAG_Bool(REGB1)) {
-      REGB1 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-      REGB1 = TAG_Bool(!UNTAG_Bool(REGB1));
-    } else {
-      REGB2 = TAG_Bool(0);
-      REGB1 = REGB2;
-    }
-    if (UNTAG_Bool(REGB1)) {
-      /* ../lib/standard/stream.nit:35 */
-      REGB1 = CALL_standard___stream___IStream___read_char(fra.me.REG[0])(fra.me.REG[0]);
-      /* ../lib/standard/stream.nit:36 */
-      REGB2 = TAG_Int(0);
-      REGB3 = TAG_Bool(VAL_ISA(REGB2, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
-      if (UNTAG_Bool(REGB3)) {
-      } else {
-        nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-      }
-      /* ../lib/standard/kernel.nit:243 */
-      REGB2 = TAG_Bool(UNTAG_Int(REGB1)>=UNTAG_Int(REGB2));
-      /* ../lib/standard/stream.nit:36 */
-      if (UNTAG_Bool(REGB2)) {
-        /* ../lib/standard/kernel.nit:318 */
-        REGB1 = TAG_Char(UNTAG_Int(REGB1));
-        /* ../lib/standard/stream.nit:37 */
-        CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB1);
-        /* ../lib/standard/stream.nit:38 */
-        REGB1 = TAG_Int(1);
-        /* ../lib/standard/kernel.nit:247 */
-        REGB1 = TAG_Int(UNTAG_Int(REGB0)-UNTAG_Int(REGB1));
-        /* ../lib/standard/stream.nit:38 */
-        REGB0 = REGB1;
-      }
-    } else {
-      /* ../lib/standard/stream.nit:34 */
-      goto label1;
-    }
-  }
-  label1: while(0);
-  /* ../lib/standard/stream.nit:41 */
-  fra.me.REG[1] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-  goto label2;
-  label2: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[1];
-}
-static const char LOCATE_standard___stream___IStream___read_line[] = "stream::IStream::read_line";
-val_t standard___stream___IStream___read_line(val_t p0){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 44;
-  fra.me.meth = LOCATE_standard___stream___IStream___read_line;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  /* ../lib/standard/stream.nit:47 */
-  REGB0 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_standard___stream, 47);
-  }
-  /* ../lib/standard/stream.nit:48 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___init();
-  /* ../lib/standard/stream.nit:49 */
-  CALL_standard___stream___IStream___append_line_to(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]);
-  /* ../lib/standard/stream.nit:50 */
-  fra.me.REG[1] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-  goto label1;
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[1];
-}
-static const char LOCATE_standard___stream___IStream___read_all[] = "stream::IStream::read_all";
-val_t standard___stream___IStream___read_all(val_t p0){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 53;
-  fra.me.meth = LOCATE_standard___stream___IStream___read_all;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  /* ../lib/standard/stream.nit:56 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___init();
-  /* ../lib/standard/stream.nit:57 */
-  while(1) {
-    REGB0 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-    REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
-    if (UNTAG_Bool(REGB0)) {
-      /* ../lib/standard/stream.nit:58 */
-      REGB0 = CALL_standard___stream___IStream___read_char(fra.me.REG[0])(fra.me.REG[0]);
-      /* ../lib/standard/stream.nit:59 */
-      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:243 */
-      REGB1 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB1));
-      /* ../lib/standard/stream.nit:59 */
-      if (UNTAG_Bool(REGB1)) {
-        /* ../lib/standard/kernel.nit:318 */
-        REGB0 = TAG_Char(UNTAG_Int(REGB0));
-        /* ../lib/standard/stream.nit:59 */
-        CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB0);
-      }
-    } else {
-      /* ../lib/standard/stream.nit:57 */
-      goto label1;
-    }
-  }
-  label1: while(0);
-  /* ../lib/standard/stream.nit:61 */
-  fra.me.REG[1] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-  goto label2;
-  label2: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[1];
-}
-static const char LOCATE_standard___stream___IStream___append_line_to[] = "stream::IStream::append_line_to";
-void standard___stream___IStream___append_line_to(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 64;
-  fra.me.meth = LOCATE_standard___stream___IStream___append_line_to;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  fra.me.REG[1] = p1;
-  /* ../lib/standard/stream.nit:67 */
-  while(1) {
-    /* ../lib/standard/stream.nit:68 */
-    REGB0 = CALL_standard___stream___IStream___read_char(fra.me.REG[0])(fra.me.REG[0]);
-    /* ../lib/standard/stream.nit:69 */
-    REGB1 = TAG_Int(1);
-    /* ../lib/standard/kernel.nit:246 */
-    REGB1 = TAG_Int(-UNTAG_Int(REGB1));
-    /* ../lib/standard/stream.nit:69 */
-    REGB2 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB1));
-    if (UNTAG_Bool(REGB2)) {
-    } else {
-      /* ../lib/standard/kernel.nit:237 */
-      REGB1 = TAG_Bool((REGB0)==(REGB1));
-      /* ../lib/standard/stream.nit:69 */
-      REGB2 = REGB1;
-    }
-    if (UNTAG_Bool(REGB2)) {
-      /* ../lib/standard/stream.nit:70 */
-      REGB2 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-      if (UNTAG_Bool(REGB2)) {
-        goto label1;
-      }
-    } else {
-      /* ../lib/standard/kernel.nit:318 */
-      REGB0 = TAG_Char(UNTAG_Int(REGB0));
-      /* ../lib/standard/stream.nit:73 */
-      CALL_standard___collection___abstract_collection___Sequence___push(fra.me.REG[1])(fra.me.REG[1], REGB0);
-      /* ../lib/standard/stream.nit:74 */
-      REGB2 = TAG_Char('\n');
-      REGB1 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB2));
-      if (UNTAG_Bool(REGB1)) {
-      } else {
-        /* ../lib/standard/kernel.nit:434 */
-        REGB2 = TAG_Bool((REGB0)==(REGB2));
-        /* ../lib/standard/stream.nit:74 */
-        REGB1 = REGB2;
-      }
-      if (UNTAG_Bool(REGB1)) {
-        goto label1;
-      }
-    }
-  }
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___IStream___eof[] = "stream::IStream::eof";
-val_t standard___stream___IStream___eof(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 79;
-  fra.me.meth = LOCATE_standard___stream___IStream___eof;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:79 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 79);
-  stack_frame_head = fra.me.prev;
-  return NIT_NULL;
-}
-static const char LOCATE_standard___stream___OStream___write[] = "stream::OStream::write";
-void standard___stream___OStream___write(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 86;
-  fra.me.meth = LOCATE_standard___stream___OStream___write;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:86 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 86);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___OStream___is_writable[] = "stream::OStream::is_writable";
-val_t standard___stream___OStream___is_writable(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 89;
-  fra.me.meth = LOCATE_standard___stream___OStream___is_writable;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:89 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 89);
-  stack_frame_head = fra.me.prev;
-  return NIT_NULL;
-}
-static const char LOCATE_standard___stream___BufferedIStream___read_char[] = "stream::BufferedIStream::(stream::IStream::read_char)";
-val_t standard___stream___BufferedIStream___read_char(val_t p0){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t REGB3;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 96;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___read_char;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  /* ../lib/standard/stream.nit:98 */
-  REGB0 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-  REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Assert failed", NULL, LOCATE_standard___stream, 98);
-  }
-  /* ../lib/standard/stream.nit:99 */
-  REGB0 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 99);
-  }
-  REGB0 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  fra.me.REG[1] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-  REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-    nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 99);
-  }
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-  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:243 */
-  REGB1 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB1));
-  /* ../lib/standard/stream.nit:99 */
-  if (UNTAG_Bool(REGB1)) {
-    /* ../lib/standard/stream.nit:100 */
-    CALL_standard___stream___BufferedIStream___fill_buffer(fra.me.REG[0])(fra.me.REG[0]);
-  }
-  /* ../lib/standard/stream.nit:102 */
-  REGB1 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 102);
-  }
-  REGB1 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  fra.me.REG[1] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-  REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-    nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 102);
-  }
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB0 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB0 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-  REGB2 = TAG_Bool(VAL_ISA(REGB0, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
-  if (UNTAG_Bool(REGB2)) {
-  } else {
-    nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-  }
-  /* ../lib/standard/kernel.nit:243 */
-  REGB0 = TAG_Bool(UNTAG_Int(REGB1)>=UNTAG_Int(REGB0));
-  /* ../lib/standard/stream.nit:102 */
-  if (UNTAG_Bool(REGB0)) {
-    /* ../lib/standard/stream.nit:103 */
-    REGB0 = TAG_Int(1);
-    /* ../lib/standard/kernel.nit:246 */
-    REGB0 = TAG_Int(-UNTAG_Int(REGB0));
-    /* ../lib/standard/stream.nit:103 */
-    goto label1;
-  }
-  /* ../lib/standard/stream.nit:105 */
-  fra.me.REG[1] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-  REGB1 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 105);
-  }
-  REGB1 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  REGB2 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
-  if (UNTAG_Bool(REGB2)) {
-    nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 105);
-  }
-  REGB1 = CALL_standard___collection___abstract_collection___SequenceRead_____bra(fra.me.REG[1])(fra.me.REG[1], REGB1);
-  /* ../lib/standard/stream.nit:106 */
-  REGB2 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  REGB3 = TAG_Int(1);
-  /* ../lib/standard/kernel.nit:245 */
-  REGB3 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB3));
-  /* ../lib/standard/stream.nit:106 */
-  ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB3;
-  /* ../lib/standard/kernel.nit:471 */
-  REGB1 = TAG_Int((unsigned char)UNTAG_Char(REGB1));
-  /* ../lib/standard/stream.nit:107 */
-  REGB0 = REGB1;
-  goto label1;
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___BufferedIStream___read[] = "stream::BufferedIStream::(stream::IStream::read)";
-val_t standard___stream___BufferedIStream___read(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[3];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t REGB3;
-  val_t REGB4;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 110;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___read;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:112 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___with_capacity(REGB0);
-  /* ../lib/standard/stream.nit:113 */
-  REGB1 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 113);
-  }
-  REGB1 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  /* ../lib/standard/stream.nit:114 */
-  fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-  REGB2 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-  if (UNTAG_Bool(REGB2)) {
-    nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 114);
-  }
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB2 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
-  if (UNTAG_Bool(REGB2)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB2 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2]);
-  /* ../lib/standard/stream.nit:115 */
-  while(1) {
-    REGB3 = TAG_Int(0);
-    REGB4 = TAG_Bool(VAL_ISA(REGB3, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
-    if (UNTAG_Bool(REGB4)) {
-    } else {
-      nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-    }
-    /* ../lib/standard/kernel.nit:244 */
-    REGB3 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB3));
-    /* ../lib/standard/stream.nit:115 */
-    if (UNTAG_Bool(REGB3)) {
-      REGB3 = TAG_Bool(VAL_ISA(REGB2, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
-      if (UNTAG_Bool(REGB3)) {
-      } else {
-        nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-      }
-      /* ../lib/standard/kernel.nit:243 */
-      REGB3 = TAG_Bool(UNTAG_Int(REGB1)>=UNTAG_Int(REGB2));
-      /* ../lib/standard/stream.nit:116 */
-      if (UNTAG_Bool(REGB3)) {
-        /* ../lib/standard/stream.nit:117 */
-        CALL_standard___stream___BufferedIStream___fill_buffer(fra.me.REG[0])(fra.me.REG[0]);
-        /* ../lib/standard/stream.nit:118 */
-        REGB3 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-        if (UNTAG_Bool(REGB3)) {
-          fra.me.REG[2] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-          goto label1;
-        }
-        /* ../lib/standard/stream.nit:119 */
-        REGB3 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-        if (UNTAG_Bool(REGB3)) {
-        } else {
-          nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 119);
-        }
-        REGB3 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-        REGB1 = REGB3;
-        /* ../lib/standard/stream.nit:120 */
-        fra.me.REG[3] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-        REGB3 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
-        if (UNTAG_Bool(REGB3)) {
-          nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 120);
-        }
-        /* ../lib/standard/collection/array.nit:24 */
-        REGB3 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[3])!=NIT_NULL);
-        if (UNTAG_Bool(REGB3)) {
-        } else {
-          nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-        }
-        REGB3 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[3]);
-        /* ../lib/standard/stream.nit:120 */
-        REGB2 = REGB3;
-      }
-      /* ../lib/standard/stream.nit:122 */
-      while(1) {
-        REGB3 = TAG_Bool(VAL_ISA(REGB2, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
-        if (UNTAG_Bool(REGB3)) {
-        } else {
-          nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-        }
-        /* ../lib/standard/kernel.nit:242 */
-        REGB3 = TAG_Bool(UNTAG_Int(REGB1)<UNTAG_Int(REGB2));
-        /* ../lib/standard/stream.nit:122 */
-        if (UNTAG_Bool(REGB3)) {
-          REGB3 = TAG_Int(0);
-          REGB4 = TAG_Bool(VAL_ISA(REGB3, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
-          if (UNTAG_Bool(REGB4)) {
-          } else {
-            nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-          }
-          /* ../lib/standard/kernel.nit:244 */
-          REGB3 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB3));
-        } else {
-          /* ../lib/standard/stream.nit:122 */
-          REGB4 = TAG_Bool(0);
-          REGB3 = REGB4;
-        }
-        if (UNTAG_Bool(REGB3)) {
-          /* ../lib/standard/stream.nit:123 */
-          fra.me.REG[3] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-          REGB3 = TAG_Bool(fra.me.REG[3]==NIT_NULL);
-          if (UNTAG_Bool(REGB3)) {
-            nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 123);
-          }
-          REGB3 = CALL_standard___collection___abstract_collection___SequenceRead_____bra(fra.me.REG[3])(fra.me.REG[3], REGB1);
-          CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB3);
-          /* ../lib/standard/stream.nit:124 */
-          REGB3 = TAG_Int(1);
-          /* ../lib/standard/kernel.nit:245 */
-          REGB3 = TAG_Int(UNTAG_Int(REGB1)+UNTAG_Int(REGB3));
-          /* ../lib/standard/stream.nit:124 */
-          REGB1 = REGB3;
-          /* ../lib/standard/stream.nit:125 */
-          REGB3 = TAG_Int(1);
-          /* ../lib/standard/kernel.nit:247 */
-          REGB3 = TAG_Int(UNTAG_Int(REGB0)-UNTAG_Int(REGB3));
-          /* ../lib/standard/stream.nit:125 */
-          REGB0 = REGB3;
-        } else {
-          /* ../lib/standard/stream.nit:122 */
-          goto label2;
-        }
-      }
-      label2: while(0);
-    } else {
-      /* ../lib/standard/stream.nit:115 */
-      goto label3;
-    }
-  }
-  label3: while(0);
-  /* ../lib/standard/stream.nit:128 */
-  ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB1;
-  /* ../lib/standard/stream.nit:129 */
-  fra.me.REG[1] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-  fra.me.REG[2] = fra.me.REG[1];
-  goto label1;
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[2];
-}
-static const char LOCATE_standard___stream___BufferedIStream___read_all[] = "stream::BufferedIStream::(stream::IStream::read_all)";
-val_t standard___stream___BufferedIStream___read_all(val_t p0){
-  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 132;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___read_all;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 3;
-  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[0] = p0;
-  /* ../lib/standard/stream.nit:134 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___init();
-  /* ../lib/standard/stream.nit:135 */
-  while(1) {
-    REGB0 = CALL_standard___stream___IStream___eof(fra.me.REG[0])(fra.me.REG[0]);
-    REGB0 = TAG_Bool(!UNTAG_Bool(REGB0));
-    if (UNTAG_Bool(REGB0)) {
-      /* ../lib/standard/stream.nit:136 */
-      REGB0 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-      if (UNTAG_Bool(REGB0)) {
-      } else {
-        nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 136);
-      }
-      REGB0 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-      /* ../lib/standard/stream.nit:137 */
-      fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-      REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-      if (UNTAG_Bool(REGB1)) {
-        nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 137);
-      }
-      /* ../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 {
-        nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-      }
-      REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2]);
-      /* ../lib/standard/stream.nit:138 */
-      while(1) {
-        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:242 */
-        REGB2 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
-        /* ../lib/standard/stream.nit:138 */
-        if (UNTAG_Bool(REGB2)) {
-          /* ../lib/standard/stream.nit:139 */
-          fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-          REGB2 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-          if (UNTAG_Bool(REGB2)) {
-            nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 139);
-          }
-          REGB2 = CALL_standard___collection___abstract_collection___SequenceRead_____bra(fra.me.REG[2])(fra.me.REG[2], REGB0);
-          CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB2);
-          /* ../lib/standard/stream.nit:140 */
-          REGB2 = TAG_Int(1);
-          /* ../lib/standard/kernel.nit:245 */
-          REGB2 = TAG_Int(UNTAG_Int(REGB0)+UNTAG_Int(REGB2));
-          /* ../lib/standard/stream.nit:140 */
-          REGB0 = REGB2;
-        } else {
-          /* ../lib/standard/stream.nit:138 */
-          goto label1;
-        }
-      }
-      label1: while(0);
-      /* ../lib/standard/stream.nit:142 */
-      ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB0;
-      /* ../lib/standard/stream.nit:143 */
-      CALL_standard___stream___BufferedIStream___fill_buffer(fra.me.REG[0])(fra.me.REG[0]);
-    } else {
-      /* ../lib/standard/stream.nit:135 */
-      goto label2;
-    }
-  }
-  label2: while(0);
-  /* ../lib/standard/stream.nit:145 */
-  fra.me.REG[1] = CALL_standard___string___Object___to_s(fra.me.REG[1])(fra.me.REG[1]);
-  goto label3;
-  label3: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[1];
-}
-static const char LOCATE_standard___stream___BufferedIStream___append_line_to[] = "stream::BufferedIStream::(stream::IStream::append_line_to)";
-void standard___stream___BufferedIStream___append_line_to(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t REGB3;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 148;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___append_line_to;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 3;
-  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[0] = p0;
-  fra.me.REG[1] = p1;
-  /* ../lib/standard/stream.nit:150 */
-  while(1) {
-    /* ../lib/standard/stream.nit:152 */
-    REGB0 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-    if (UNTAG_Bool(REGB0)) {
-    } else {
-      nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 152);
-    }
-    REGB0 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-    /* ../lib/standard/stream.nit:153 */
-    while(1) {
-      fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-      REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-      if (UNTAG_Bool(REGB1)) {
-        nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 153);
-      }
-      /* ../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 {
-        nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-      }
-      REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2]);
-      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:242 */
-      REGB1 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB1));
-      /* ../lib/standard/stream.nit:153 */
-      if (UNTAG_Bool(REGB1)) {
-        fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-        REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-        if (UNTAG_Bool(REGB1)) {
-          nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 153);
-        }
-        REGB1 = CALL_standard___collection___abstract_collection___SequenceRead_____bra(fra.me.REG[2])(fra.me.REG[2], REGB0);
-        REGB2 = TAG_Char('\n');
-        REGB3 = TAG_Bool(IS_EQUAL_OO(REGB1,REGB2));
-        if (UNTAG_Bool(REGB3)) {
-        } else {
-          /* ../lib/standard/kernel.nit:434 */
-          REGB2 = TAG_Bool((REGB1)==(REGB2));
-          /* ../lib/standard/stream.nit:153 */
-          REGB3 = REGB2;
-        }
-        REGB3 = TAG_Bool(!UNTAG_Bool(REGB3));
-      } else {
-        REGB2 = TAG_Bool(0);
-        REGB3 = REGB2;
-      }
-      if (UNTAG_Bool(REGB3)) {
-        REGB3 = TAG_Int(1);
-        /* ../lib/standard/kernel.nit:245 */
-        REGB3 = TAG_Int(UNTAG_Int(REGB0)+UNTAG_Int(REGB3));
-        /* ../lib/standard/stream.nit:153 */
-        REGB0 = REGB3;
-      } else {
-        goto label1;
-      }
-    }
-    label1: while(0);
-    /* ../lib/standard/stream.nit:156 */
-    REGB3 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-    if (UNTAG_Bool(REGB3)) {
-    } else {
-      nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 156);
-    }
-    REGB3 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-    REGB2 = TAG_Bool(VAL_ISA(REGB3, 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:244 */
-    REGB3 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB3));
-    /* ../lib/standard/stream.nit:156 */
-    if (UNTAG_Bool(REGB3)) {
-      /* ../lib/standard/collection/array.nit:24 */
-      REGB3 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-      if (UNTAG_Bool(REGB3)) {
-      } else {
-        nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-      }
-      REGB3 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-      /* ../lib/standard/kernel.nit:245 */
-      REGB3 = TAG_Int(UNTAG_Int(REGB3)+UNTAG_Int(REGB0));
-      /* ../lib/standard/stream.nit:158 */
-      REGB2 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-      if (UNTAG_Bool(REGB2)) {
-      } else {
-        nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 158);
-      }
-      REGB2 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-      /* ../lib/standard/kernel.nit:247 */
-      REGB2 = TAG_Int(UNTAG_Int(REGB3)-UNTAG_Int(REGB2));
-      /* ../lib/standard/stream.nit:158 */
-      CALL_standard___collection___array___AbstractArray___enlarge(fra.me.REG[1])(fra.me.REG[1], REGB2);
-      /* ../lib/standard/stream.nit:161 */
-      REGB2 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-      if (UNTAG_Bool(REGB2)) {
-      } else {
-        nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 161);
-      }
-      REGB2 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-      /* ../lib/standard/stream.nit:162 */
-      while(1) {
-        REGB3 = TAG_Bool(VAL_ISA(REGB0, 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:242 */
-        REGB3 = TAG_Bool(UNTAG_Int(REGB2)<UNTAG_Int(REGB0));
-        /* ../lib/standard/stream.nit:162 */
-        if (UNTAG_Bool(REGB3)) {
-          /* ../lib/standard/stream.nit:163 */
-          fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-          REGB3 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-          if (UNTAG_Bool(REGB3)) {
-            nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 163);
-          }
-          REGB3 = CALL_standard___collection___abstract_collection___SequenceRead_____bra(fra.me.REG[2])(fra.me.REG[2], REGB2);
-          CALL_standard___collection___abstract_collection___SimpleCollection___add(fra.me.REG[1])(fra.me.REG[1], REGB3);
-          /* ../lib/standard/stream.nit:164 */
-          REGB3 = TAG_Int(1);
-          /* ../lib/standard/kernel.nit:245 */
-          REGB3 = TAG_Int(UNTAG_Int(REGB2)+UNTAG_Int(REGB3));
-          /* ../lib/standard/stream.nit:164 */
-          REGB2 = REGB3;
-        } else {
-          /* ../lib/standard/stream.nit:162 */
-          goto label2;
-        }
-      }
-      label2: while(0);
-    }
-    /* ../lib/standard/stream.nit:168 */
-    fra.me.REG[2] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-    REGB2 = TAG_Bool(fra.me.REG[2]==NIT_NULL);
-    if (UNTAG_Bool(REGB2)) {
-      nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 168);
-    }
-    /* ../lib/standard/collection/array.nit:24 */
-    REGB2 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2])!=NIT_NULL);
-    if (UNTAG_Bool(REGB2)) {
-    } else {
-      nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-    }
-    REGB2 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[2]);
-    REGB3 = TAG_Bool(VAL_ISA(REGB2, VTCOLOR_standard___kernel___Comparable___OTHER(REGB0), VTID_standard___kernel___Comparable___OTHER(REGB0))) /*cast OTHER*/;
-    if (UNTAG_Bool(REGB3)) {
-    } else {
-      nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-    }
-    /* ../lib/standard/kernel.nit:242 */
-    REGB2 = TAG_Bool(UNTAG_Int(REGB0)<UNTAG_Int(REGB2));
-    /* ../lib/standard/stream.nit:168 */
-    if (UNTAG_Bool(REGB2)) {
-      /* ../lib/standard/stream.nit:170 */
-      REGB2 = TAG_Int(1);
-      /* ../lib/standard/kernel.nit:245 */
-      REGB2 = TAG_Int(UNTAG_Int(REGB0)+UNTAG_Int(REGB2));
-      /* ../lib/standard/stream.nit:170 */
-      ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB2;
-      /* ../lib/standard/stream.nit:171 */
-      goto label3;
-    } else {
-      /* ../lib/standard/stream.nit:174 */
-      ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB0;
-      /* ../lib/standard/stream.nit:175 */
-      REGB0 = CALL_standard___stream___BufferedIStream___end_reached(fra.me.REG[0])(fra.me.REG[0]);
-      if (UNTAG_Bool(REGB0)) {
-        /* ../lib/standard/stream.nit:176 */
-        goto label3;
-      } else {
-        /* ../lib/standard/stream.nit:178 */
-        CALL_standard___stream___BufferedIStream___fill_buffer(fra.me.REG[0])(fra.me.REG[0]);
-      }
-    }
-  }
-  label3: while(0);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___BufferedIStream___eof[] = "stream::BufferedIStream::(stream::IStream::eof)";
-val_t standard___stream___BufferedIStream___eof(val_t p0){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 184;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___eof;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  /* ../lib/standard/stream.nit:184 */
-  REGB0 = TAG_Bool(ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_buffer_pos", LOCATE_standard___stream, 184);
-  }
-  REGB0 = ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]);
-  fra.me.REG[1] = ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]);
-  REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-    nit_abort("Reciever is null", NULL, LOCATE_standard___stream, 184);
-  }
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-  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:243 */
-  REGB1 = TAG_Bool(UNTAG_Int(REGB0)>=UNTAG_Int(REGB1));
-  /* ../lib/standard/stream.nit:184 */
-  if (UNTAG_Bool(REGB1)) {
-    REGB1 = CALL_standard___stream___BufferedIStream___end_reached(fra.me.REG[0])(fra.me.REG[0]);
-  } else {
-    REGB0 = TAG_Bool(0);
-    REGB1 = REGB0;
-  }
-  goto label1;
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return REGB1;
-}
-static const char LOCATE_standard___stream___BufferedIStream___fill_buffer[] = "stream::BufferedIStream::fill_buffer";
-void standard___stream___BufferedIStream___fill_buffer(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 192;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___fill_buffer;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:192 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 192);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___BufferedIStream___end_reached[] = "stream::BufferedIStream::end_reached";
-val_t standard___stream___BufferedIStream___end_reached(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 195;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___end_reached;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  /* ../lib/standard/stream.nit:195 */
-  nit_abort("Deferred method called", NULL, LOCATE_standard___stream, 195);
-  stack_frame_head = fra.me.prev;
-  return NIT_NULL;
-}
-static const char LOCATE_standard___stream___BufferedIStream___prepare_buffer[] = "stream::BufferedIStream::prepare_buffer";
-void standard___stream___BufferedIStream___prepare_buffer(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 198;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___prepare_buffer;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:201 */
-  fra.me.REG[1] = NEW_Buffer_standard___string___Buffer___with_capacity(REGB0);
-  ATTR_standard___stream___BufferedIStream____buffer(fra.me.REG[0]) = fra.me.REG[1];
-  /* ../lib/standard/stream.nit:202 */
-  REGB0 = TAG_Int(0);
-  ATTR_standard___stream___BufferedIStream____buffer_pos(fra.me.REG[0]) = REGB0;
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___BufferedIStream___init[] = "stream::BufferedIStream::init";
-void standard___stream___BufferedIStream___init(val_t p0, int* init_table){
-  int itpos0 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_standard___stream___BufferedIStream].i;
-  struct {struct stack_frame_t me;} fra;
-  val_t tmp;
-  if (init_table[itpos0]) return;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 0;
-  fra.me.meth = LOCATE_standard___stream___BufferedIStream___init;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 0;
-  fra.me.nitni_local_ref_head = NULL;
-  stack_frame_head = fra.me.prev;
-  init_table[itpos0] = 1;
-  return;
-}
-static const char LOCATE_standard___stream___FDStream___fd[] = "stream::FDStream::fd";
-val_t standard___stream___FDStream___fd(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 215;
-  fra.me.meth = LOCATE_standard___stream___FDStream___fd;
-  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;
-  /* ../lib/standard/stream.nit:215 */
-  REGB0 = TAG_Bool(ATTR_standard___stream___FDStream_____atfd(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "@fd", LOCATE_standard___stream, 215);
-  }
-  REGB0 = ATTR_standard___stream___FDStream_____atfd(fra.me.REG[0]);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDStream___fd__eq[] = "stream::FDStream::fd=";
-void standard___stream___FDStream___fd__eq(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 215;
-  fra.me.meth = LOCATE_standard___stream___FDStream___fd__eq;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:215 */
-  ATTR_standard___stream___FDStream_____atfd(fra.me.REG[0]) = REGB0;
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___FDStream___close[] = "stream::FDStream::(stream::IOS::close)";
-void standard___stream___FDStream___close(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 218;
-  fra.me.meth = LOCATE_standard___stream___FDStream___close;
-  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;
-  /* ../lib/standard/stream.nit:218 */
-  REGB0 = CALL_standard___stream___FDStream___fd(fra.me.REG[0])(fra.me.REG[0]);
-  CALL_standard___stream___FDStream___native_close(fra.me.REG[0])(fra.me.REG[0], REGB0);
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___FDStream___native_close[] = "stream::FDStream::native_close";
-val_t standard___stream___FDStream___native_close(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 220;
-  fra.me.meth = LOCATE_standard___stream___FDStream___native_close;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:220 */
-  REGB0 = FDStream_native_close___out(fra.me.REG[0], REGB0);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDStream___native_read_char[] = "stream::FDStream::native_read_char";
-val_t standard___stream___FDStream___native_read_char(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 221;
-  fra.me.meth = LOCATE_standard___stream___FDStream___native_read_char;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:221 */
-  REGB0 = FDStream_native_read_char___out(fra.me.REG[0], REGB0);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDStream___native_read[] = "stream::FDStream::native_read";
-val_t standard___stream___FDStream___native_read(val_t p0, val_t p1, val_t p2, val_t p3){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 222;
-  fra.me.meth = LOCATE_standard___stream___FDStream___native_read;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  fra.me.REG[1] = p2;
-  REGB1 = p3;
-  /* ../lib/standard/stream.nit:222 */
-  REGB1 = FDStream_native_read___out(fra.me.REG[0], REGB0, fra.me.REG[1], REGB1);
-  stack_frame_head = fra.me.prev;
-  return REGB1;
-}
-static const char LOCATE_standard___stream___FDStream___native_write[] = "stream::FDStream::native_write";
-val_t standard___stream___FDStream___native_write(val_t p0, val_t p1, val_t p2, val_t p3){
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 223;
-  fra.me.meth = LOCATE_standard___stream___FDStream___native_write;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  fra.me.REG[1] = p2;
-  REGB1 = p3;
-  /* ../lib/standard/stream.nit:223 */
-  REGB1 = FDStream_native_write___out(fra.me.REG[0], REGB0, fra.me.REG[1], REGB1);
-  stack_frame_head = fra.me.prev;
-  return REGB1;
-}
-static const char LOCATE_standard___stream___FDStream___native_write_char[] = "stream::FDStream::native_write_char";
-val_t standard___stream___FDStream___native_write_char(val_t p0, val_t p1, val_t p2){
-  struct {struct stack_frame_t me;} 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_standard___stream;
-  fra.me.line = 224;
-  fra.me.meth = LOCATE_standard___stream___FDStream___native_write_char;
-  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;
-  REGB0 = p1;
-  REGB1 = p2;
-  /* ../lib/standard/stream.nit:224 */
-  REGB1 = FDStream_native_write_char___out(fra.me.REG[0], REGB0, REGB1);
-  stack_frame_head = fra.me.prev;
-  return REGB1;
-}
-static const char LOCATE_standard___stream___FDStream___init[] = "stream::FDStream::init";
-void standard___stream___FDStream___init(val_t p0, val_t p1, int* init_table){
-  int itpos1 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_standard___stream___FDStream].i;
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  if (init_table[itpos1]) return;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 226;
-  fra.me.meth = LOCATE_standard___stream___FDStream___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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:226 */
-  CALL_standard___stream___FDStream___fd__eq(fra.me.REG[0])(fra.me.REG[0], REGB0);
-  stack_frame_head = fra.me.prev;
-  init_table[itpos1] = 1;
-  return;
-}
-static const char LOCATE_standard___stream___FDIStream___eof[] = "stream::FDIStream::(stream::IStream::eof)";
-val_t standard___stream___FDIStream___eof(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 232;
-  fra.me.meth = LOCATE_standard___stream___FDIStream___eof;
-  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;
-  /* ../lib/standard/stream.nit:232 */
-  REGB0 = TAG_Bool(ATTR_standard___stream___FDIStream_____ateof(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "@eof", LOCATE_standard___stream, 232);
-  }
-  REGB0 = ATTR_standard___stream___FDIStream_____ateof(fra.me.REG[0]);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDIStream___eof__eq[] = "stream::FDIStream::eof=";
-void standard___stream___FDIStream___eof__eq(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 232;
-  fra.me.meth = LOCATE_standard___stream___FDIStream___eof__eq;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:232 */
-  ATTR_standard___stream___FDIStream_____ateof(fra.me.REG[0]) = REGB0;
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___FDIStream___read_char[] = "stream::FDIStream::(stream::IStream::read_char)";
-val_t standard___stream___FDIStream___read_char(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 234;
-  fra.me.meth = LOCATE_standard___stream___FDIStream___read_char;
-  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;
-  /* ../lib/standard/stream.nit:236 */
-  REGB0 = CALL_standard___stream___FDStream___fd(fra.me.REG[0])(fra.me.REG[0]);
-  REGB0 = CALL_standard___stream___FDStream___native_read_char(fra.me.REG[0])(fra.me.REG[0], REGB0);
-  /* ../lib/standard/stream.nit:237 */
-  REGB1 = TAG_Int(1);
-  /* ../lib/standard/kernel.nit:246 */
-  REGB1 = TAG_Int(-UNTAG_Int(REGB1));
-  /* ../lib/standard/stream.nit:237 */
-  REGB2 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB1));
-  if (UNTAG_Bool(REGB2)) {
-  } else {
-    /* ../lib/standard/kernel.nit:237 */
-    REGB1 = TAG_Bool((REGB0)==(REGB1));
-    /* ../lib/standard/stream.nit:237 */
-    REGB2 = REGB1;
-  }
-  if (UNTAG_Bool(REGB2)) {
-    REGB2 = TAG_Bool(1);
-    CALL_standard___stream___FDIStream___eof__eq(fra.me.REG[0])(fra.me.REG[0], REGB2);
-  }
-  /* ../lib/standard/stream.nit:238 */
-  goto label1;
-  label1: while(0);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDIStream___init[] = "stream::FDIStream::init";
-void standard___stream___FDIStream___init(val_t p0, val_t p1, int* init_table){
-  int itpos2 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_standard___stream___FDIStream].i;
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  if (init_table[itpos2]) return;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 241;
-  fra.me.meth = LOCATE_standard___stream___FDIStream___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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:241 */
-  CALL_standard___stream___FDStream___init(fra.me.REG[0])(fra.me.REG[0], REGB0, init_table);
-  stack_frame_head = fra.me.prev;
-  init_table[itpos2] = 1;
-  return;
-}
-static const char LOCATE_standard___stream___FDOStream___is_writable[] = "stream::FDOStream::(stream::OStream::is_writable)";
-val_t standard___stream___FDOStream___is_writable(val_t p0){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 247;
-  fra.me.meth = LOCATE_standard___stream___FDOStream___is_writable;
-  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;
-  /* ../lib/standard/stream.nit:247 */
-  REGB0 = TAG_Bool(ATTR_standard___stream___FDOStream_____atis_writable(fra.me.REG[0])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "@is_writable", LOCATE_standard___stream, 247);
-  }
-  REGB0 = ATTR_standard___stream___FDOStream_____atis_writable(fra.me.REG[0]);
-  stack_frame_head = fra.me.prev;
-  return REGB0;
-}
-static const char LOCATE_standard___stream___FDOStream___is_writable__eq[] = "stream::FDOStream::is_writable=";
-void standard___stream___FDOStream___is_writable__eq(val_t p0, val_t p1){
-  struct {struct stack_frame_t me;} fra;
-  val_t REGB0;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 247;
-  fra.me.meth = LOCATE_standard___stream___FDOStream___is_writable__eq;
-  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;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:247 */
-  ATTR_standard___stream___FDOStream_____atis_writable(fra.me.REG[0]) = REGB0;
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___FDOStream___write[] = "stream::FDOStream::(stream::OStream::write)";
-void standard___stream___FDOStream___write(val_t p0, val_t p1){
-  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t REGB2;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 249;
-  fra.me.meth = LOCATE_standard___stream___FDOStream___write;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 3;
-  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[0] = p0;
-  fra.me.REG[1] = p1;
-  /* ../lib/standard/stream.nit:251 */
-  REGB0 = CALL_standard___stream___FDStream___fd(fra.me.REG[0])(fra.me.REG[0]);
-  fra.me.REG[2] = CALL_standard___string___String___to_cstring(fra.me.REG[1])(fra.me.REG[1]);
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB1 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-  if (UNTAG_Bool(REGB1)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB1 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-  /* ../lib/standard/stream.nit:251 */
-  REGB1 = CALL_standard___stream___FDStream___native_write(fra.me.REG[0])(fra.me.REG[0], REGB0, fra.me.REG[2], REGB1);
-  /* ../lib/standard/collection/array.nit:24 */
-  REGB0 = TAG_Bool(ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1])!=NIT_NULL);
-  if (UNTAG_Bool(REGB0)) {
-  } else {
-    nit_abort("Uninitialized attribute %s", "_length", LOCATE_standard___collection___array, 24);
-  }
-  REGB0 = ATTR_standard___collection___array___AbstractArrayRead____length(fra.me.REG[1]);
-  REGB2 = TAG_Bool(VAL_ISA(REGB0, VTCOLOR_standard___kernel___Comparable___OTHER(REGB1), VTID_standard___kernel___Comparable___OTHER(REGB1))) /*cast OTHER*/;
-  if (UNTAG_Bool(REGB2)) {
-  } else {
-    nit_abort("Cast failed", NULL, LOCATE_standard___kernel, 0);
-  }
-  /* ../lib/standard/kernel.nit:242 */
-  REGB0 = TAG_Bool(UNTAG_Int(REGB1)<UNTAG_Int(REGB0));
-  /* ../lib/standard/stream.nit:252 */
-  if (UNTAG_Bool(REGB0)) {
-    REGB0 = TAG_Bool(0);
-    CALL_standard___stream___FDOStream___is_writable__eq(fra.me.REG[0])(fra.me.REG[0], REGB0);
-  }
-  stack_frame_head = fra.me.prev;
-  return;
-}
-static const char LOCATE_standard___stream___FDOStream___init[] = "stream::FDOStream::init";
-void standard___stream___FDOStream___init(val_t p0, val_t p1, int* init_table){
-  int itpos3 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_standard___stream___FDOStream].i;
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t tmp;
-  if (init_table[itpos3]) return;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 255;
-  fra.me.meth = LOCATE_standard___stream___FDOStream___init;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:255 */
-  fra.me.REG[1] = fra.me.REG[0];
-  CALL_standard___stream___FDStream___init(fra.me.REG[0])(fra.me.REG[0], REGB0, init_table);
-  /* ../lib/standard/stream.nit:257 */
-  REGB0 = TAG_Bool(1);
-  CALL_standard___stream___FDOStream___is_writable__eq(fra.me.REG[1])(fra.me.REG[1], REGB0);
-  stack_frame_head = fra.me.prev;
-  init_table[itpos3] = 1;
-  return;
-}
-static const char LOCATE_standard___stream___FDIOStream___init[] = "stream::FDIOStream::init";
-void standard___stream___FDIOStream___init(val_t p0, val_t p1, int* init_table){
-  int itpos4 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_standard___stream___FDIOStream].i;
-  struct {struct stack_frame_t me; val_t MORE_REG[1];} fra;
-  val_t REGB0;
-  val_t REGB1;
-  val_t tmp;
-  if (init_table[itpos4]) return;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 265;
-  fra.me.meth = LOCATE_standard___stream___FDIOStream___init;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 2;
-  fra.me.nitni_local_ref_head = NULL;
-  fra.me.REG[0] = NIT_NULL;
-  fra.me.REG[1] = NIT_NULL;
-  fra.me.REG[0] = p0;
-  REGB0 = p1;
-  /* ../lib/standard/stream.nit:265 */
-  fra.me.REG[1] = fra.me.REG[0];
-  REGB1 = REGB0;
-  CALL_standard___stream___FDIStream___init(fra.me.REG[0])(fra.me.REG[0], REGB0, init_table);
-  CALL_standard___stream___FDOStream___init(fra.me.REG[0])(fra.me.REG[0], REGB0, init_table);
-  /* ../lib/standard/stream.nit:267 */
-  CALL_standard___stream___FDStream___fd__eq(fra.me.REG[1])(fra.me.REG[1], REGB1);
-  /* ../lib/standard/stream.nit:268 */
-  REGB1 = TAG_Bool(1);
-  CALL_standard___stream___FDOStream___is_writable__eq(fra.me.REG[1])(fra.me.REG[1], REGB1);
-  stack_frame_head = fra.me.prev;
-  init_table[itpos4] = 1;
-  return;
-}
-static const char LOCATE_standard___stream___Object___poll[] = "stream::Object::poll";
-val_t standard___stream___Object___poll(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_standard___stream;
-  fra.me.line = 273;
-  fra.me.meth = LOCATE_standard___stream___Object___poll;
-  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;
-  /* ../lib/standard/stream.nit:277 */
-  fra.me.REG[2] = NEW_Array_standard___collection___array___Array___init();
-  /* ../lib/standard/stream.nit:278 */
-  fra.me.REG[3] = NEW_Array_standard___collection___array___Array___init();
-  /* ../lib/standard/stream.nit:279 */
-  fra.me.REG[4] = NEW_HashMap_standard___collection___hash_collection___HashMap___init();
-  CALL_standard___collection___abstract_collection___Collection___iterate(fra.me.REG[1])(fra.me.REG[1], (&(fra.me)), ((fun_t)OC_standard___stream___Object___poll_1));
-  /* ../lib/standard/stream.nit:288 */
-  fra.me.REG[3] = CALL_standard___stream___Object___intern_poll(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[2], fra.me.REG[3]);
-  /* ../lib/standard/stream.nit:290 */
-  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(0);
-      REGB0 = REGB1;
-    } else {
-      /* ../lib/standard/kernel.nit:237 */
-      REGB1 = TAG_Bool((fra.me.REG[3])==(NIT_NULL));
-      /* ../lib/standard/stream.nit:290 */
-      REGB0 = REGB1;
-    }
-  }
-  if (UNTAG_Bool(REGB0)) {
-    /* ../lib/standard/stream.nit:291 */
-    fra.me.REG[2] = NIT_NULL;
-    goto label2;
-  } else {
-    /* ../lib/standard/stream.nit:293 */
-    fra.me.REG[3] = CALL_standard___collection___abstract_collection___MapRead_____bra(fra.me.REG[4])(fra.me.REG[4], fra.me.REG[3]);
-    fra.me.REG[2] = fra.me.REG[3];
-    goto label2;
-  }
-  label2: while(0);
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[2];
-}
-  void OC_standard___stream___Object___poll_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){
-    struct {struct stack_frame_t me;} fra;
-    val_t REGB0;
-    val_t REGB1;
-    fun_t CREG[1];
-    val_t tmp;
-    /* ../lib/standard/stream.nit:280 */
-    fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-    fra.me.file = LOCATE_standard___stream;
-    fra.me.line = 0;
-    fra.me.meth = LOCATE_standard___stream___Object___poll;
-    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.closure_ctx = closctx_param;
-    fra.me.closure_funs = CREG;
-    fra.me.REG[0] = p0;
-    CREG[0] = clos_fun0;
-    /* ../lib/standard/stream.nit:281 */
-    REGB0 = CALL_standard___stream___FDStream___fd(fra.me.REG[0])(fra.me.REG[0]);
-    /* ../lib/standard/stream.nit:282 */
-    REGB1 = TAG_Bool(VAL_ISA(fra.me.REG[0], COLOR_standard___stream___FDIStream, ID_standard___stream___FDIStream)) /*cast FDIStream*/;
-    if (UNTAG_Bool(REGB1)) {
-      CALL_standard___collection___abstract_collection___SimpleCollection___add(closctx->REG[2])(closctx->REG[2], REGB0);
-    }
-    /* ../lib/standard/stream.nit:283 */
-    REGB1 = TAG_Bool(VAL_ISA(fra.me.REG[0], COLOR_standard___stream___FDOStream, ID_standard___stream___FDOStream)) /*cast FDOStream*/;
-    if (UNTAG_Bool(REGB1)) {
-      CALL_standard___collection___abstract_collection___SimpleCollection___add(closctx->REG[3])(closctx->REG[3], REGB0);
-    }
-    /* ../lib/standard/stream.nit:285 */
-    CALL_standard___collection___abstract_collection___Map_____braeq(closctx->REG[4])(closctx->REG[4], REGB0, fra.me.REG[0]);
-    stack_frame_head = fra.me.prev;
-    return;
-  }
-static const char LOCATE_standard___stream___Object___intern_poll[] = "stream::Object::intern_poll";
-val_t standard___stream___Object___intern_poll(val_t p0, val_t p1, val_t p2){
-  struct {struct stack_frame_t me; val_t MORE_REG[2];} fra;
-  val_t tmp;
-  fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
-  fra.me.file = LOCATE_standard___stream;
-  fra.me.line = 297;
-  fra.me.meth = LOCATE_standard___stream___Object___intern_poll;
-  fra.me.has_broke = 0;
-  fra.me.REG_size = 3;
-  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[0] = p0;
-  fra.me.REG[1] = p1;
-  fra.me.REG[2] = p2;
-  /* ../lib/standard/stream.nit:297 */
-  fra.me.REG[2] = Object_intern_poll___out(fra.me.REG[0], fra.me.REG[1], fra.me.REG[2]);
-  ;
-  ;
-  stack_frame_head = fra.me.prev;
-  return fra.me.REG[2];
-}