comment.length() - 1);
this.token(Terminals.TERMINATOR, "\n", 1);
}
// TODO Does this properly chop down the source chunk so it doesn't
// point to underlying char array from fCode?
this.fComments.add(new CoffeeCommentNode(comment.substring(addOffset),
startOffset, startOffset + comment.length()));
this.fLine += count(comment, "\n");
return comment.length();
}