Exemple #1
0
 protected int error(RubyLexer lexer, int len, ByteList str, ByteList eos) {
   lexer.compile_error("can't find string \"" + eos.toString() + "\" anywhere before EOF");
   return -1;
 }