Lines Matching full:lex
892 let rec lex = parser894 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream914 [< 'Token.Kwd c; lex stream >]923 | [< stream=lex >] ->930 | [< stream=lex >] ->945 | [< ' ('\n'); stream=lex >] -> stream1669 let stream = Lexer.lex (Stream.of_channel stdin) in