fn consume_line_comment(bytes: &[u8], i: usize, len: usize) -> usize
Consume a line comment. i is the position after --. Returns the position after \n (or end of input).
i
--
\n