Lines Matching full:lex
579 let rec lex = parser581 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream601 [< 'Token.Kwd c; lex stream >]610 | [< stream=lex >] ->617 | [< stream=lex >] ->624 | [< ' ('\n'); stream=lex >] -> stream949 let stream = Lexer.lex (Stream.of_channel stdin) in