Hi , What I need to do is Lex a file that has been preprocessed already . Basically I need to find a way to start the buffer at the beginning of the file so It can pass the lexer over it again. Have tried numerous things but there doesn't seem to be a simple way to do this . I would like to know how I can accomplish this ?