Hello, I've found a strange result when calling Lexing.lexeme_start and Lexing.lexeme_end on DOS format file (with \r\n instead of \n). The value returned by the two functions is wrong when the file is in DOS format (the result does not change when I convert the file in UNIX format, but this is what I expect). I there something I misunderstood in the documentation ? (I've compiled ocaml with opam on cygwin). Regards, -- Sébastien Dailly