let parse_newline lexbuf = 
  let pos = Lexing.lexeme_end lexbuf in
  register_linestart ~filename:!filename ~lineno:!lineno pos;
  incr lineno