Lines Matching full:lex
762 let rec lex = parser764 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream784 [< 'Token.Kwd c; lex stream >]793 | [< stream=lex >] ->800 | [< stream=lex >] ->814 | [< ' ('\n'); stream=lex >] -> stream1389 let stream = Lexer.lex (Stream.of_channel stdin) in