Lines Matching full:lex
482 let rec lex = parser484 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream504 [< 'Token.Kwd c; lex stream >]513 | [< stream=lex >] ->520 | [< stream=lex >] ->527 | [< ' ('\n'); stream=lex >] -> stream870 let stream = Lexer.lex (Stream.of_channel stdin) in