Lines Matching full:lex
631 let rec lex = parser633 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream653 [< 'Token.Kwd c; lex stream >]662 | [< stream=lex >] ->669 | [< stream=lex >] ->676 | [< ' ('\n'); stream=lex >] -> stream890 let stream = Lexer.lex (Stream.of_channel stdin) in