From: ts Date: 2006-03-05T02:08:10+09:00 Subject: Re: Ruby on the mobile? >>>>> "M" == Matthias Georgi writes: M> This surprises me, as I cannot find anything related in parse.y or did M> I look in the wrong place? NODE* rb_compile_file(f, file, start) const char *f; VALUE file; int start; { lex_gets = rb_io_gets; lex_input = file; lex_pbeg = lex_p = lex_pend = 0; ruby_sourceline = start - 1; return yycompile(f, start); } See the VALUE file and rb_io_gets() Guy Decoux